Jackhammer9 / RedDownloader

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

It just stops working #46

Closed skintflickz closed 6 months ago

skintflickz commented 1 year ago

worked fine for about 8 times then would not work at all. Plus the more I used it the slower it ran ? Checked task manager and it wasn't killin the cpu or memory.

skintflickz commented 1 year ago

I think its the API, if I wait for 20 mins it works fine again for another 4 -5 scrapes. Perhaps add proxy support ? I'll test the theory out with a VM

skintflickz commented 1 year ago

FYI

INFO: Fetching Posts... INFO: Unable to fetch posts INFO: HTTPSConnectionPool(host='jackhammer.pythonanywhere.com', port=443): Max retries exceeded with url: //reddit/subreddit/all?subreddit=memes&number=15&sort=hot (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)')))

Jackhammer9 commented 1 year ago

Greetings,

I just checked through and was not able to replicate the issue. I ran a while loop to download certain gallery posts and it kept downloading as you expected. I manually stopped it after about 16 downloads the double of what you were stating.

The time for each iteration of download was also constant.

Can you please share the code snippet you were trying to run or try again and mention if the problem persists?

Jackhammer9 commented 6 months ago

Stale Issue