Thomas Gorgolione
Thomas Gorgolione
I just put in a fix for this in v0.6.5. Please check to see if that resolves your issue.
Hmmm, I think the Python 3 version is not completely merged in yet. Still working on it. Did you download 0.5.3 from the releases area in GitHub? Downloading it from...
Ahh, yup I could definitely refine the readme. `plex_accessible_ip` is the IP address of the locast2plex server, not the IP address of the Plex server (my thought for naming it...
@zathrath03 Could you change the `plex_accessible_ip` value to `127.0.0.1` in config.ini, then restart the docker container, then retry adding the tuner in Plex? @cguay What version of Python are you...
Hello @kogren161. Noticed a few items with the ini file: - `c = \locast2plex\main.py` can be removed - The `:6077` part of the plex_accessible_ip can be removed Try seeing if...
Hello all 0.6.7 should fix this issue.
Hmmm, I think something is preventing the Plex server from talking to locast2plex (but it is accessible from your browser), but I'm not sure what would have changed from the...
Hello @benplace What version of python are you running?
@dshanks01 Yeah, you're right about the versioning. It has to do with how I'm merging updated code. I need to think about creating a dev branch for this project, so...
On my end, adding Thomas's modification fixes the issue, but I wonder if that's because I'm using Windows. I see a fix for this that I'll look into implementing from...