kodi-pvr / pvr.iptvsimple

IPTV Simple client for Kodi PVR
GNU General Public License v2.0
773 stars 372 forks source link

7.0.0-matrix Kodi 19 Alpha3: loss of EPG data #450

Closed Gregsr closed 3 years ago

Gregsr commented 3 years ago

When I play a channel, I lose EPG data (No information available) for this channel only. Data come back when I switch to another channel. Consequence: I cannot use the catch up function for the played channel.

No issue with Kodi 19 Alpha2

phunkyfish commented 3 years ago

Can you supply a full debug log please?

Gregsr commented 3 years ago

Here is https://paste.kodi.tv/janefawego.kodi EPG data come back when I stop the playing too.

Other issue with EPG, the message "No information available" should be hidden and it is not the case (I checked this option in settings/PVR/EPG).

Thank you

phunkyfish commented 3 years ago

Sorry, can't help you. You have banned addons installed: plugin.video.vstream

Please remove the banned addon and provide a fresh "DEBUG" log. But from a glance you try the next nightly build from today or later. There were some EPG fixes in the last couple of weeks.

Gregsr commented 3 years ago

Sorry, I didn't know. Here is a log without this addon https://paste.kodi.tv/gihecuresi.kodi . I don't know if it is a DEBUG log. I will try with the last nightly this week.

phunkyfish commented 3 years ago

No worries.

Still not a debug log. It’s usually ctrl + shift + d to enable debug logging. Then just restart and reproduce the issue.

Gregsr commented 3 years ago

Here is kodi.log I reproduced the issue with http://xxx.com:9999/xxx/xxx/22372 and http://xxx.com:9999/xxx/xxx/4692

phunkyfish commented 3 years ago

I don’t see anything troublesome in your log.

Can you install the latest beta release, clear all the PVR data (in kodi’s PVR settings) and see does it still occur.

Gregsr commented 3 years ago

Same results with beta1 on Android 32bits but no issue on Win10 with the same settings.

On both OS, the message "No information available" is present for channel without EPG while it should be hidden (Hide labels is checked)

phunkyfish commented 3 years ago

So only on 32 bit Android. Interesting.

The hide no information labels setting works for me on Mac.

phunkyfish commented 3 years ago

Once beta2 is out please recheck the EPG issue on Android 32bit. Any way to check what happens on Android 64bit also?

Trying to figure out if it's all of Android affected or just 32bit.

Gregsr commented 3 years ago
phunkyfish commented 3 years ago

That gives us a clue. The very strange number probably means a 64bit value is being forced into a 32bit variable.

Now we just need to figure out where that happens.

@AlwinEsch any idea if this happened during the last inputstream API update somehow or a clue of where to look for it?

phunkyfish commented 3 years ago

If the change that caused this happened between Alpha2 and Alpha3 that means the offending commit was merged between October 5th and October 31st.

phunkyfish commented 3 years ago

Resolved.