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
{{ message }}
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
This has been working up until 1/12/19. see below for issue.
Traceback (most recent call last):
File "C:\Users\cdang\Desktop\test.py", line 7, in
gametag = xbox.GamerProfile.from_gamertag(gt)
File "C:\Python27\lib\site-packages\xbox\resource.py", line 67, in from_gamertag
return cls._fetch(url)
File "C:\Python27\lib\site-packages\xbox\decorators.py", line 8, in inner
return func(*a, **kw)
File "C:\Python27\lib\site-packages\xbox\resource.py", line 118, in fetch
raw_json = resp.json()
File "C:\Python27\lib\site-packages\xbox\vendor\requests\models.py", line 771, in json
return json.loads(self.text, **kwargs)
File "C:\Python27\lib\json_init.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
The text was updated successfully, but these errors were encountered:
This has been working up until 1/12/19. see below for issue.
Traceback (most recent call last):
File "C:\Users\cdang\Desktop\test.py", line 7, in
gametag = xbox.GamerProfile.from_gamertag(gt)
File "C:\Python27\lib\site-packages\xbox\resource.py", line 67, in from_gamertag
return cls._fetch(url)
File "C:\Python27\lib\site-packages\xbox\decorators.py", line 8, in inner
return func(*a, **kw)
File "C:\Python27\lib\site-packages\xbox\resource.py", line 118, in fetch
raw_json = resp.json()
File "C:\Python27\lib\site-packages\xbox\vendor\requests\models.py", line 771, in json
return json.loads(self.text, **kwargs)
File "C:\Python27\lib\json_init.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
The text was updated successfully, but these errors were encountered: