Forums

I can't get my web app in pythonanywhere

When i try to run my app ,it report some wrong such as "OSError: [Errno 90] Message too long". This is my error report URL. https://www.pythonanywhere.com/user/Yaolingxin/files/var/log/yaolingxin.pythonanywhere.com.error.log Can somebody help me solve my quesion?Thanks very much!!!

You're trying to log something that is too long for the logging system to process it. Somewhere in your code is a print or a logging call that is trying to dump a huge amount of data into the log. Try to find it and remove it.

Do you mean the data I upload ?It means my data was too big that i must remove it?But the data was the most important thing in my webapp.

No. I mean the data that your app is logging.