You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading Yunohost to Yunohost 11 (debian 11), Funkwhale stopped to work. All Funkwhale services are on exited status.
It seams to be because the virtualenv pip version is outdated/broken.
# /var/www/funkwhale/virtualenv/bin/pip
Traceback (most recent call last):
File "/var/www/funkwhale/virtualenv/bin/pip", line 6, in <module>
from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip'
- août 23 13:37:33 systemd[1]: Started funkwhale application server.
- août 23 13:37:33 gunicorn[98338]: Traceback (most recent call last):
- août 23 13:37:33 gunicorn[98338]: File "/var/www/funkwhale/virtualenv/bin/gunicorn", line 5, in <module>
- août 23 13:37:33 gunicorn[98338]: from gunicorn.app.wsgiapp import run
- août 23 13:37:33 gunicorn[98338]: ModuleNotFoundError: No module named 'gunicorn'
- août 23 13:37:33 systemd[1]: funkwhale-server.service: Main process exited, code=exited, status=1/FAILURE
- août 23 13:37:33 systemd[1]: funkwhale-server.service: Failed with result 'exit-code'.
sudo yunohost service log funkwhale-beat
- août 23 13:37:06 systemd[1]: Started funkwhale celery beat process.
- août 23 13:37:06 celery[98246]: Traceback (most recent call last):
- août 23 13:37:06 celery[98246]: File "/var/www/funkwhale/virtualenv/bin/celery", line 5, in <module>
- août 23 13:37:06 celery[98246]: from celery.__main__ import main
- août 23 13:37:06 celery[98246]: ModuleNotFoundError: No module named 'celery'
- août 23 13:37:06 systemd[1]: funkwhale-beat.service: Main process exited, code=exited, status=1/FAILURE
- août 23 13:37:06 systemd[1]: funkwhale-beat.service: Failed with result 'exit-code'.
sudo yunohost service log funkwhale-worker
- août 23 13:37:21 systemd[1]: Started funkwhale celery worker.
- août 23 13:37:21 celery[98291]: Traceback (most recent call last):
- août 23 13:37:21 celery[98291]: File "/var/www/funkwhale/virtualenv/bin/celery", line 5, in <module>
- août 23 13:37:21 celery[98291]: from celery.__main__ import main
- août 23 13:37:21 celery[98291]: ModuleNotFoundError: No module named 'celery'
- août 23 13:37:21 systemd[1]: funkwhale-worker.service: Main process exited, code=exited, status=1/FAILURE
- août 23 13:37:21 systemd[1]: funkwhale-worker.service: Failed with result 'exit-code'.
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading Yunohost to Yunohost 11 (debian 11), Funkwhale stopped to work. All Funkwhale services are on exited status.
It seams to be because the virtualenv pip version is outdated/broken.
This funkwhale GitLab solution isn't working
No clue on what i can do next
Context
Funkwhale 1.2.7~ynh1
Steps to reproduce
Perform the Yunohost migration to Yunohost 11.
Expected behavior
Services not stopping
Logs
sudo yunohost service log funkwhale-server
sudo yunohost service log funkwhale-beat
sudo yunohost service log funkwhale-worker
The text was updated successfully, but these errors were encountered: