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
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Im running a basic script as a hello world to test connection and I get this error (after taking 1m 40sec to run the script)
from pmaw import PushshiftAPI
api = PushshiftAPI()
comments = api.search_comments(subreddit="science", limit=10)
comment_list = [comment for comment in comments]
print(comment_list)
Not all PushShift shards are active. Query results may be incomplete.
[]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im running a basic script as a hello world to test connection and I get this error (after taking 1m 40sec to run the script)
The text was updated successfully, but these errors were encountered: