NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 4 5 6 7 8 … 43 Next »
Kodi sometimes cannot play channels

 
  • 0 Vote(s) - 0 Average
Kodi sometimes cannot play channels
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#11
2021-11-01, 01:24 PM
(2021-11-01, 01:12 PM)mvallevand Wrote: Thanks those logs are indeed extremely verbose NextPVR is logging every packet sent.  There is a problem in the verbose log that sub might need to look at since I don't think this sequence should happen.

2021-11-01 12:59:28.759 [VERBOSE][8] RollingFile.Close()

2021-11-01 12:59:28.768 [DEBUG][88] Got request [192.168.178.43]: /service (channel.stream.stop)

Also I think you have EPG channel art turned on and that isn't going to work very well unless Schedules Direct is your source.

Martin

Many thanks Martin for taking the time to look at this.
And I was wondering what this art setting was all about :-)
I'm going to switch that off as it is not needed.
I'll be waiting for Sub's comments then on how to proceed.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,759
Threads: 769
Joined: Nov 2003
#12
2021-11-02, 02:38 AM
You might need to bump the thread in a couple of days. I'm busy with day job stuff, so not a lot of extra bandwidth right now.
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#13
2021-11-02, 04:33 AM
(2021-11-02, 02:38 AM)sub Wrote: You might need to bump the thread in a couple of days.  I'm busy with day job stuff, so not a lot of extra bandwidth right now.

No worries Sub, please do take your tiime, appreciate the help.
It works so far if I switch it to real time so no issue...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,019
Threads: 956
Joined: May 2006
#14
2021-11-04, 04:22 PM
I finally got 19.3 from the Play Store to compare my logs with yours and boy that packet level logging files the logs fast. Mine works fine so it is not specifically Kodi All I did notice is that my live TV only gets one

2021-11-04 11:45:08.679 [VERBOSE][61] RollingFile.Close()

not two. That error message in your NextPVR log does seem to indicate the server is confused by the transactions coming in.

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#15
2021-11-04, 04:28 PM
(2021-11-04, 04:22 PM)mvallevand Wrote: I finally got 19.3 from the Play Store to compare my logs with yours and boy that packet level logging files the logs fast.  Mine works fine so it is not specifically Kodi  All I did notice is that my live TV only gets one

2021-11-04 11:45:08.679 [VERBOSE][61] RollingFile.Close()

not two.  That error message in your NextPVR log does seem to indicate the server is confused by the transactions coming in.

Martin

Thanks Martin, 

I think it is a timing issue.
Was happening sporadically when I had the default Kodi Skin.
Then I changed it to Embruary (which is much heavier) and which responds much slower, and the problem now became constant.
So I believe it must be a timing issue between the client (which handles the timeshift fille if I'm not wrong) and the nextpvr server.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,019
Threads: 956
Joined: May 2006
#16
2021-11-04, 05:05 PM
Your last Kodi logs were flooding the server with EPG art requests that couldn't be fulfilled. Certainly with a heavy skin and Android is not really a good combination at the best of times. Now that you have turned that off it would be worth looking at a new set of logs.

I also don't know anything about the KaonMedia KSTB6077 device you are using but the fact that it is Android 8 with an older kernel tends to make me feel it is not that powerful. If the logs don't show anything I will probably not go further. Reasonable response time from the CPU and network is expected.

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#17
2021-11-04, 06:59 PM
(2021-11-04, 05:05 PM)mvallevand Wrote: Your last Kodi logs were flooding the server with EPG art requests that couldn't be fulfilled.  Certainly with a heavy skin and Android is not really a good combination at the best of times.  Now  that you have turned that off it would be worth looking at a new set of logs.

I also don't know anything about the  KaonMedia KSTB6077 device you are using but the fact that it is Android 8 with an older kernel tends to make me feel it is not that powerful.  If the logs don't show anything I will probably not go further.  Reasonable response time from the CPU and network is expected.

Martin

Hi Martin, 

This device is given by the tv provider so not changeable easily...

Anyway, I took new logs, issue is at 20:54

Uploading both kodi and nextpvre logs. I hope they will be more readable now.

thanks again for the assistance.


Attached Files
.zip   kodi.zip (Size: 64.86 KB / Downloads: 3)
.zip   logs-20211104-2056.zip (Size: 670.24 KB / Downloads: 1)
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#18
2021-11-04, 07:16 PM
I see the below error in kod.log:

2021-11-04 20:54:08.803 T:8648    ERROR <general>: Open - Unhandled exception
2021-11-04 20:54:08.803 T:8648    ERROR <general>: Open - Error opening http://192.168.178.77:8866/live?channelo...timeout=10
2021-11-04 20:54:08.804 T:8648    ERROR <general>: AddOnLog: pvr.nextpvr: Could not open streaming file

However, at least .map file was created see the picture


Attached Files Thumbnail(s)
   
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#19
2021-11-04, 07:20 PM
What I don't understand is why the below happens...

2021-11-04 20:54:07.762 [DEBUG][34] stopped live stream for timeshift
2021-11-04 20:54:07.762 [VERBOSE][34] RollingFile.Close()
2021-11-04 20:54:07.763 [VERBOSE][34] RollingFile.Close()
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#20
2021-11-04, 07:26 PM
By the way, just tried to change the Minutes next to Live TV Buffer Setting to 30 from 120 and now it works.
So it has to do something with how big the live TV buffer is requested to be?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Seeking Guidance on Recording Settings for IPTV Channels Gonvir 3 435 2025-04-22, 10:22 PM
Last Post: sub
  Kodi Channel not updating aTF6i 2 534 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 517 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 947 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,352 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,662 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,373 2024-10-23, 02:11 PM
Last Post: mvallevand
Shocked Only Pulling in "All Channels" membball84 9 1,108 2024-09-24, 05:04 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,677 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 4,638 2024-08-06, 10:00 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode