You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
JSONDecodeError: Expecting value: line 1 column 1 (char 0)from pmaw import PushshiftAPI
subreddit_name='poor'
api = PushshiftAPI()
api_request_generator = api.search_submissions(subreddit=subreddit_name, score = ">=0")
I don't know why Pushshift didn't work.
The text was updated successfully, but these errors were encountered: