sohartma
Results
2
comments of
sohartma
Having the same login error... Tried different bots with different accounts. It's always the same: `loginResponse = login.json() File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.8/json/__init__.py", line...
> > > I edited libs/ustr.py: > > 1. comment this line:#from PyQt4.QtCore import QString > > 2. change this:if type(x) == QString > to this:if type(x) ==type('string') > and...