Skip to content

ERROR ConnectionError when requesting from the server #8

@bobleegogogo

Description

@bobleegogogo

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions