NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
1 2 3 4 5 … 9 Next »
Error detecting HDHR devices with marklambert/nextpvr-ccextractor

 
  • 0 Vote(s) - 0 Average
Error detecting HDHR devices with marklambert/nextpvr-ccextractor
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#1
2025-02-01, 03:57 PM
Hi - got back into NPVR by running the official docker container in Docker Desktop on an old Mac I had around. Now wanting to move it to my ubuntu 24.04 machine and it's unable to find the HDHR device on my network....

Code:
2025-02-01 15:52:55.114    [DEBUG][10]    Got request [10.10.10.78]: /services/service (setting.devices)
2025-02-01 15:52:55.114    [DEBUG][10]    parameters:
2025-02-01 15:52:55.114    [DEBUG][10]       method: setting.devices
2025-02-01 15:52:55.114    [DEBUG][10]       refresh: true
2025-02-01 15:52:55.114    [DEBUG][10]       format: json
2025-02-01 15:52:55.114    [DEBUG][10]       sid: 8b8d4ddc-362e-4826-b188-1a5b0297ac69
2025-02-01 15:52:55.114    [DEBUG][10]       client_ip: 10.10.10.78
2025-02-01 15:52:55.114    [DEBUG][10]       client_local: true
2025-02-01 15:52:55.114    [DEBUG][10]       user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
2025-02-01 15:52:55.114    [DEBUG][10]       host_callback: ...
2025-02-01 15:52:55.114    [DEBUG][10]    setting.devices
2025-02-01 15:52:55.114    [DEBUG][10]    Starting SAT>IP discovery
2025-02-01 15:52:55.182    [DEBUG][10]    CaptureSource.LoadAll()
2025-02-01 15:53:00.185    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:06.187    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:12.191    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:18.193    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:24.196    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:30.198    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:36.200    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:42.202    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:48.205    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.
2025-02-01 15:53:54.207    [ERROR][10]    Error discovering HDHR devices: The operation has timed out.

I'm assuming I might be forgetting a setup step... here's my docker run command:

Code:
docker run -d --name npvr --volume /mnt/nvm/npvr/config:/config --volume /mnt/nvm/npvr/recordings:/recordings --volume /mnt/nvm/npvr/buffer:/buffer --publish 8866:8866 --restart=unless-stopped marklambert/nextpvr-ccextractor:latest
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#2
2025-02-01, 03:58 PM (This post was last modified: 2025-02-01, 04:15 PM by SickBoy.)
same HDHR worked on the testbed setup... and I can curl the HDHR's page from inside the container

Code:
root@9cdda30f23db:/app# curl 10.10.10.192
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>HDHomeRun Main Menu</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div class="B C">
<div class="T">HDHomeRun FLEX DUO</div>
<div class="S">Model: HDFX-2US
<br/>Device ID: 10958E0F
<br/>Firmware: 20231214
</div>
<ul>
<li><a href="/lineup.html">Channel Lineup</a></li>
<li><a href="/tuners.html">Tuner Status</a></li>
<li><a href="/system.html">System Menu</a></li>
<li><a href="https://www.silicondust.com/ext/hdhomerun/instructions?DeviceID=10958E0F">Installation Instructions</a></li>
</ul>
</div>
</body>
</html>root@9cdda30f23db:/app#
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#3
2025-02-01, 04:25 PM
Also getting this error with the nextpvr/nextpvr_amd64Confusedtable container. is there a network port I need to add or a firewall rule?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#4
2025-02-01, 04:26 PM (This post was last modified: 2025-02-01, 04:26 PM by mvallevand.)
Looks like you didn't read about the UDP setup https://forums.nextpvr.com/showthread.php?tid=59393 (or just use host mode if you have problems)

Why use Docker on a MacBook instead of native?

Martin
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#5
2025-02-01, 04:30 PM (This post was last modified: 2025-02-01, 04:30 PM by SickBoy.)
(2025-02-01, 04:26 PM)mvallevand Wrote: Looks like you didn't read about the UDP setup https://forums.nextpvr.com/showthread.php?tid=59393 (or just use host mode if you have problems)

For clarification - you're referring to the 8020-8030 ports and the HOST_IP variable? It wasn't clear to me if the HDHR I have qualified as a "legacy" one.

I was using my old 2013 Mac Pro as a testbed just to see how it worked and didn't necessarily want to install the binaries (cleaning up with docker is easy). I'm now moving the server to its permanent home on my Radxa x4.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#6
2025-02-01, 04:55 PM
I am not sure if the UDP (and host) would be needed for discovery, the snippet didn't show it trying to connect to the Silicondust site either, that is why I suggested host mode.

Martin
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#7
2025-02-01, 05:29 PM (This post was last modified: 2025-02-01, 05:30 PM by SickBoy.)
After a couple of times of deleting and restarting the container, I finally got it to detect the HDHR's - but then ran into a a problem trying to set the epg source on the device. Seems it's getting into some sort of recursion and I still see timeouts in the log.


Attached Files
.zip   nrecord.log.zip (Size: 48.74 KB / Downloads: 1)
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#8
2025-02-01, 05:31 PM
One thing I thought of - are there any specific dependencies for the host OS? This machine started life as Ubuntu Server minimal, so it might be lacking some packages that a desktop distribution has.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,109
Threads: 957
Joined: May 2006
#9
2025-02-01, 05:40 PM
UDP or host mode is definitely required for OTA EPG.

Martin
SickBoy
Offline

Senior Member

Posts: 340
Threads: 53
Joined: May 2005
#10
2025-02-01, 05:41 PM (This post was last modified: 2025-02-01, 05:42 PM by SickBoy.)
(2025-02-01, 05:40 PM)mvallevand Wrote: UDP or host mode is definitely required for OTA EPG.

Martin

I'm setting up with SchedulesDirect.... I tried setting host mode when starting up the docker container but the container never even fully comes up for me (nothing gets written to nrecord.log). UDP port exposure seems to *sorta* work....
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPvr Instance Unresponsive itsnotjeff 8 540 2025-05-29, 10:58 PM
Last Post: mvallevand
Information Custom NPVR image with ffmpeg, ccextractor, handbrake, comskip, etc. Ranbato 66 15,816 2025-01-16, 04:26 AM
Last Post: mvallevand
  Current guide for NextPVR docker on Unraid? wapkaplet 1 942 2024-12-20, 02:40 AM
Last Post: wapkaplet
  Modification to the NextPVR Image DockerFile thelanofvilles 5 700 2024-12-15, 07:30 PM
Last Post: thelanofvilles
  NextPVR with Docker and Fritzbox icompas 9 860 2024-12-12, 02:50 PM
Last Post: icompas
  Add Intel iHD Driver to Docker Image for NextPVR thelanofvilles 8 1,478 2024-06-16, 08:10 PM
Last Post: thelanofvilles
  nextpvr video file help on nas Houghton19@gmail.com 4 1,153 2023-11-23, 09:34 PM
Last Post: Houghton19@gmail.com
  nextpvr Import failed. Not logged in. XM55 4 3,145 2023-08-08, 08:35 PM
Last Post: XM55
  Adding multiple IPTV devices Khalimerot 21 4,325 2023-02-20, 11:13 AM
Last Post: Khalimerot
  Getting guide data for Kodi and NextPVR on Synology NAS NewUser 2 1,422 2023-01-02, 04:42 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode