MrStrzelec
MrStrzelec
Hey! Server working. I've managed also to change celery script and adjust to your advice but not working. I've got this error from celery (systemd). Okt 30 09:22:45 Servername celery[1155]:...
It's running on a diffrent IP address. I thought i add this information. python manage.py runserver
user@server:/opt/jupyterhub/lib/python3.10/site-packages/mercury$ python manage.py runsever --verbose IP:PORT Traceback (most recent call last): ``` File "/usr/lib/python3.10/logging/config.py", line 565, in configure handler = self.configure_handler(handlers[name]) File "/usr/lib/python3.10/logging/config.py", line 746, in configure_handler result = factory(**kwargs)...
`PermissionError: [Errno 13] Permission denied: '/opt/jupyterhub/lib/python3.10/site-packages/mercury/django-errors.log'` I've just changed permissions to this file for everyone and now it's works. Server running correctly and worker working correctly. W/O docker or huggingface....
Hey! Sorry i had a day off yesterday. Yep, data is in the same directory as a notebook. I also tried with full path and also didn't worked. Any other...
I think worker was not working at all, i've checked logs and found this: ``` [2023-11-02 12:33:20,930: INFO/MainProcess] Task apps.ws.tasks.task_start_websocket_worker[1cfbef57-5ef1-4ea6-b307-f1380f3a20aa] received [2023-11-02 12:33:20,976: INFO/MainProcess] Task apps.ws.tasks.task_start_websocket_worker[1cfbef57-5ef1-4ea6-b307-f1380f3a20aa] succeeded in 0.04001394798979163s: None...