Forums

error.log is not updating

Hi! I'm faced with a problem now: my error.log is not updating and is still blank. I have checked the folder of the old logs, and the last error.log that has any lines is from noon yesterday. Can you help me with this problem? Unfortunately, I need to check on an error very quickly. Thanks in advance!

I see a log in the most recent error log for your web app (from an uncaught exception). Perhaps a code change just means that it is not logging anything to the error log at the momnet.

Subject: HTML File Not Updating on Website - Showing Old Version (Free Plan User)

Detailed Description:

Hello,

I am a free plan user on PythonAnywhere. I have hosted a website (https://loopformoney.pythonanywhere.com/) which is built using an HTML file and a Python Flask application.

I have made several changes to my HTML file (e.g., index.html). Initially, these changes were reflected successfully on the website. However, now no matter what changes I make, they are not appearing on the live website.

After every change, I have consistently clicked the 'Reload https://www.google.com/search?q=Loopformoney.pythonanywhere.com' button on my web app configuration page. I have also tried clearing my browser's cache and cookies, and even accessed the website in Incognito mode, but the result remains the same – I always see the old version of the website.

As a last resort, I even completely deleted my HTML file from the PythonAnywhere file system. Surprisingly, even after deleting the file, the website is still displaying its old version.

My website link: https://loopformoney.pythonanywhere.com/

I would greatly appreciate your assistance in resolving this issue. You can also contact me via email if needed: fourbd10@gmail.com

Thank you.

Are you sure that your Flask app is rendering that html file?