api icon indicating copy to clipboard operation
api copied to clipboard

Pushshift isn't working?

Open dhkim-91 opened this issue 2 years ago • 4 comments

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.

dhkim-91 avatar May 22 '23 01:05 dhkim-91

Have the same problem!

farhadfarahanii avatar May 24 '23 02:05 farhadfarahanii

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'

AldiNFitrah avatar May 24 '23 07:05 AldiNFitrah

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

gkennos avatar May 29 '23 03:05 gkennos

any update?

jannat5134 avatar Oct 03 '23 11:10 jannat5134