Error logs Traceback(mostrecentcalllast):File"/home/MyPythonServer608/.virtualenvs/my-virtualenv/lib/python3.10/site-packages/flask/app.py",line2528,inwsgi_appresponse=self.full_dispatch_request()File"/home/MyPythonServer608/.virtualenvs/my-virtualenv/lib/python3.10/site-packages/flask/app.py",l...
Hello, I have beginner account and i created my first web app on pythonanywhere. During web creation I used Python 3.8 (Flask 2.0.0) version. When I try to run my web app it is throwing error as Internal Server Error. I have not uploaded any of my custom code yet. The only file ...
I had run "pip3 install --user flask-cors" and also it got installed fine. But I am getting this error still. Flask-cors is installed in "/home/iTanuj/.local/lib/python3.7/site-packages (3.0.8)" but other are in "/usr/lib/python3.7/site-packages", is it supposed to be like ...
I have an apscheduler instance in my backend Flask code that performs a task every 5 minutes. Locally it works fine. However when deploying to PythonAnywhere I frequently see the message 'Scheduler has been shut down' in my error logs. Is this kind of frequently running task allowed to be...