-
Notifications
You must be signed in to change notification settings - Fork 672
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
OverflowError: timestamp too large to convert to C _PyTime_t response.headers["Retry-After"] #1499
Comments
Hi, @Vasyl14011989! Also, if this doesn't work for you, you can disable retries with header |
Actually I', sending the jql request through Atlassian Jira and this Jira sends get request through rest_client.py, so I can't modify this Boolean parameter, can't I? |
You can modify it when creating a
For example: |
I'd be glad, if you could provide an example of what is included in the If you have any further questions, don't hesitate to ask |
OK, let me try... Thanks! I'd like to provide you a value from Retry-Header but I also in my code receiving only result from query execution and not sure if it's possible somehow to catch Retry-Header value |
You can view the headers of the response by setting a breakpoint at this line and running the debugger. When the debugger stops at the breakpoint, you will be able to inspect the contents of the variable |
Unfortunately it is not possible as error occurs at client's side(using our part of code) and it can't be reproduced locally |
Hmm, there is another option to set Can you try this and print the headers? |
On version:
atlassian-python-api 3.41.19
rest_client.py
I'm receiving the error:
OverflowError: timestamp too large to convert to C _PyTime_t response.headers["Retry-After"]
Please, provide the solution how to resolve the situation.
/BR Vasyl
The text was updated successfully, but these errors were encountered: