Solved Unable to access official repository - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +--- Thread: Solved Unable to access official repository (/showthread.php?tid=376812) |
Unable to access official repository - F43nd1r - 2024-03-29 On a fresh libreelec installation, I am unable to access the official addon repository. Other repositories (e.g. libreelec) work. Relevant logs: Code:
Note that when I ssh into the machine and curl the same url but with https (https://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256) it works: Code:
RE: Unable to access official repository - phillw - 2024-03-29 I have this exact same problem, please help RE: Unable to access official repository - DarrenHill - 2024-03-29 A trial fix is in place now. Please try again, although as mirrors are involved it might take a while to roll out. RE: Unable to access official repository - F43nd1r - 2024-03-29 Seems to be reachable again for me, thanks. Unable to access official repository - DarrenHill - 2024-03-29 Thread marked solved. RE: Unable to access official repository - opoloko - 2024-03-30 Sorry to re-open this, but I'm having same problem. Fresh Kodi installation part of Batocera. Kodi is 20.2.0. On a raspberry4. Cannot connect to repository (when trying to install from repository). Also I don't get "Get More" button when trying to change Skin. Log: 2024-03-30 11:10:41.723 T:7637 debug <general>: Thread waiting start, auto delete: false 2024-03-30 11:10:41.724 T:7637 debug <general>: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms 2024-03-30 11:10:41.724 T:7637 debug <general>: CAddonDatabase: no valid repository matching 'repository.xbmc.org' 2024-03-30 11:10:41.724 T:7638 debug <general>: Thread JobWorker start, auto delete: true 2024-03-30 11:10:41.725 T:7638 debug <general>: CRepositoryUpdateJob[repository.xbmc.org] checking for updates. 2024-03-30 11:10:41.726 T:7638 debug <general>: CurlFile::Open - <http://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256> 2024-03-30 11:10:41.726 T:7638 debug <general>: easy_acquire - Created session to http://mirrors.kodi.tv 2024-03-30 11:10:41.823 T:7011 debug <general>: ------ Window Init (DialogBusy.xml) ------ 2024-03-30 11:10:47.139 T:7638 debug <general>: CurlFile::Open - <http://mirrors.kodi.tv/addons/nexus/addons.xml.gz> 2024-03-30 11:11:07.401 T:7638 error <general>: CCurlFile::CReadState::FillBuffer - (0x7f4c0d6030) Failed: Error(28) 2024-03-30 11:11:07.401 T:7638 error <general>: CCurlFile::Open - <http://mirrors.kodi.tv/addons/nexus/addons.xml.gz> Failed with code 0: 2024-03-30 11:11:07.401 T:7638 error <general>: CRepository: failed to read http://mirrors.kodi.tv/addons/nexus/addons.xml.gz If I do a curl or wget from the machine there's no problem I can download the .gz file. Kodi says it's connected to the internet and the connection on the machine works (Batocera, terminal etc.), apart from this problem in Kodi. RE: Unable to access official repository - yol - 2024-03-30 @opoloko can you show the output of curl -vvvLo /dev/null http://mirrors.kodi.tv/addons/nexus/addons.xml.gz RE: Unable to access official repository - opoloko - 2024-03-31 (2024-03-30, 23:19)yol Wrote: curl -vvvLo /dev/null http://mirrors.kodi.tv/addons/nexus/addons.xml.gz Sure, here it is https://paste.kodi.tv/raw/pamegipuhi In Kodi System Information, it says it is connected to the internet. Thank you for the quick reply! RE: Unable to access official repository - opoloko - 2024-03-31 I should add that Kodi is connected also because it can retrieve information (images etc.) about my music library files. Also, trying to add manually the mirror I get (cologne) as a source and then installing from zip, it works, so the problem must be somehow it tries to get the mirror (curl 28 is timeout but only in Kodi as it works from terminal...). I would not mind installing from zip directly from one of the mirrors, but manually installing every single time all dependencies makes it impossible... RE: Unable to access official repository - opoloko - 2024-04-01 I solved, somehow, restarting my wifi router (!). RE: Unable to access official repository - yol - 2024-04-01 Can't really tell you what went wrong there... Since it worked from curl, I guess something in your router must have reacted to the specific header options that kodi sets (in contrast to curl). Or you were, by chance, getting a different mirror from within Kodi that you were not able to reach. Still pretty weird. RE: Unable to access official repository - yol - 2024-04-01 If it happens again, if I'm not mistaken there is an option within kodi to enable libcurl debugging which might give us more info. RE: Unable to access official repository - opoloko - 2024-04-01 Thanks, I'll look for it! RE: Unable to access official repository - yol - 2024-04-01 https://kodi.wiki/view/Settings/System/Logging#Specify_component-specific_logging RE: Unable to access official repository - Uendhskejfirbd - 2024-10-06 Router restart did not work for me. |