Hello,
I'm updating Funkwhale 1.2.10 ==> 1.3.1 using the Quick Install script (https://docs.funkwhale.audio/administrator/upgrade/quick-install.html - side note, there is a "." at the end of the code that prevents the copy/pasting of the script to run. No big deal, but still), and the script fails with a nasty message:
TASK [funkwhale : Collect static files] ***************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["/srv/funkwhale/virtualenv/bin/python", "api/manage.py", "collectstatic", "--no-input"], "delta": "0:00:01.267212", "end": "2023-07-08 08:37:10.557166", "msg": "non-zero return code", "rc": 1, "start": "2023-07-08 08:37:09.289954", "stderr": "/srv/funkwhale/api/manage.py:7: DeprecationWarning: the './manage.py' script has been deprecated, please use the 'funkwhale-manage' entrypoint instead (e.g. 'funkwhale-manage migrate')\n warnings.warn(\n2023-07-08 08:37:10,187 funkwhale_api.config INFO Loaded env file at /srv/funkwhale/config/.env\n2023-07-08 08:37:10,187 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja\nTraceback (most recent call last):\n File \"/srv/funkwhale/api/manage.py\", line 15, in <module>\n raise SystemExit(main())\n File \"/srv/funkwhale/api/funkwhale_api/main.py\", line 30, in main\n execute_from_command_line(sys.argv)\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/core/management/__init__.py\", line 419, in execute_from_command_line\n utility.execute()\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/core/management/__init__.py\", line 395, in execute\n django.setup()\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/__init__.py\", line 24, in setup\n apps.populate(settings.INSTALLED_APPS)\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/apps/registry.py\", line 91, in populate\n app_config = AppConfig.create(entry)\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/apps/config.py\", line 124, in create\n mod = import_module(mod_path)\n File \"/usr/lib/python3.10/importlib/__init__.py\", line 126, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n File \"<frozen importlib._bootstrap>\", line 1050, in _gcd_import\n File \"<frozen importlib._bootstrap>\", line 1027, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 1006, in _find_and_load_unlocked\n File \"<frozen importlib._bootstrap>\", line 688, in _load_unlocked\n File \"<frozen importlib._bootstrap_external>\", line 883, in exec_module\n File \"<frozen importlib._bootstrap>\", line 241, in _call_with_frames_removed\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/daphne/apps.py\", line 6, in <module>\n import daphne.server # noqa: F401\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/daphne/server.py\", line 7, in <module>\n from twisted.internet import asyncioreactor # isort:skip\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/asyncioreactor.py\", line 19, in <module>\n from twisted.internet.posixbase import (\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/posixbase.py\", line 19, in <module>\n from twisted.internet import error, tcp, udp\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/tcp.py\", line 38, in <module>\n from twisted.internet._newtls import (\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/_newtls.py\", line 18, in <module>\n from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/protocols/tls.py\", line 40, in <module>\n from OpenSSL.SSL import (\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/__init__.py\", line 8, in <module>\n from OpenSSL import crypto, SSL\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/crypto.py\", line 1556, in <module>\n class X509StoreFlags(object):\n File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/crypto.py\", line 1577, in X509StoreFlags\n CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK\nAttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'", "stderr_lines": ["/srv/funkwhale/api/manage.py:7: DeprecationWarning: the './manage.py' script has been deprecated, please use the 'funkwhale-manage' entrypoint instead (e.g. 'funkwhale-manage migrate')", " warnings.warn(", "2023-07-08 08:37:10,187 funkwhale_api.config INFO Loaded env file at /srv/funkwhale/config/.env", "2023-07-08 08:37:10,187 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja", "Traceback (most recent call last):", " File \"/srv/funkwhale/api/manage.py\", line 15, in <module>", " raise SystemExit(main())", " File \"/srv/funkwhale/api/funkwhale_api/main.py\", line 30, in main", " execute_from_command_line(sys.argv)", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/core/management/__init__.py\", line 419, in execute_from_command_line", " utility.execute()", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/core/management/__init__.py\", line 395, in execute", " django.setup()", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/__init__.py\", line 24, in setup", " apps.populate(settings.INSTALLED_APPS)", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/apps/registry.py\", line 91, in populate", " app_config = AppConfig.create(entry)", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/django/apps/config.py\", line 124, in create", " mod = import_module(mod_path)", " File \"/usr/lib/python3.10/importlib/__init__.py\", line 126, in import_module", " return _bootstrap._gcd_import(name[level:], package, level)", " File \"<frozen importlib._bootstrap>\", line 1050, in _gcd_import", " File \"<frozen importlib._bootstrap>\", line 1027, in _find_and_load", " File \"<frozen importlib._bootstrap>\", line 1006, in _find_and_load_unlocked", " File \"<frozen importlib._bootstrap>\", line 688, in _load_unlocked", " File \"<frozen importlib._bootstrap_external>\", line 883, in exec_module", " File \"<frozen importlib._bootstrap>\", line 241, in _call_with_frames_removed", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/daphne/apps.py\", line 6, in <module>", " import daphne.server # noqa: F401", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/daphne/server.py\", line 7, in <module>", " from twisted.internet import asyncioreactor # isort:skip", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/asyncioreactor.py\", line 19, in <module>", " from twisted.internet.posixbase import (", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/posixbase.py\", line 19, in <module>", " from twisted.internet import error, tcp, udp", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/tcp.py\", line 38, in <module>", " from twisted.internet._newtls import (", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/internet/_newtls.py\", line 18, in <module>", " from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/twisted/protocols/tls.py\", line 40, in <module>", " from OpenSSL.SSL import (", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/__init__.py\", line 8, in <module>", " from OpenSSL import crypto, SSL", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/crypto.py\", line 1556, in <module>", " class X509StoreFlags(object):", " File \"/srv/funkwhale/virtualenv/lib/python3.10/site-packages/OpenSSL/crypto.py\", line 1577, in X509StoreFlags", " CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK", "AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'"], "stdout": "", "stdout_lines": []}
The Frontend : https://sound.zocradio.info/ stays on "loading Funkwhale
but the API seems to still run fine (used here: https://www.zocradio.info/radio/radio.html )
Did I miss a component upgrade?