My YunoHost server
Hardware: VPS bought online
YunoHost version: 4.2.4
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | …
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
After the system upgrade, I got this error:
YunoHost API is not responding
Error:"502" Bad Gateway
Action:
"GET" /yunohost/api/installed?locale=en
Error message:
The YunoHost API is not responding. Maybe ‘yunohost-api’ is down or got restarted?
I tried restarting the api service but although it says “success”, it does not fix the issue.
/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152, got 144
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152, got 144
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152, got 144
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152, got 144
return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152, got 144
return f(*args, **kwds)
Success! Service 'yunohost-api' restarted
Rebooted the server too, but that didn’t fix it.
I got the same exact error on a second server a few hours ago, and a server reboot fixed it. But not on this server…