DUTNO1

Results 2 comments of DUTNO1

It's the hardcoded UserAgent that's mucking things up, in `updater/site/__init__.py` change `CURSE_UA` from: `CURSE_UA = {'custom': 'Chrome/80'}` to: `CURSE_UA = {'browser': 'chrome', 'platform': 'windows', 'mobile': False}` - as mentioned in...

@ilu33 welp, it seems like they "fixed" it - doesn't work for me anymore either.