Jackhammer9 / RedDownloader

A python library to simplify downloading different types of media from reddit
GNU General Public License v3.0
79 stars 14 forks source link

Unable to fetch posts #22

Closed CCHaynes112 closed 1 year ago

CCHaynes112 commented 1 year ago

When I run this:

from RedDownloader import RedDownloader
RedDownloader.DownloadVideosBySubreddit("videos", 10)

I get the following error:

Fetching Posts...
Unable to fetch posts
Expecting value: line 1 column 1 (char 0)

And when I navigate to https://jackhammer.pythonanywhere.com/, it tries the load the page forever, and very rarely will it actually get to the page, though sometimes it does. So I assume this is an issue with the server? Not quite sure.

Paul-Manart commented 1 year ago

Considering the Status: Online (200) I assume that there is a cap on how many users can simultaneously use this script?

Jackhammer9 commented 1 year ago

@PaulManart and @CCHaynes112 There was an issue with over server loading, which has been fixed make sure to download RedDownloader 3.3.0. The website should also open swiftly now.

HardikRa commented 1 year ago

Still facing this issue, consider open-sourcing the code of your server so people can set it up personally? @JackhammerYT