I run some public python module that downloads data from the web (I can give more details, but I think this shouldn't matter). On my local machine this module generates weird and uncatchable errors, if the wifi is unstable or poor. However, in very rare cases I get the same types of errors within scheduled tasks at pythonanywhere. To my understanding, scheduled tasks cannnot loose internet connection. Could you please tell me whether there might be reasons why this can happen at pythonanywhere? Or do you have any idea what could cause similar error than internet connection issues at local machine? Thanks