-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library update broken with last Jellyfin server update #861
Comments
Same issue here after updating to latest jellyfin server version 10.9.1 (coming from 10.8.9). |
Pretty sure this is an upstream issue being tracked at jellyfin/jellyfin-plugin-kodisyncqueue#83 |
I know it's being tracked at Kodi Sync Queue but just wanted to say I'm experiencing the same problem. |
It has been fixed at my side since I updated Kodi Sync Queue extension on Jellyfin server to 11.0.0.0 |
Having the same issue. Running Kodi v20 on some testing and have my JF server updated to 10.9.1 and the Kodi Sync Que updated to 11.0.0.0. Updates will not push to a running Kodi v20 client and also fails to update when closing and restarting Kodi. The other JF server I manage won't update to KSQ 11 and I'm not sure why/how to. The version numbers of the Kodi add-on are confusing as well. In Kodi it shows 0.7.11+py3 but here on Git it's 1.0.2? I'm lost somewhere. Everything was working fine with JF 10.8 previously on various Kodi clients running v18 or v20.. All on Windows 10 PCs |
This hasn't fixed it for me. Still won't sync. |
Same here, issue not fixed. Running 10.9.1 as a Docker container from li uxserver.io with the 11.0.0.0 update installed and active on Unraid. Kodi 21/21.0.1 on various devices (Android phone, Android tablet, various Fire TV sticks, NVIDIA Shield 2019 Pro, Windows 10) |
I've done a local database reset on kodi, whilst retaining the jellyfin kodi plugin's settings. That did pull in new media on the initial sync, but I don't know if it will pick up any future new media. edit: after adding new media, can confirm that for me the local database reset in kodi seems to have fixed the issue. It's now properly syncing new media as well. |
The error about the transactions is gone on the jellyfin server, but the plugin in kodi is still throwing errors.
@nielsvanvelzen Could this change (jellyfin/jellyfin#11436) have broken the plugin as it now throws a Forbidden error? |
Yes, and we're not going to revert that. So the fix would need to be made client-side, which shouldn't be that difficult. |
For those of you looking for a very quick and dirty fix and have access to the source on your devices, change this line jellyfin-kodi/jellyfin_kodi/jellyfin/api.py Line 285 in fbc8a99
from |
@mcarlton00 For anyone who doesn't want to use the content of the zip file, these are the added lines in Tested on one of my chromecast installations and the sync works again. |
This (temporary) fix works on one of my Kodi v20.5 clients but so far not the other. |
Temporary fix for me, hopefully not too far off-topic: I installed the JellyCon plugin for Kodi alongside the Jellyfin plugin and use that to access my libraries and watch content for now. |
to determine whether the plugin is enabled or not Fixes jellyfin#861
Since the release of 10.9 and 10.9.1 my Jellyfin Kodu setups have been unreliable. The update to the kodiqueuesync plugin didn't seem to help. My issue seems to be authentication. Jellyfin running in an LSIO Container on Unraid Whenever Kodi starts I was getting: I deleted the Jellyfin addon and reinstalled it and ran a full library sync Stopped and started Kodi again and I see these errors, there's no welcome to message from the server Just not working for me |
Summary: There were two bugs in play here.
If you're still having issues after updating, please open a new issue. |
@h3llrais3r |
Hello
Since I updated Jellyfin server to 10.9.0 and 10.9.1 the library won't update automatically after starting Kodi.
A manual library update within the Jellyfin addon in Kodi works however.
I'm currently running Jellyfin server on Openmediavault and Kodi 21.0.1 on a Nvidia Shield Pro 2019 with latest Jellyfin for Kodi addon 1.0.2+py3
The text was updated successfully, but these errors were encountered: