-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Traceback (most recent call last):
File "", line 11, in
File "C:\Users\gm\Desktop\FFxivPythonTrigger2-master\Entrance.py", line 7, in
from FFxivPythonTrigger import *
File "C:\Users\gm\Desktop\FFxivPythonTrigger2-master\FFxivPythonTrigger_init_.py", line 11, in
from .FFxivPythonTrigger import *
File "C:\Users\gm\Desktop\FFxivPythonTrigger2-master\FFxivPythonTrigger\FFxivPythonTrigger.py", line 16, in
from .CheckGitUpdate import get_last_update, check_update
File "C:\Users\gm\Desktop\FFxivPythonTrigger2-master\FFxivPythonTrigger\CheckGitUpdate.py", line 82, in
can_check = test_url(domain)
File "C:\Users\gm\Desktop\FFxivPythonTrigger2-master\FFxivPythonTrigger\CheckGitUpdate.py", line 26, in test_url
storage.data['s'] = r.json()['\x49\x50'].encode('utf-8').hex(' ')
File "C:\Users\gm\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\models.py", line 900, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\gm\AppData\Local\Programs\Python\Python39\lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\gm\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\gm\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)