NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 39 40 41 42 43 Next »
Is this normal? (newest XBMC plugin)

 
  • 0 Vote(s) - 0 Average
Is this normal? (newest XBMC plugin)
gman3042
Offline

Junior Member

Posts: 9
Threads: 2
Joined: Oct 2012
#1
2012-10-01, 04:34 AM
Hi all.. every once in a while i will get random 2-3s stops of audio/video and then it will pick back up. i was wondering why it was doing this.. and then saw about a bagillion of these in my logs..

00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 DEBUG: Previous line repeats 3 times.
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 ERROR: Previous line repeats 2 times.
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 DEBUG: Previous line repeats 1 times.
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error


any idea why i keep getting this?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2012-10-01, 04:56 AM
Those messages are normal, and dont indicate a problem. A non-blocking socket is used for streaming audio/video data from NextPVR to XBMC, and those messages are just saying that some reads didn't get any data, and had to retry one or more times before it found data was waiting. Personally I wouldn't have logged it, but the socket class was reused from another pvr addon, and was already logging this info.

How often are you getting these 2-3 second delays? Are these SD or HD channels, or either?

Windows or Linux?
gman3042
Offline

Junior Member

Posts: 9
Threads: 2
Joined: Oct 2012
#3
2012-10-01, 02:30 PM
I am getting them every second, on Windows.
wileecoyote
Offline

Member

Posts: 121
Threads: 9
Joined: Sep 2012
#4
2012-10-01, 05:16 PM
gman3042 Wrote:Hi all.. every once in a while i will get random 2-3s stops of audio/video and then it will pick back up. i was wondering why it was doing this.. and then saw about a bagillion of these in my logs..

00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 DEBUG: Previous line repeats 3 times.
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error
00:15:48 T:2920 ERROR: Previous line repeats 2 times.
00:15:48 T:2920 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream
00:15:48 T:2920 DEBUG: Previous line repeats 1 times.
00:15:48 T:2920 ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (Winsock error=10035) WSA Error


any idea why i keep getting this?

Which dated version of XBMC Frodo build are you running? I had a similar issue when I first started testing the NPVR add-on, but the problem disappeared after I installed the Sept 25th version of XBMC.

Be wary though, I think the 28th on has/had an issue with reading 'illegal' memory addresses and live TV would halt and I would have to ctrl-alt-del and kill XBMC.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#5
2012-10-01, 06:14 PM
My linux build from 29th is flooding the debug log with these

ERROR: AddOnLog: NextPVR PVR Client: Socket::receive: (errno=11) EAGAIN: The socket is marked non-blocking and the requested operation would block

unfortunatly on linux I don't have the luxury of selecting a special build date.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#6
2012-10-01, 06:54 PM
See if these updates help. Again, replace the files and rebuild. If it doesn't help, can you post the xbmc.log?
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#7
2012-10-01, 07:02 PM
does not build:

src/Socket.cpp: In member function âint NextPVR::Socket::receive(char*, unsigned int, unsigned int) constâ:
src/Socket.cpp:443:76: error: âWSAEWOULDBLOCKâ was not declared in this scope
src/Socket.cpp: At global scope:
src/Socket.cpp:458:5: warning: unused parameter âminpacketsizeâ [-Wunused-parameter]
make: *** [Socket.lo] Error 1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#8
2012-10-01, 07:05 PM
Sorry - here is an updated one that fixes that Linux compile error.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#9
2012-10-01, 07:12 PM
Log still getting flooded, log attached.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#10
2012-10-01, 07:16 PM
Are you sure you're running those latest patches? It doesn't look like it. As well as some changes to the buffering, I explicitly told it not to log EAGAIN messages, which your logs still show.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodo plugin seems to be shutting down backend Allan 4 682 2024-12-20, 11:04 PM
Last Post: Allan
  Kodi Server Plugin - EPG Update Failure ceejayemm 5 1,014 2024-04-28, 08:25 PM
Last Post: mvallevand
  What's the current NextPVR client plugin for LibreElec/KODI? ehbowen 1 1,314 2021-09-29, 08:25 PM
Last Post: mvallevand
  Audio/Video out of sync on newest kodi & NPVR rosede 7 3,646 2021-03-25, 01:04 PM
Last Post: mvallevand
  pvr.nextpvr Kodi plugin updated in the Arch User Repository (AUR) wmarler 0 1,239 2021-03-05, 06:43 AM
Last Post: wmarler
  Kodi power saving and NextPVR plugin Pisdu 14 5,960 2020-07-26, 02:57 PM
Last Post: mvallevand
  Fresh Kodi installation crashes when NextPVR plugin tries access the NPVR server Me_ 68 18,934 2019-04-09, 04:27 PM
Last Post: mvallevand
  Latest update broke Kodi plugin and X-New zaldwaik 1 1,674 2017-12-25, 01:59 AM
Last Post: zaldwaik
  Kodi Plugin issue with 4.0.4/5 XTCEE 2 2,441 2017-12-18, 02:10 PM
Last Post: XTCEE
  NextPVR - Kodi plugin - Sync Recurring Timers MikeM 1 1,825 2017-04-28, 10:56 AM
Last Post: MikeM

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

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

Linear Mode
Threaded Mode