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

Jsondecode error #10

Open
Nutan-Ust opened this issue Jun 5, 2023 · 0 comments
Open

Jsondecode error #10

Nutan-Ust opened this issue Jun 5, 2023 · 0 comments

Comments

@Nutan-Ust
Copy link

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "confluence_dumper.py", line 537, in
main()
File "confluence_dumper.py", line 471, in main
response = utils.http_get(page_url,verify_peer_certificate=settings.VERIFY_PEER_CERTIFICATE)
File "C:\Users\nuttan.kumari\PycharmProjects\Sale_services\confluence-dumper\utils.py", line 39, in http_get
return response.json()
File "C:\Users\nuttan.kumari\Anaconda3\envs\confluence\lib\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)

Response is coming as empty for this url https://templates.atlassian.net/wiki/spaces/RD/overview

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