pannal / Kitana

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

Can't get it started on windows #52

Closed JelledFro closed 3 years ago

JelledFro commented 3 years ago

I followed the instruction for a manual windows install, but the listed ip show nothing. What is the output supposed to be? Is kitana started even? I don't see any error message.

image .

pannal commented 3 years ago

0.0.0.0 means it listenes on any interface. Try http://127.0.0.1:31337 or http://your-pcs-lan-ip:31337.

Otherwise you can specify the IP to listen on in the command line.

JelledFro commented 3 years ago

I see. Thanks! working now :)