-
Notifications
You must be signed in to change notification settings - Fork 116
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
Export All Hangs on Error: Internal Server Error 500 #272
Comments
Fetch Timing
|
Modified to batch size 100The API max is 100 (101 errors with 422)
FetchAllConversations is failing at the same point, but much faster: 2m40s vs. 10m25s
After a bunch of experimentation, it appears this is an issue with their servers, and I am seeing similar behavior with their conversation interface.
It might make sense to add an option to set a maximum conversations to fetch, defaulting to 1000. |
Wow. Thanks for the detailed testing. I think it's reasonable to set the limit to 1000 and adjust the batch size to 100. |
GET https://chatgpt.com/backend-api/conversations?offset=1140&limit=20 500 (Internal Server Error)
chatgpt.com-1733192011542.log
chatgpt.com-1733191997581.log
Steps to reproduce:
Details
The text was updated successfully, but these errors were encountered: