Hi.
I've developed a scrapper using urllib and beautifulsoup.
If I run muy script in my localhost It runs with no problem, but if i run It from its own bash console it throws me [Errno socket error][Errno 111] at different steps (never is in the same step)
Is there any issue with running this kind of scripts in Pythonanywhere?
Thanks in advance