Forums

why my schedule task do not complete

https://www.pythonanywhere.com/user/vinasia/files/var/log/tasklog-36356-daily-at-1908-.home.vinasia.runall.sh.log

The log shows it run half way. It happens a few times every month. DO you know what is the problem?

The script obviously is working fine. The log does not show any error..just stopped like that

That log file ends with an error before completing, it doesn't stop halfway through.

Hi , Not sure why from my side, the log is truncated. can you let me know what is the error?

http://i.imgur.com/tuu4K4Y.png

Looks like your browser just gave up on rendering it. The scrollbar shows that there's more text there, but it's just not showing it. I have no idea why that might happen. I also don't recognise the browser. Which one is it?

I mean what is the error shown in the log.

My laptop is low end and may not render well as you said.

I see. Here you go:

Traceback (most recent call last):
  File "/home/vinasia/SET/ya_panda_th.py", line 335, in <module>
    with open('/home/vinasia/SET/temp.csv', 'rb') as infile, open('/home/vinasia/SET/{}.csv'.format(stocklist[x]), "wb") as outfile:
IOError: [Errno 2] No such file or directory: '/home/vinasia/SET/temp.csv'