What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.9
What app is this about: my_webapp
Describe your issue
Today I noticed (I don’t know since when the error exists, a few days ago it still worked) that when I log in with SSH, I can no longer log into the shell of my_webapp.
The call of
sudo yunohost app shell my_webapp
leads to this error message:
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 80, in
if os.environ[“PATH”] != default_path:
~~~~~~~~~~^^^^^^^^
File “”, line 679, in getitem
KeyError: ‘PATH’
[Error] my_webapp is not in the apps list`
I have a total of four my_webapp installed (my_webapp with a php/db application and the others my_webapp__1 to my_webapp__4)
I can no longer switch to the shell with xxx in any my_webapp installation.
The same error always appears. These apps are listed as normal in the web console. They also all work perfectly.
What could be the reason for this and how can I fix it?
Share relevant logs or error messages
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 80, in
if os.environ[“PATH”] != default_path:
~~~~~~~~~~^^^^^^^^
File “”, line 679, in getitem
KeyError: ‘PATH’
[Error] my_webapp is not in the apps list