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
I found a strange bug, basically when calling search comments, large max_ids_per_request will result in 0% successful rate and forever retry. Maybe the result is too long?
Hi @dukesun99 it looks like Pushshift has started returning 520s for requests with 1000 ids, I'll include an update in the upcoming v2 release to set the maximum value to 500, thanks for reporting this issue
I found a strange bug, basically when calling search comments, large
max_ids_per_request
will result in 0% successful rate and forever retry. Maybe the result is too long?To reproduce:
The above code works if we change to
max_ids_per_request=500
.The text was updated successfully, but these errors were encountered: