Open gianfelicevincenzo opened 1 year ago
I have the same issue, is there any solution?
I get the same problem. Is there any way to work around it somehow ?
/usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:192: UserWarning: Got non 200 code 404 warnings.warn("Got non 200 code %s" % response.status_code) /usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:180: UserWarning: Unable to connect to pushshift.io. Retrying after backoff. warnings.warn("Unable to connect to pushshift.io. Retrying after backoff.")
Same issue. Anyone got a solution?
Hello, Has anyone being able to get pass the error? I am also facing the same issue.
Hello!
I'm also having this issue. It seems the /meta
endpoint is down at the moment, which breaks the API because it can't discover the value for rate_limit_per_minute
. If you specify this parameter in the API constructor, it seems to work;
from psaw import PushshiftAPI
api = PushshiftAPI(rate_limit_per_minute=60)
Thanks! I'll try that hack
did u ever figure this out? Im having same issue
Worst case scenario ya'll can download the dump (archived dataset of reddit) of that specific month and just extract the data you need from it.
C:\Users\vincenzo\AppData\Local\Temp\_MEI108842\psaw\PushshiftAPI.py:180: UserWarning: Unable to connect to pushshift.io. Retrying after backoff.
. The tool is RMD