ilu33
ilu33
Please improve documentation on how to properly configure the github release data for WowUp. Obviously the note on https://wowup.io/guide/get-addons/overview is not enough. Lots of addon authors do not get it...
I'm having the same "edge case" since I quite often fix addons for myself. I used to report these fixes to curse in the past which often resulted in an...
ctmod: Yes, no X-Website and no X-...-ID in either of them. Lots of addons with a long tradition don't have that. But ctmod shows up ok for retail though and...
I did not know about that API limitation. https://api.wowinterface.com/addons/list.json does not work?
I think Windows directory names are kind of "canonical" for WowUp. Whatever they are. The easiest workaround would be to just rename them on Linux if they don't get copied...
Waterfox classic 2021.1. It doesn't show me any updates past v. 43 because of the requirements set on Mozillas addon page (>66). I installed v. 49 manually and tested with...
When I edit waitdlg.py to set cfscrape.DEFAULT_CIPHERS = 'TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384' I'm getting rid of the cannot solve captchas error but instead I get this https://github.com/Anorov/cloudflare-scrape/issues/310 - which is the exact problem...
I solved the problem by inserting ``` cfscrape.DEFAULT_CIPHERS = 'TLS_AES_256_GCM_SHA384:kECDHE' ``` at the beginning of waitdlg.py. My main problem with finding the correct ciphers was that I thought www.curseforge.com was...
I have everything you mentioned except pip which I would like to avoid because of its developer dependencies. I had a look at them and installed python3-crypto/keyring/entrypoints but no change....
I've managed to get debug output and opened this issue: https://github.com/ephraim/lcurse/issues/87