You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigating to the /pboard site is throwing a 504 error.
from the /var/httpd/server_error.log
[Fri Aug 13 00:23:12.448767 2021] [wsgi:error] [pid 41290] [remote redacted:63040] mod_wsgi (pid=41290): Failed to exec Python script file '/srv/puppetboard/puppetboard/wsgi.py'.
[Fri Aug 13 00:23:12.448814 2021] [wsgi:error] [pid 41290] [remote redacted:63040] mod_wsgi (pid=41290): Exception occurred processing WSGI script '/srv/puppetboard/puppetboard/wsgi.py'.
[Fri Aug 13 00:23:12.448893 2021] [wsgi:error] [pid 41290] [remote redacted:63040] Traceback (most recent call last):
[Fri Aug 13 00:23:12.448916 2021] [wsgi:error] [pid 41290] [remote redacted:63040] File "/srv/puppetboard/puppetboard/wsgi.py", line 14, in <module>
[Fri Aug 13 00:23:12.448921 2021] [wsgi:error] [pid 41290] [remote redacted:63040] from puppetboard.app import app as application
[Fri Aug 13 00:23:12.448928 2021] [wsgi:error] [pid 41290] [remote redacted:63040] File "/srv/puppetboard/puppetboard/puppetboard/app.py", line 14, in <module>
[Fri Aug 13 00:23:12.448932 2021] [wsgi:error] [pid 41290] [remote redacted63040] from flask import (
[Fri Aug 13 00:23:12.448946 2021] [wsgi:error] [pid 41290] [remote redacted:63040] ModuleNotFoundError: No module named 'flask'
my puppetfile. I've tried the examples in the module, and the example in the docs. Below is what someone with the same error I had posted saying it worked.
Navigating to the /pboard site is throwing a 504 error.
from the
/var/httpd/server_error.log
my puppetfile. I've tried the examples in the module, and the example in the docs. Below is what someone with the same error I had posted saying it worked.
my profile
Let me know if I need to give anymore information.
Thanks!
The text was updated successfully, but these errors were encountered: