Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Pushshift.io UNABLE to connect #107

Open
gianfelicevincenzo opened this issue Jan 6, 2023 · 8 comments
Open

Pushshift.io UNABLE to connect #107

gianfelicevincenzo opened this issue Jan 6, 2023 · 8 comments

Comments

@gianfelicevincenzo
Copy link

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

@SeifReda30
Copy link

I have the same issue, is there any solution?

@almogmor
Copy link

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.")

@nizarhaider
Copy link

Same issue. Anyone got a solution?

@ibnahmadbello
Copy link

Hello,
Has anyone being able to get pass the error? I am also facing the same issue.

@aaronsnoswell
Copy link

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)

@almogmor
Copy link

Thanks! I'll try that hack

@bybilal
Copy link

bybilal commented Apr 17, 2023

did u ever figure this out? Im having same issue

@nizarhaider
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants