`get`call exception
rlnt opened this issue · 1 comments
I integrated the NexusDashboard into the docker-compose.yml
from the DarkflameServer.
Because I didn't manage to make the composition work with a remote repository, I cloned this repo and built the docker image from the source with the docker composition.
I get no errors on startup and everything seems to be fine but when I try to access the web page, I get an internal server error and I get an error stack trace from a get
request via flask.
I am not very experienced with python so any help that could cause this error would be appreciated.
It works for me now although I didn't change the docker-compose setup. The only thing I've done was to update the Darkflame server to the newest commit. I leave this open for future reference and in case this is something that still needs fixing.