#praw — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #praw, aggregated by home.social.
-
hmm okay so I almost have everything that I need in order to host #GAGSProject for everyone to use… except for one problem that I just can not figure out
for some reason if I try to use async #PRAW on PythonAnywhere, it fails with an error saying that it can’t connect to #reddit. but if I use regular PRAW, it works completely fine
on my own computer, both async PRAW and regular PRAW work and so does all of my GAGS code. so I have no idea what’s different about PythonAnywhere that’s causing this problem
unfortunately I basically have to use async PRAW in my code because the alternative would be that every single search would freeze my entire webapp for like 1-2 seconds, which would make it an unresponsive mess if more than one user was searching at a time