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

ERROR ConnectionError when requesting from the server #8

Open
bobleegogogo opened this issue Dec 3, 2021 · 0 comments
Open

ERROR ConnectionError when requesting from the server #8

bobleegogogo opened this issue Dec 3, 2021 · 0 comments

Comments

@bobleegogogo
Copy link
Contributor

It has been reported that one could get the following error:

error

when running ohsome2label vector from the server.

We found out this issue was related to the security certificate check in Python requests, especially via the server traffic.

One easy solution/walkaround is to change the following code in your repo:

r = requests.get(api, params)

just to disable the verification, while a better solution should be considered in the future:

r = requests.get(api, params, verify=False)

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