croneter / PlexKodiConnect

Plex integration in Kodi done right
GNU General Public License v2.0
1.18k stars 78 forks source link

Repository Down #2038

Closed Mibix closed 7 months ago

Mibix commented 8 months ago

Seems its been down for at least a couple days now, not sure how else to let you know :)

croneter commented 8 months ago

Used it yesterday just fine. Can you share a DEBUG log file please when trying to install/update PKC from its repo directly? See https://github.com/croneter/PlexKodiConnect/wiki/How-to-Report-A-Bug

Mibix commented 8 months ago

2024-03-04 11:43:09.246 T:9704 error : XFILE::CDirectory::GetDirectory - Error getting addons://repository.plexkodiconnect/ 2024-03-04 11:43:09.246 T:9704 debug : Thread waiting 9704 terminating 2024-03-04 11:43:09.259 T:6788 debug : ------ Window Deinit (DialogBusy.xml) ------ 2024-03-04 11:43:09.259 T:6788 error : CGUIMediaWindow::GetDirectory(addons://repository.plexkodiconnect/) failed 2024-03-04 11:43:09.259 T:6788 debug : CGUIMediaWindow::GetDirectory (addons://repos/) 2024-03-04 11:43:09.259 T:6788 debug : ParentPath = [addons://] 2024-03-04 11:43:09.260 T:12892 debug : Thread waiting start, auto delete: false 2024-03-04 11:43:09.260 T:12892 error : Repository add-on repository.plexkodiconnect uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use

definitions. 2024-03-04 11:43:09.260 T:12892 error : Repository add-on repository.plexkodiconnect does not have any directory matching 20.90.830 and won't be able to update/serve addons! Please fix the addon.xml definition 2024-03-04 11:43:09.260 T:12892 debug : Thread waiting 12892 terminating 2024-03-04 11:43:09.264 T:13416 debug : Thread BackgroundLoader start, auto delete: false 2024-03-04 11:43:09.318 T:13416 debug : Thread BackgroundLoader 13416 terminating

This is what I found in my log, trying on kodi 21 and kodi 20

Mibix commented 8 months ago

I am not sure what happened on Kodi 20 either because it was working at one point that is how I installed the plugin weeks ago.

croneter commented 8 months ago

This is useless, I need your entire debug log please

croneter commented 8 months ago

This is related to https://github.com/croneter/PlexKodiConnect/issues/1844

Seems like you're using a (really) old version of PKC's repository. Solution: remove the current PKC repository addon and PKC just to be sure. Then simply follow these steps again: https://github.com/croneter/PlexKodiConnect/wiki/Enable-PKC-Source

Mibix commented 8 months ago

Yeah you are right I clicked stable version from the links here https://github.com/croneter/PlexKodiConnect?tab=readme-ov-file#download-and-installation and downloaded the zip and it looks like it downloaded 1.0.2 and I didn't notice. From the PKC source link it is 3.0 I think maybe there is something wrong with the download link?

croneter commented 8 months ago

Thanks, I'll check!

croneter commented 7 months ago

Fixed with PKC version 3.9.0. Thanks for the info, @Mibix !