pushshift / api

Pushshift API
1.29k stars 107 forks source link

api down? #100

Open Nasko-5 opened 2 years ago

Nasko-5 commented 2 years ago

the api returns a 521 error? it was working a few hours ago

image added an hour after initial issue Screenshot_2

Charles0009 commented 2 years ago

Same thing here

dakshgup commented 2 years ago

+1 the api is down

Jiasheng30 commented 2 years ago

same issue here.

Jiasheng30 commented 2 years ago

image

Still down, please raise the server, thanks

yeniuma commented 2 years ago

It's still down

casonk commented 2 years ago

Possibly useful to those posting in here. In your scripts for hitting the API you can put a cooldowntimer on the requests. e.g. if http response is not 200 wait 30 seconds and try again. Each successive failure increment by additional 30 seconds. e.g. wait 30, 60, 90 ... until API is back up (:

image