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 … 63 64 65 66 67 … 101 Next »
HDHR Prime Recordings Failing

 
  • 0 Vote(s) - 0 Average
HDHR Prime Recordings Failing
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#1
2021-04-15, 01:53 AM
Sub: I think that I've seen this problem before, but hadn't reported it because I didn't have logs.

Yesterday, I noticed that my current default recording directory drive was almost full. So I went into the web settings and changed the default directory to from D:\NPVR Recordings\ to E:\NPVR Recordings2\. But I didn't restart the server. Nothing says that you have to restart the server after changing the default directory, so I didn't. (Plus it was recording some things at the time.)

However, I just noticed that every recording which was going to the "Default" directory last night and tonight has failed. The recordings show an error saying "HDHR stream not available", but I don't think that the HDHR itself is the problem. Here's a part of the log showing the bad file name ('C:\Windows\system32\ E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts.map') that it seems to be trying to use
and the "Unexpected error creating TSWriter map: System.IO.IOException" error:

Code:
2021-04-14 20:29:00.020    [DEBUG][8]    DefaultDirectoryChoice: first
2021-04-14 20:29:00.020    [DEBUG][8]    Preferred filename is 'Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines'
2021-04-14 20:29:00.020    [DEBUG][8]    allocating recording target filename:  E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts
2021-04-14 20:29:00.020    [DEBUG][8]    About to start recording (66187 on 31):  E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts...
2021-04-14 20:29:00.020    [DEBUG][8]    (Recording is due to be stopped at 4/14/2021 9:00 PM)
2021-04-14 20:29:00.020    [DEBUG][8]    HDHomeRunRecorder.StartStream()
2021-04-14 20:29:00.020    [DEBUG][8]    ipaddress is 192.168.143.41
2021-04-14 20:29:00.020    [DEBUG][8]    About to load channel from tuning
2021-04-14 20:29:00.051    [DEBUG][8]    source@1
2021-04-14 20:29:00.051    [DEBUG][8]    Requesting: http://192.168.143.41:5004/tuner0/v805
2021-04-14 20:29:00.129    [DEBUG][28]    Got request [192.168.143.26]: /control
2021-04-14 20:29:00.129    [DEBUG][28]     - media: 858.430053711
2021-04-14 20:29:00.129    [DEBUG][28]     - client: sdl-KNEW50xb827ebd2d752
2021-04-14 20:29:00.129    [DEBUG][28]     - sid: f8a29efc7fc64694a57dcfbd45928b5d
2021-04-14 20:29:00.129    [DEBUG][37]    Setting activity:
2021-04-14 20:29:00.535    [DEBUG][8]    Creating writer:  E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts
2021-04-14 20:29:00.535    [DEBUG][63]    HTTP input source starting
2021-04-14 20:29:00.535    [ERROR][8]    Unexpected error creating TSWriter map: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'C:\Windows\system32\ E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts.map'
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
   at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes)
   at NShared.Writer.OutputSink..ctor(String filename)
2021-04-14 20:29:00.535    [ERROR][8]    Failed to start stream: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'C:\Windows\system32\ E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts'
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
   at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   at NShared.Writer.OutputSink..ctor(String filename)
   at NShared.Shim.InputSource.StartStream(String target)
   at NShared.Shim.InputSourceHTTP.StartStream(String target)
   at NShared.Shim.GenericCapture.StartStream(String target, String& reason)
2021-04-14 20:29:00.550    [DEBUG][8]    Failed to start recording on allocated device (66187: E:\NPVR Recordings2\Call Your Mother\Season 01\Call.Your.Mother.S01E10.The.Prime.of.Miss.Jean.Raines.ts): 'HDHR stream not available'
2021-04-14 20:29:00.550    [DEBUG][8]    Looking for second chance device to perform recording...

And the episode of The Late Show with Stephen Colbert which specifies "Recording2" instead of "Default" for the recording directory seemed to record just fine with the same HDHR Primes.


Attached Files
.zip   logs-20210414-2029.zip (Size: 1.31 MB / Downloads: 0)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#2
2021-04-15, 02:04 AM
Have you maybe got a space at the start of the recording directory you tried to set?
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#3
2021-04-15, 02:28 AM
(2021-04-15, 02:04 AM)sub Wrote: Have you maybe got a space at the start of the recording directory you tried to set?

Indeed there was! I'm pretty sure that I had just copied and pasted the directory path from the Recordings2 directory entry below it. So I'm not sure how that happened. But after I took out that space at the beginning, it's working just fine.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Since v7: EPG mostly "no listings", and channels change during recordings :'( rightbryce 38 2,780 2025-05-19, 03:18 PM
Last Post: erik123
  Failed recordings "Operation timed out" Stanno 8 415 2025-04-27, 07:26 PM
Last Post: Nick017
  Can't delete scheduled recordings Druhl 3 166 2025-04-22, 09:10 PM
Last Post: mvallevand
  Manual Recurring Recordings jcole998 3 196 2025-04-17, 09:10 PM
Last Post: mvallevand
  NPVR Windows recordings folder cleanup.... Colincam 21 2,861 2025-04-16, 07:38 PM
Last Post: mvallevand
  Portions of recordings are missing MovieBuff 6 426 2025-04-14, 03:15 PM
Last Post: MovieBuff
  Recordings not displaying Jakesty 4 216 2025-04-12, 01:15 PM
Last Post: mvallevand
  Scheduled Late Night through-midnight recordings suddenly stop at midnight Andre_Mikulec 4 321 2025-03-29, 12:56 AM
Last Post: mvallevand
  postprocessing tsduck on recordings Druhl 3 275 2025-03-07, 02:24 AM
Last Post: mvallevand
  Deleting recordings leaves .MP4 files ronsfsd 8 550 2025-02-20, 04:53 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