Skip to content

Running updates on neo2 breaks wlanpi-webui #35

@mir2323

Description

@mir2323

Dear Developer,

I am currently facing an issue with the Gunicorn service while attempting to start the wlanpi-webui application. The error message I receive is as follows:

Aug 05 19:03:13 wlanpi systemd[1]: Starting Gunicorn daemon to serve wlanpi-webui...
Aug 05 19:03:13 wlanpi gunicorn[5048]: Traceback (most recent call last):
Aug 05 19:03:13 wlanpi gunicorn[5048]:   File "/opt/wlanpi-webui/bin/gunicorn", line 5, in <module>
Aug 05 19:03:13 wlanpi gunicorn[5048]:     from gunicorn.app.wsgiapp import run
Aug 05 19:03:13 wlanpi gunicorn[5048]: ModuleNotFoundError: No module named 'gunicorn'
Aug 05 19:03:13 wlanpi systemd[1]: wlanpi-webui.service: Main process exited, code=exited, status=1/FAILURE
Aug 05 19:03:13 wlanpi systemd[1]: wlanpi-webui.service: Failed with result 'exit-code'.
Aug 05 19:03:13 wlanpi systemd[1]: Failed to start Gunicorn daemon to serve wlanpi-webui.

It appears that the Python module 'gunicorn' is not being found when the Gunicorn service is started. I have already attempted to install the 'gunicorn' module, but the issue persists.

Could you please investigate this matter further and provide a solution to help me start the Gunicorn service successfully for the wlanpi-webui application?

Thank you for your prompt attention to this matter. I greatly appreciate your expertise and look forward to your assistance.

Best regards
Mirwaiss

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions