NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 20 21 22 23 24 … 102 Next »
Failed Recording

 
  • 0 Vote(s) - 0 Average
Failed Recording
scaesare
Offline

Junior Member

USA
Posts: 22
Threads: 2
Joined: Jun 2023
#1
2023-11-11, 05:50 PM (This post was last modified: 2023-11-11, 05:52 PM by scaesare.)
So, I've found a few threads discussing this error, but they seeemed to be different configuration tyoes (i.e. USB tuners), or older versions of the app and/or OS. So, hopefully I'm  not  being redudndant.

I, for the second time in a couple of weeks, started getting " Failed: No errors, but no data delivered. This is usually because the device failed to lock a signal " on a regularly scheduled recoding (Tonight Show).

The first time I restarted my device (SiliconDust HDHomeRun dual tuner), and rebooted my NEXTPVR server. All started working.

This time, when I got failed recordings, I  then tried using the native HDHomeRun app, and got "All Tuners Busy", despite all of my NEXTPVR clients (2 Kodi boxes, and 2 Win workstations) being off or not running. I reset just the HDHomeRun, and still got failed recordings the next night.

I then tried to manually record a show (specifically choosing a different channel), using a Kodi client. That worked. I set a timer for recording. That also worked. Odd.

I power cycled the Kodi client that I normally just hibernate, but still got "Tuners in use"in the HDHomerun app. Interestingly, on the server device status page it said " No devices are currently active"

I then rebooted the NextPVR server, and my nightly timer then worked. I also no longer got the busy tuners in the HDHomerun app. This doesn't seem like a signal quality issue (which I have no issues with in general)

So, it feels like the server is tying up the tuners somehow? Although it allowed the manual recording and doesn't seem to think the devices are active... 

I've attached the log files that have entries covering that time range. This is the program in question:

Code:
2023-11-08 23:34:00.231    [DEBUG][4]    StartStream(): \\file01\pvr$\The Tonight Show Starring Jimmy Fallon\Season 11\The.Tonight.Show.Starring.Jimmy.Fallon.S11E28.John.Oliver;.Matt.Rife;.Black.Pumas.ts

Other perhaps pertinent info:

NextPVR server: Version: 6.1.5.231022 
Server OS: Windows Server 2016 (fully patched)
Tuner: Model: HDFX-2US / Device ID: 10944DB4 / Firmware: 20230719

Any ideas appreciated...


Attached Files
.zip   device-Silicondust HDHomeRun Tuner 10944DB4-0-1.log.zip (Size: 2.32 KB / Downloads: 2)
.zip   nrecord.log.zip (Size: 99.32 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#2
2023-11-11, 05:59 PM
That share name and path looks really odd. Does it work from explorer?
scaesare
Offline

Junior Member

USA
Posts: 22
Threads: 2
Joined: Jun 2023
#3
2023-11-11, 07:06 PM (This post was last modified: 2023-11-11, 07:10 PM by scaesare.)
(2023-11-11, 05:59 PM)mvallevand Wrote: That share name and path looks really odd.  Does it work from explorer?

It does. That's just Windows UNC naming convention with a hidden share (the dollar sign appended). That works for any path that Windows parses.

It also works in Next PVR for weeks at a time until I get that "No data delivered" failure.

A restart with no change to the share name works fine subsequently.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#4
2023-11-11, 09:03 PM
I appears the BDA driver might be acting up.

2023-11-07 23:34:01.341 [DEBUG][4] Unexpected error on ATSC put_TunerRequest: 0x8000FFFF

Unfortunately you didn't sent the zipped log file NextPVR creates for you so we don't have much too go on.

Martin
scaesare
Offline

Junior Member

USA
Posts: 22
Threads: 2
Joined: Jun 2023
#5
2023-11-11, 09:37 PM (This post was last modified: 2023-11-11, 09:39 PM by scaesare.)
My bad... thought that because it was a few days back, grabbing the earlier ones that covered the time period of the failure was appropriate, which I did.

I see now the system will zip them all up for you. Attached.


Attached Files
.zip   logs-20231111-1119.zip (Size: 644.62 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#6
2023-11-11, 09:54 PM
Thanks.

I see the new IsComplete() log entries which on 6.1.5 seem to relate to no data (and now don't seem to freeze the PC). If you record to a local drive does it work? If not maybe you need to rescan since I am assuming ALL your channels play in the Silicondust app.


Martin
scaesare
Offline

Junior Member

USA
Posts: 22
Threads: 2
Joined: Jun 2023
#7
2023-11-11, 10:38 PM (This post was last modified: 2023-11-11, 10:41 PM by scaesare.)
I don't suspect it's an issue writing TO the file share, as it is able to create the three files normally associated with a recording... they just are extremely short or have no data:

Code:
PS C:\Users\scaesare.CAESARE> dir "\\file01\pvr$\The Tonight Show Starring Jimmy Fallon\Season 11"


    Directory: \\file01\pvr$\The Tonight Show Starring Jimmy Fallon\Season 11


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         11/9/2023  11:34 PM              0 The.Tonight.Show.Starring.Jimmy.Fallon.S11E29.Jared.Leto;.AJR.timing
-a----        11/10/2023  12:39 AM              0 The.Tonight.Show.Starring.Jimmy.Fallon.S11E29.Jared.Leto;.AJR.ts
-a----        11/10/2023  12:39 AM            913 The.Tonight.Show.Starring.Jimmy.Fallon.S11E29.Jared.Leto;.AJR.xml


The wording of the error: "no data delivered. This is usually because the device failed to lock a signal", leads me to believe it's not receiving data FROM the tuner, not that it's having an issue trying to write TO the destination directory.

I'll rescan... if you really think it's a destination directory issue, I can try changing that, but given it can write files at both the beginning and end of the event, it seems unlikely?

Thanks for the suggestions.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#8
2023-11-11, 10:42 PM
That makes it feel like a rescan issue issus assuming again all channels play in the HDHR app.

Martin
scaesare
Offline

Junior Member

USA
Posts: 22
Threads: 2
Joined: Jun 2023
#9
2023-11-11, 11:10 PM
OK cool... rescanning now... assume need to do both tuners?

Thanks again for the suggestions, I appreciate it.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#10
2023-11-11, 11:12 PM
No only scan one. Delete channels from #2 with the scan trash can, close then copy when prompted.

Martin
« 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
  Recording Glitches - Debug Advice? andrewj 7 326 2025-06-23, 08:19 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 7 304 2025-06-17, 12:56 AM
Last Post: mvallevand
  "Recording interrupted" problem started happening sharkbite 8 665 2025-06-02, 08:08 AM
Last Post: sharkbite
  Streaming Failed (transcoder exited) hamster 3 376 2025-05-18, 03:28 PM
Last Post: mvallevand
  Failed recordings "Operation timed out" Stanno 8 613 2025-04-27, 07:26 PM
Last Post: Nick017
  Failed: Recording interrupted jzk 3 482 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 1,293 2025-04-13, 01:08 AM
Last Post: sub
  Directory not deleted after recording deleted Bobins 13 1,096 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 825 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 303 2025-02-25, 12:44 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode