Hi there!
I've come back to my side project (webapp) after a few months. Yesterday I pulled the changes and tried to run the usual python manage.py migrate
, npm i && npm run build
and python manage.py collectstatic
. The npm
related stuff seems to run smoothly, but anything python based wont work. After hitting the enter-btn after such a command, the curser just jumps to the next line but nothing is happening in hours.
I'm not really able to locate the issue. It works on my local machine and I can't find anything in the logs except the following:
2024-11-06 00:15:42 spawned 2 offload threads for uWSGI worker 2
2024-11-06 00:16:05 uwsgi_master_manage_emperor()/read(): Bad file descriptor [core/emperor.c line 2442]
2024-11-06 00:16:05 lost connection with my emperor !!!
2024-11-06 00:16:05 unlink(): No such file or directory [core/uwsgi.c line 1662]
I disabled, enabled and restarted my webapp several times. I also killed the existing terminals, but nothing has helped so far.
I did see some topics here where people also have some problems - does Pythonanywhere have some problems atm, or did I somehow blew up my app?
Thanks!