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

Tapas-Comic-Downloader doesn't work anymore #47

Open
Pan1971 opened this issue Jul 5, 2024 · 1 comment
Open

Tapas-Comic-Downloader doesn't work anymore #47

Pan1971 opened this issue Jul 5, 2024 · 1 comment

Comments

@Pan1971
Copy link

Pan1971 commented Jul 5, 2024

It has worked flawlessly for a long time but now suddenly it won't. The problem occurs both with new comics and old ones that worked before. Maybe it would benefit from an update?

Below is the output from the command prompt from which I started the tool. It looks similar no matter which comic I use it for.

Traceback (most recent call last):
File "C:\Users\HP\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Programs\Python\Python312\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 5 column 1 (char 4)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HP\OneDrive\Downloads\TapasDownloader\tapas-dl.py", line 107, in
.json()['data']['body'])
^^^^^^
File "C:\Users\HP\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 5 column 1 (char 4)

@lennyjamin
Copy link

Same issue on windows.

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

2 participants