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
It seems that pushshift.io changed the format of submission data to .zst in August. Old .xz format was deleted. So when I was running SIZE=full make -j 8 in reddit_extractor directory, an error occurred.
The log is following.
DialoGPT/reddit_extractor$ cat logs/RS_v2_2005-12.xz.log
--2021-11-30 15:47:24-- https://files.pushshift.io/reddit/submissions/RS_v2_2005-12.xz
Resolving files.pushshift.io (files.pushshift.io)... 104.21.55.251, 172.67.174.211, 2606:4700:3033::6815:37fb, ...
Connecting to files.pushshift.io (files.pushshift.io)|104.21.55.251|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-30 15:47:26 ERROR 404: Not Found.
The text was updated successfully, but these errors were encountered:
It seems that pushshift.io changed the format of submission data to
.zst
in August. Old.xz
format was deleted. So when I was runningSIZE=full make -j 8
inreddit_extractor
directory, an error occurred.The log is following.
The text was updated successfully, but these errors were encountered: