Skip to content

USER_AGENT open-mastr is blockedΒ #672

@FlorianK13

Description

@FlorianK13

Description of the issue

Our user-agent is set to open-mastr/{version('open-mastr')} python-requests/{version('requests')} when requesting the data from BNetzA. I faced the following issue:

  1. Normal download with open-mastr User Agent is blocked with this error code:
    requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

  2. Manually Setting user-agent=None

  3. Downloading MaStR without a problem.

This is a rather serious issue. Do you have similar problems @nesnoj @pt-kkraemer ?

Possible solutions

I see three possible explanations:

  • Maybe it is also a combination of IP and user agent that is blocked?
  • user-agent = open-mastr is blocked at times of high traffic
  • it was a coincidence and they do not specifically block user-agent = open-mastr

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions