Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushshift isn't working? #148

Open
dhkim-91 opened this issue May 22, 2023 · 4 comments
Open

Pushshift isn't working? #148

dhkim-91 opened this issue May 22, 2023 · 4 comments

Comments

@dhkim-91
Copy link

dhkim-91 commented May 22, 2023

Last week, I implemented Python code to collect subreddit data using Pushshift.
At first, I could collect several subreddit data, but after a few hours, Pushshift didn't work, and the error showed.

from pmaw import PushshiftAPI
subreddit_name='poor'
api = PushshiftAPI()
api_request_generator = api.search_submissions(subreddit=subreddit_name, score = ">=0")

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I don't know why Pushshift didn't work.

@farhadfarahanii
Copy link

Have the same problem!

@AldiNFitrah
Copy link

Same here!

The response that I got was 301 with this content: 'Check back in the next few weeks for updates.\n\n- Pushshift team (May 19, 2023)\n'

@gkennos
Copy link

gkennos commented May 29, 2023

There's relevant info here - looks like they're going to be out of action for a bit:

@jannat5134
Copy link

any update?

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

No branches or pull requests

5 participants