Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback error #61

Open
JamiDEV opened this issue May 21, 2024 · 0 comments
Open

Traceback error #61

JamiDEV opened this issue May 21, 2024 · 0 comments

Comments

@JamiDEV
Copy link

JamiDEV commented May 21, 2024

Getting this weird issue now, it works intermittently.

raceback (most recent call last):
File "/Users/mymac/Library/Python/3.10/lib/python/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/mymac/Desktop/Lastest_OfflineParty-v1.4.7/download.py", line 879, in
url, username, json_data = user_search(user)
File "/Users/mymac/Desktop/Lastest_OfflineParty-v1.4.7/user_search.py", line 118, in main
combined_data = fetch_creator_data()
File "/Users/mymac/Desktop/Lastest_OfflineParty-v1.4.7/user_search.py", line 9, in fetch_creator_data
kemono_data = requests.get("https://kemono.su/api/v1/creators.txt").json()
File "/Users/mymac/Library/Python/3.10/lib/python/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant