My YunoHost server
Hardware: DigitalOcean Droplet
YunoHost version: 11.1.19 (stable).
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:
Description of my issue
I’m seeing some similar error 500 posts but not sure if mine is the same or not…
I was trying to install some applications, but it tells me to update my Yunohost system first. However, it seems like I cannot run a system update. I have rebooted the system as well as rebooted my DigitalOcean Droplet… neither seemed to solve the problem.
Here’s the diagnosis:
https://paste.yunohost.org/raw/melojobesi
The system update error message is 500, with Action : "PUT" /yunohost/api/update/all
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 457, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 584, in process
return func(**arguments)
File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 372, in tools_update
upgradable_apps = _list_upgradable_apps()
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2621, in _list_upgradable_apps
app["notifications"]["PRE_UPGRADE"] = _filter_and_hydrate_notifications(
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 3142, in _filter_and_hydrate_notifications
return {
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 3148, in <dictcomp>
or is_version_more_recent_than_current_version(name)
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 3134, in is_version_more_recent_than_current_version
current_version = str(current_version)
UnboundLocalError: local variable 'current_version' referenced before assignment
Thank you so much!!!