DUTNO1
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.
> > I think the command python setup.py build_ext should be replaced with python pip3 build_ext > > It's just not very clear how one would pass in custom build...