NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 19 20 21 22 23 … 30 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: 98
Threads: 12
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: 101,341
Threads: 726
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: 98
Threads: 12
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: 105
Threads: 15
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: 98
Threads: 12
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: 98
Threads: 12
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
Offline

Posting Freak

Ontario Canada
Posts: 42,995
Threads: 841
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: 101,341
Threads: 726
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: 6)
Ricknextpvr
Offline

Member

US
Posts: 98
Threads: 12
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,061
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
  Schedule advanced recording VCR58 2 79 2022-06-11, 11:19 PM
Last Post: VCR58
  Keep Awake During Remote Viewing of a Recording DarkJediTL 13 213 2022-05-25, 09:58 PM
Last Post: mvallevand
  Import multiple recording XML files ceejayemm 7 258 2022-04-04, 06:05 PM
Last Post: mvallevand
  Recording suddenly not shown in web interface xbmcgotham 6 986 2022-03-31, 06:15 PM
Last Post: xbmcgotham
  5.2.2.211017 recording playback paused while show ended, ts file disappeared drlava 5 272 2022-02-14, 06:44 AM
Last Post: sub
  Web app playback not seeking correct and no resume a1blues 18 578 2022-02-14, 12:13 AM
Last Post: a1blues
  Terminate In Progress Recording? Cording_Bags 4 254 2022-02-06, 03:46 PM
Last Post: Cording_Bags
  Failed recording VCR58 8 390 2022-01-16, 08:33 PM
Last Post: VCR58
  Prefer SD or HD channel when advanced recording on keyword janoonk 4 330 2022-01-03, 10:18 AM
Last Post: janoonk
  Can we tell NextPVR to rebuild the recording list? kamhouse 4 459 2021-12-06, 07:45 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