Help please! linux novice

Have just started getting a 502 error on my kegbot server :frowning:

I can see port 8000 isn’t listening and nginx can’t connect to port 8000. I activated the venv and went to run kegbot manually however got this:

File “/home/kegbot/kegbot-server.venv/bin/kegbot”, line 56, in
django.setup()
File “/home/kegbot/kegbot-server.venv/lib/python2.7/site-packages/django/init.py”, line 18, in setup
from django.utils.log import configure_logging
File “/home/kegbot/kegbot-server.venv/lib/python2.7/site-packages/django/utils/log.py”, line 13, in
from django.views.debug import ExceptionReporter, get_exception_reporter_filter
UnicodeDecodeError: ‘utf8’ codec can’t decode byte 0xf4 in position 15612: invalid continuation byte

Have not seen this one before. Been a long time since I’ve setup a new instance as mine is just chugging away. You’re running the “legacy” version and not the Docker-Compose newer setup correct?