Forums

No such file or directory - Schedule Log

Hi I' new at python and pythonanywhere und tried to schedule a task. But it says te following in the log.

bash: https://www.pythonanywhere.com/user/###/files/home/###/###/###ple.py: No such file or directory

2017-05-22 04:57:11 -- Completed task, took 6.00 seconds, return code was 127.

The ### are only wildcards. if I run it manually it runs a time, but it didn't start by schedule. I did it like it was shown in a tutorial, but it doesn't seems to start automatically? Maybe someone could help? Thanks :-)

A "filename" that starts with https is not a filename. Are you trying to treat a URL like a file? The correct filename for that in PythonAnywhere is /home/###/###/###ple.py

Thank you very much!!!