Closed SurvivalOfTheBravest closed 11 years ago
The problem is not with PRAW. We don't deal with sockets or other low-level internet infrastructure. We use the library requests
to actually send and receive the bits.
The issue has already been reported in the request
repo. kennethreitz/requests#1218 and a PR that fixes the issue has been made. Problem is that it is backwards - incompatible, meaning a major version update is necessary. I'll watch requests
2.0 thread and when they deploy a never version, then PRAW can update the version required of requests
to min 2.0
You can checkout the above issue and it's links for potential work arounds as well as this potential solution I stumbled across.
I'm trying to run a Reddit bot on https://www.pythonanywhere.com. When I try to connect to Reddit, I get the following:
This issue is raised perennially on the Pythonanywhere forum, because it tends to occur and resolve sporadically without apparent reason, but the folks over there keep saying it's a bug with PRAW (https://www.pythonanywhere.com/forums/topic/665/#id_post_5802). I don't know if that's true, but maybe you'd know.