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

Event stream: too many requests #31

Open
wetneb opened this issue Dec 18, 2019 · 0 comments
Open

Event stream: too many requests #31

wetneb opened this issue Dec 18, 2019 · 0 comments

Comments

@wetneb
Copy link
Member

wetneb commented Dec 18, 2019

Traceback (most recent call last):
  File "listener.py", line 33, in <module>
    for i, batch in enumerate(grouper(s.stream(fetch_from), 50)):
  File "/data/project/editgroups/www/python/src/store/stream.py", line 13, in stream
    for event in EventSource(url):
  File "/data/project/editgroups/listener_venv/lib/python3.5/site-packages/sseclient.py", line 98, in __next__
    self._connect()
  File "/data/project/editgroups/listener_venv/lib/python3.5/site-packages/sseclient.py", line 61, in _connect
    self.resp.raise_for_status()
  File "/data/project/editgroups/listener_venv/lib/python3.5/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://stream.wikimedia.org/v2/stream/recentchange?since=2019-12-18T10:56:56Z
tools.edit
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