-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot add virtual locast2plex hdhomerun to plex #25
Comments
I am having a similar issue on Ubuntu 18. When I run python, it gets all the way to "Starting SSDP server..." However, every time I click "Connect" in Plex, the following lines appear: It will not let me past the Connect page. |
Hello all. At the moment, locast2plex always listens on all IP interfaces (0.0.0.0), so that's working as intended. The host address option is mainly used to report to Plex what IP it should be using to access the locast2plex service, especially when SSDP discovery is working. @bitrotsucks , are you getting an error message after you are clicking on the connect button? |
Hi @tgorgdotcom thanks for the response. I selected Live TV & DVR>Settings then selected + Add Device. When I select connect I get an error: "There was a problem adding the device: 192.168.1.x:6077" I followed your instructions here as well as the following post: |
Hmmm... In docker, try setting the setting the external_addy in the container variable to 127.0.0.1. Then, in Plex, use the address 127.0.0.1:6077. |
Hi, @tgorgdotcom thanks for the suggestion. I tried setting the loopback address in Docker and in Plex as you suggested, but unfortunately, it didn't help. Any other ideas? Additional note: Not sure if this is relevant, but my server has multiple ethernet connections and I have them set to be teamed together. In other words, I have four outputs that are merged into two per IP address. I tried both IP addresses as well.. Thanks. |
I'm having a similar issue but with QNAP, though I'm wondering if my problem is that I'm trying to run locast2plex on my QNAP and my plex server from my desktop. My QNAP docker settings are set as follows, with the external addy being that of my QNAP server. I have tried both that as well as the loopback without success.
Here's the terminal output: Locast2Plex v0.4.2 |
I am encountering the same issue on a Synology NAS, using docker. My log looks essentially identical:
I have tried using loopback or the IP of my media server (the same device running docker) as the external address. I have also tried with/without remapping port 6077. I am leaving 1900 unset in my docker config because the port is in use by the synology NAS as shown in the workarounds. When I first set it up I had it populated but the container wouldn't launch due to the port conflict. The very first time I launched the container, I was able to at least briefly see it under Plex by navigating to settings -> live tv and DVR -> add -> "Enter network address manually" and entering 192.168.1.100:36077. However after about 2 seconds, it disappeared. Despite disappearing, if I click connect and then continue, it will pull a channel list, and allow you to finish setup. BUT if you attempt to rescan channels or actually watch something, you get an error that the device is no longer available on the network. If I just continue on adding locast2plex into plex, I get the following under Live TV and DVR: I have verified using telnet that the container seems to be open and accepting traffic on that port (I have 6077 remapped to 36077 in this test, the same happens if I have it set to 6077):
After restarting the container several times, I cannot get it to show back up inside of plex despite the port being open and connectable. Also, I noticed that despite the var for DEBUG being set to false, the log output shows DEBUG MODE ACTIVE. |
@tgorgdotcom just wondering if you had any updates or progress on this issue, or do you need more information? Thanks! |
Hello all. A couple of things came to mind: @begunfx - Are both plex and locast2plex on separate docker containers? If so you would need to set up a docker network to connect the two of them. @apache6131 - The only thing I see is it doesn't look like the port is open in the docker configuration, not sure if you would see that in the data you posted... @msarro - Is plex running on a docker container as well? I wonder if the web application would be able to "see" the locast2plex instance, but the server could not. |
Hi @tgorgdotcom plex is not running in a docker container. It's running as a Synology package on my Synology Rackstation. locast2plex is the only thing that is in a container. Hope that helps. |
Hi Aneesh,
thanks for the info. I do have access to locast in my area, and don't use a VPN to connect. I'm not able to get it to work with just the docker container and Plex. I tried setting the ports in the container to local as auto and container as 6077/TCP and 1900/UDP respectively and that didn't work either. Could you enlighten me as to how to make this work without having to setup a VPN docker container?
Thanks!
Best regards,
Brian
…------ Original Message ------
Received: 10:50 PM PDT, 08/24/2020
From: Aneesh Kumar <notifications@github.com>
To: tgorgdotcom/locast2plex <locast2plex@noreply.github.com>
Cc: Brian Begun <begunfx@usa.net>, Mention <mention@noreply.github.com>
Subject: Re: [tgorgdotcom/locast2plex] Cannot add virtual locast2plex hdhomerun to plex (#25)
Hey @begunfx I got it working. I also run Plex natively on my Synology and run everything else on Docker. Because I live in an area out of service of locast, I used a dockerhub image called nordvpn-proxy. Inside the container I forwarded the needed ports: 6077 and 1900. After that, I tied the VPN's container network with the locast2plex image with this command: sudo docker run --rm -it --network container:NAME_OF_CONTAINER -e username=USERNAME -e password=PASSWORD -e external_addy=INTERNAL_IP_OF_SYNOLOGY tgorg/locast2plex
After that I went through the process and for the DVR I added the home IP of: 127.0.0.1:6077 Everything was smooth sailing after that :)
Please let me know if you run into any issues.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#25 (comment)", "url": "#25 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Note for everyone: I've noticed some confusion for some with the log output and whether locast2plex was running or not. For users of 0.4.x and below, once locast2plex shows the Also looks like there was a post that replied to @begunfx via email that is not showing here. @begunfx You shouldn't have to run a VPN to get it working. Would you be able to list out your container info (blocking out the username/password, of course)? |
@tgorgdotcom Here's my container settings (password and login redacted). I don't have any ports set in the container (tried with and without adding ports). |
Thanks for your reply. Would we be able to see your port settings? |
@tgorgdotcom here's my port settings page. I had tried it with these settings and with nothing at all set. |
@tgorgdotcom any updates? |
Few suggestions...
|
@Fozziebear you rock! I finally got it working! Man what a pain. Okay for anyone else interested in installing this on a Synology server, here's what I did to get it working.
Crossing fingers that it continues to work. |
Hi, I'm running Plex via a Synology Rackstation. I'm also running the locast2plex in a container via the Docker app. The problem I'm running into is that I cannot add locast2plex as a virtual hdhomerun to plex. I have all the settings set as outlined here, but I'm noticing that even though I have an external server value set in the logs it says the server is: 0.0.0.0. I'm wondering if that's the issue. I cannot see a way to manually change that value.
Attached is my Docker log.
Any help would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: