You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ph = ParseHub('')
Traceback (most recent call last):
File "", line 1, in
File "/home/test/DesktopI/py-parsehub-master/ph2.py", line 41, in init
self.projects = [project for project in self.getprojects()]
File "/home/test/Desktop/py-parsehub-master/ph2.py", line 53, in getprojects
jdata = json.loads(data)['projects']
File "/usr/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 5 (char 4)