Forums

Logs not loading?

I am running a scheduled daily task, and when I look to see if the task has been completed (or if there was an error), there is no text in the log just a blank white page. What can I do to fix this?

Additionally, I am running a web scraper and I want to save a CSV to a directory inside the same directory where my python file is. I can seem to get this to work when I run it myself in the save and run integrated IDE, but it seems to fail to find this directory or location when I run the scheduled task. Please help.

If your task prints some logging, it's possible that you saw a blank page after the log rotated. You can check for older logs in the /var/log directory. Regarding CSV file -- did you try using the full path in your code?