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
#comment_id is list of string
comments_arr = pushshift_api.search_comments(ids = comment_ids)
output Error: INFO:pmaw.PushshiftAPIBase:Total:: Success Rate: 87.50% - Requests: 16 - Batches: 4 - Items Remaining: 6720
/usr/local/lib/python3.7/dist-packages/pmaw/Request.py:230: UserWarning: 6720 items were not found in Pushshift
f'{self.limit} items were not found in Pushshift')
Question: Is it true that pushshift has a delay in fetching data? Can we fetch data for current date ?
The text was updated successfully, but these errors were encountered:
Hi @apoorva1225 were you running this query yesterday? There was a Pushshift outage that may have impacted your results.
Also, the pushshift metadata is delayed as it takes around 24hrs for comments and scores to reach a steady state, so it doesn't update the metadata until after that window and rarely beyond that.
Check out the PRAW enrichment feature, this will replace metadata from Pushshift with the latest data from Reddit
Hi @mattpodolak, this query is not work. It continues to give me the same error -----/usr/local/lib/python3.7/dist-packages/pmaw/Request.py:230: UserWarning: 45 items were not found in Pushshift
f'{self.limit} items were not found in Pushshift')
#comment_id is list of string
comments_arr = pushshift_api.search_comments(ids = comment_ids)
output Error: INFO:pmaw.PushshiftAPIBase:Total:: Success Rate: 87.50% - Requests: 16 - Batches: 4 - Items Remaining: 6720
/usr/local/lib/python3.7/dist-packages/pmaw/Request.py:230: UserWarning: 6720 items were not found in Pushshift
f'{self.limit} items were not found in Pushshift')
Question: Is it true that pushshift has a delay in fetching data? Can we fetch data for current date ?
The text was updated successfully, but these errors were encountered: