2021-07-13, 08:59 PM
(This post was last modified: 2021-07-13, 09:00 PM by marcodalli.)
Hi,
I'm struggling to make NextPVR work inside docker running on a Synology NAS.
I've setup the container both using host network or bridge (adding the SATIP_DEVICES with the URL of my OctopusNet), but I can find no devices.
Also, if I try to import a m3u playlist, nothing happens, so I suspect there's something wrong with my setup.
In the logs I see
where 10.1.0.2 is the NAS's IP.
What am I doing wrong?
Thank you,
Marco
I'm struggling to make NextPVR work inside docker running on a Synology NAS.
I've setup the container both using host network or bridge (adding the SATIP_DEVICES with the URL of my OctopusNet), but I can find no devices.
Also, if I try to import a m3u playlist, nothing happens, so I suspect there's something wrong with my setup.
In the logs I see
Code:
2021-07-13 22:47:10.596 [DEBUG][10] address: 10.1.0.2
2021-07-13 22:47:10.608 [ERROR][10] Unexpected error getting IP address: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known
at System.Net.Dns.InternalGetHostByName(String hostName)
at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
at NShared.LocatorService.DetermineIPAddress()
What am I doing wrong?
Thank you,
Marco