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
I installed the program with no errors, and ran it with correct date specifications:
python3 ./fetch_links.py WatchPeopleCode 2010-11-11 2020-11-11
fetching submissions 2010-11-11 to 2020-11-11...
It gave me an error at first:
/usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:192: UserWarning: Got non 200 code 429
warnings.warn("Got non 200 code %s" % response.status_code)
/usr/local/lib/python3.8/dist-packages/psaw/PushshiftAPI.py:180: UserWarning: Unable to connect to pushshift.io. Retrying after backoff.
warnings.warn("Unable to connect to pushshift.io. Retrying after backoff.")
But then ran with no problems:
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
got 10 links, wrote 10 and 0 comments
and write_html did as well.
But when I came back after several hours, I found that the resulting subreddit archive had no formatting:
Am I missing a package, or do I have one misconfigured?
The text was updated successfully, but these errors were encountered:
I installed the program with no errors, and ran it with correct date specifications:
It gave me an error at first:
But then ran with no problems:
and write_html did as well.
But when I came back after several hours, I found that the resulting subreddit archive had no formatting:
Am I missing a package, or do I have one misconfigured?
The text was updated successfully, but these errors were encountered: