NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 32 33 34 35 36 … 43 Next »
NPVR tray running, shows nothing recording, but not correct

 
  • 0 Vote(s) - 0 Average
NPVR tray running, shows nothing recording, but not correct
Ricknextpvr
Offline

Member

US
Posts: 127
Threads: 15
Joined: Mar 2020
#1
2020-05-25, 11:11 PM (This post was last modified: 2020-05-25, 11:20 PM by Ricknextpvr.)
Had to do a reinstall on v5 in Windows.  Everything is working fine, and tray icon was changing color and showing correct status - yesterday.

Today I went to watch the news, and saw tray icon wasn't colored.  Checked, nothing running.

Open V5 and saw news was recording, and watched it fine.  Yet tray shows it's not running?

Edit - I rebooted, and now it is the correct Green. Ideas?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#2
2020-05-26, 04:47 AM
(2020-05-25, 11:11 PM)Ricknextpvr Wrote: Had to do a reinstall on v5 in Windows.  Everything is working fine, and tray icon was changing color and showing correct status - yesterday.

Today I went to watch the news, and saw tray icon wasn't colored.  Checked, nothing running.

Open V5 and saw news was recording, and watched it fine.  Yet tray shows it's not running?

Edit - I rebooted, and now it is the correct Green.  Ideas?
Was it just showing a gray icon?

You might need to post the logs when it's doing that. Hopefully I'll find some clues in there.
Ricknextpvr
Offline

Member

US
Posts: 127
Threads: 15
Joined: Mar 2020
#3
2020-05-26, 05:32 PM
Yes, it was just gray. I could click on it, and it showed the 4 tuners, but nothing happening, even though a recording was going on. I rebooted, and it showed green (when not recording).
Escape7
Offline

Member

Germany
Posts: 201
Threads: 17
Joined: Feb 2020
#4
2020-05-27, 06:29 AM
I can confirm this on my installtion. Also in the Web Interface the tuners do not show anything, but records are working.

I think it has to do with changing the service behavior. If you restart the PC it is correct, but if the PC enters standby and wakes up a few times, this bahavior occurs. But it is only optical, everything is working.
Ricknextpvr
Offline

Member

US
Posts: 127
Threads: 15
Joined: Mar 2020
#5
2020-05-27, 07:10 PM
That explanation is accurate.  I don't recall this when I initially installed it, but I may be recalling incorrectly.

Log files attached


Attached Files
.zip   logs-20200527-1507.zip (Size: 230.69 KB / Downloads: 1)
Ricknextpvr
Offline

Member

US
Posts: 127
Threads: 15
Joined: Mar 2020
#6
2020-05-27, 11:15 PM
Just recorded a show that ended 10 minutes ago.  Noticed that the tray indicator had gone from gray to green.  Attaching logs now so you can compare the grayed out logs with the green logs right after the recording.  I did NOT reboot between logs.


Attached Files
.zip   logs-20200527-1912.zip (Size: 261.57 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#7
2020-05-27, 11:42 PM
Those logs show the same error I have seen in many logs in this release. I suspect after a resume the tray app isn't trying to reset the socket.

Code:
2020-05-27 02:44:00.816    [DEBUG][19]    OnResume...
2020-05-27 02:44:00.818    [DEBUG][19]    stopping device process
2020-05-27 02:44:05.500    [DEBUG][210]    http://localhost:51145/status
2020-05-27 02:44:14.579    [ERROR][210]    System.Net.WebException: No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it.
---> System.Net.Sockets.SocketException (10061): No connection could be made because the target machine actively refused it.
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
   at System.Net.HttpWebRequest.SendRequest()
   at System.Net.HttpWebRequest.GetResponse()
   --- End of inner exception stack trace ---
   at System.Net.HttpWebRequest.GetResponse()
   at System.Net.WebClient.GetWebResponse(WebRequest request)
   at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at NShared.LocalRecorder.GetStatus(String deviceFriendlyName)
   at NShared.RecordingService.GetServerStatus()
   at NShared.Extend.SystemRequestHandler.GetStatus(Dictionary`2 parameters)
   at NShared.Extend.SystemRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
   at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
   at NPVR5.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)
2020-05-27 02:44:16.201    [DEBUG][10]    Will update EPG soon

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#8
2020-05-28, 04:21 AM
I'm not 100% sure, but this might fix it.


Attached Files
.zip   NShared.zip (Size: 305.51 KB / Downloads: 7)
Ricknextpvr
Offline

Member

US
Posts: 127
Threads: 15
Joined: Mar 2020
#9
2020-05-28, 11:09 PM
(2020-05-28, 04:21 AM)sub Wrote: I'm not 100% sure, but this might fix it.

Would I rename the old DLL in the Client subdirectory and then put this in its place?

Do I then reboot the computer?
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#10
2020-05-29, 10:20 AM
(2020-05-28, 11:09 PM)Ricknextpvr Wrote: Would I rename the old DLL in the Client subdirectory and then put this in its place?

Do I then reboot the computer?

Yes and Yes ... The dll should also be replaced in the Program Files\NextPVR folder
« 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 from the point you switch channels rather than when you press record Swindiff 2 172 2025-05-05, 12:30 PM
Last Post: Swindiff
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 218 2025-05-04, 02:21 PM
Last Post: mvallevand
  Keeping users recording separate Swindiff 2 181 2025-05-02, 07:47 PM
Last Post: Swindiff
  Recurring recording creates multiple recordings of same event txinga 2 325 2025-03-29, 12:33 AM
Last Post: txinga
  NPVR keeps closing unexpected feilh 2 280 2025-02-25, 01:59 AM
Last Post: feilh
  Recording Auto Transcode VCR58 8 1,682 2025-02-18, 12:45 AM
Last Post: mvallevand
  Automated placement based on recording type? ehfortin 6 546 2024-12-28, 11:50 PM
Last Post: spin35
  HDHR Tuner not released after recording since update to 7.0.0 spin35 1 323 2024-12-24, 01:46 PM
Last Post: mvallevand
  Cannot seek live recording, v7.0.0.241105 pulley 6 636 2024-11-17, 09:58 PM
Last Post: mvallevand
  [Failed: Recording service not running at recording time] Poocher 17 1,334 2024-10-14, 11:14 PM
Last Post: Poocher

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

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

Linear Mode
Threaded Mode