pannal / Kitana

A responsive Plex plugin web frontend
Other
496 stars 25 forks source link

[Docker] Broken version: v0.4.3-1 #71

Open wax911 opened 2 years ago

wax911 commented 2 years ago

So it seems like pannal/kitana:0.4.3-1 is broken for docker at least. At first I thought that maybe something was wrong with the setup so I installed did the same docker configuration on a different machine and the result it always the same. Only thing I get are 404 error in the network tab under dev tools, not entirely sure why though. Logs are clean no errors or warning, however downgrading to pannal/kitana:0.4.2 fixed all the issues for me

brettinternet commented 2 years ago

What does your run command look like? It's possible you're using the prefix argument -p such as -p kitana and not appending that to the URL.

wax911 commented 2 years ago

Possibly. I don't recall adding any params, just had docker compose. Currently the entry point is python,kitana.py

pannal commented 1 year ago

I'm running v0.4.3-1 successfully. But for anyone not able to, feel free to downgrade to 0.4.2. The functionality is the same.