The latest version of the eventlet async worker library (0.31.0) seems to be incompatible with gunicorn, this causes the dashboard web page to show blank/empty tabs. The workaround is to remove eventlet 0.31.0 and install an older version of this module (0.30.2).
Symptoms: no data shown on the dashboard web page, the following errors appear in the syslog:
Error: class uri 'eventlet' invalid or not found:
ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi'...
Workaround: remove eventlet 0.31.0, install eventlet 0.30.2 using the following commands:
The latest version of the eventlet async worker library (0.31.0) seems to be incompatible with gunicorn, this causes the dashboard web page to show blank/empty tabs. The workaround is to remove eventlet 0.31.0 and install an older version of this module (0.30.2).
Symptoms: no data shown on the dashboard web page, the following errors appear in the syslog:
Error: class uri 'eventlet' invalid or not found:
ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi'...
Workaround: remove eventlet 0.31.0, install eventlet 0.30.2 using the following commands:
The dashboard web page should now display as expected.