You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm this is an issue with the Python library and not an underlying OpenAI API
This is an issue with the Python library
Describe the bug
When I call the list_events method to get the job log, the ID of the same log returned by two repeated calls is sometimes different, which leads to the error "Given after argument was not found in items." when I use the get_next_page method to get the next page.
Called twice with the same parameters, some jobs have different IDs.
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When I call the list_events method to get the job log, the ID of the same log returned by two repeated calls is sometimes different, which leads to the error "Given after argument was not found in items." when I use the get_next_page method to get the next page.

Called twice with the same parameters, some jobs have different IDs.
To Reproduce
Code snippets
OS
macOS
Python version
Python v3.10.13
Library version
openai v1.3.5
The text was updated successfully, but these errors were encountered: