MoojMidge / service.upnext

GNU General Public License v2.0
19 stars 5 forks source link

Upnext 2.0.6+dev.0+matrix not working #12

Closed fl380 closed 1 year ago

fl380 commented 1 year ago

Hello, I'm using the above version on Kodi 19.4 with the Jellyfin for Kodi addon. Unfortunately the upnext popup doesn't appear. Here's the log which hopefully will help identify the problem. Pre v2 versions did work.

MoojMidge commented 1 year ago

The link to the log doesn't work - it looks to be set for private access only.

fl380 commented 1 year ago

The link to the log doesn't work - it looks to be set for private access only.

Apologies, it seems to be pending moderation. I'll confirm when approved or post it somewhere else

MoojMidge commented 1 year ago

All good. If there is a problem you can just upload it to Github when you post a comment or issue

fl380 commented 1 year ago

I've attached the log to the first post

MoojMidge commented 1 year ago

The Jellyfin addon appears to be sending the firstaired info as an integer year rather than a date string, which generates an error when trying to parse the date.

Pushed a fix in UpNext, you can download from master and see if it works.

fl380 commented 1 year ago

The Jellyfin addon appears to be sending the firstaired info as an integer year rather than a date string, which generates an error when trying to parse the date.

Pushed a fix in UpNext, you can download from master and see if it works.

Thanks, unfortunately the popup still doesn't appear, here's a new log

MoojMidge commented 1 year ago

Made some changes to the expected structure of data that plugins send to UpNext. It was meant to be a backwards compatible change, but I missed one spot.

Try master again.

fl380 commented 1 year ago

Thank you, working now