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

Reached rate limit not handled correctly #181

Open
tomkoenecke opened this issue Oct 5, 2022 · 0 comments
Open

Reached rate limit not handled correctly #181

tomkoenecke opened this issue Oct 5, 2022 · 0 comments
Assignees

Comments

@tomkoenecke
Copy link

  File "XX/python3.7/site-packages/webexteamssdk/restsession.py", line 345, in request
    check_response_code(response, erc)
  File "XX/python3.7/site-packages/webexteamssdk/utils.py", line 220, in check_response_code
    raise RateLimitError(response)
  File "XX/python3.7/site-packages/webexteamssdk/exceptions.py", line 141, in __init__
    self.retry_after = max(1, int(response.headers.get('Retry-After', 15)))
ValueError: invalid literal for int() with base 10: 'rand(30),add(30)'
@Joezanini Joezanini self-assigned this Jan 13, 2025
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

2 participants