Solved Can not connect to Kodi Add-on repository
#1
System Information:
Code:

2024-03-28 22:24:08.275 T:8028     info <general>: -----------------------------------------------------------------------
2024-03-28 22:24:08.275 T:8028     info <general>: Starting Kodi (20.5 (20.5.0) Git:20240303-4b95737efa). Platform: Windows NT x86 64-bit
2024-03-28 22:24:08.275 T:8028     info <general>: Using Release Kodi x64
2024-03-28 22:24:08.275 T:8028     info <general>: Kodi compiled 2024-03-02 by MSVC 193431937 for Windows NT x86 64-bit version 10.0 (0x0A00000B)
2024-03-28 22:24:08.275 T:8028     info <general>: Running on Windows 10 21H2, kernel: Windows NT x86 64-bit version 10.0.19044.4170
2024-03-28 22:24:08.275 T:8028     info <general>: FFmpeg version/source: 4.4.1-Kodi
2024-03-28 22:24:08.275 T:8028     info <general>: Host CPU: Intel® Core™ i7-7500U CPU @ 2.70GHz, 4 cores available
2024-03-28 22:24:08.276 T:8028     info <general>: System has 16.0 GB of RAM installed
2024-03-28 22:24:08.276 T:8028     info <general>: Desktop Resolution: 1920x1080 32Bit at 60Hz
2024-03-28 22:24:08.276 T:8028     info <general>: Running with administrator rights
2024-03-28 22:24:08.276 T:8028     info <general>: Aero is enabled
2024-03-28 22:24:08.276 T:8028     info <general>: Display is not HDR capable or cannot be detected
2024-03-28 22:24:08.276 T:8028     info <general>: special://xbmc/ is mapped to: C:\Program Files\Kodi
2024-03-28 22:24:08.276 T:8028     info <general>: special://xbmcbin/ is mapped to: C:\Program Files\Kodi
2024-03-28 22:24:08.276 T:8028     info <general>: special://xbmcbinaddons/ is mapped to: C:\Program Files\Kodi/addons
2024-03-28 22:24:08.276 T:8028     info <general>: special://masterprofile/ is mapped to: C:\Users\USER\AppData\Roaming\Kodi\userdata
2024-03-28 22:24:08.276 T:8028     info <general>: special://home/ is mapped to: C:\Users\USER\AppData\Roaming\Kodi\
2024-03-28 22:24:08.276 T:8028     info <general>: special://temp/ is mapped to: C:\Users\USER\AppData\Roaming\Kodi\cache
2024-03-28 22:24:08.276 T:8028     info <general>: special://logpath/ is mapped to: C:\Users\USER\AppData\Roaming\Kodi\
2024-03-28 22:24:08.276 T:8028     info <general>: Webserver extra whitelist paths:
2024-03-28 22:24:08.276 T:8028     info <general>: The executable running is: C:\Program Files\Kodi\Kodi.exe

Log after I click "Install from repository":
Code:

2024-03-28 22:30:17.119 T:3580     info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-28 22:30:19.449 T:8028     info <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2024-03-28 22:30:26.342 T:8028     info <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2024-03-28 22:30:28.840 T:8028     info <general>: Loading skin file: SettingsSystemInfo.xml, load type: KEEP_IN_MEMORY
2024-03-28 22:31:45.148 T:6120    error <general>: CCurlFile::CReadState::XFILE::CCurlFile::CReadState::FillBuffer - (0x25fa2b52bb0) Failed: Timeout was reached(28)
2024-03-28 22:31:45.148 T:6120    error <general>: CCurlFile::XFILE::CCurlFile::Open - <http://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256> Failed with code 0:
                                                   
2024-03-28 22:31:45.148 T:6120    error <general>: CRepository: failed read 'http://mirrors.kodi.tv/addons/nexus/addons.xml.gz?sha256'
2024-03-28 22:31:45.173 T:8028  warning <general>: CGUIMediaWindow::OnMessage - updating in progress
2024-03-28 22:32:12.676 T:4364    error <general>: XFILE::CDirectory::GetDirectory - Error getting addons://repos/
2024-03-28 22:32:12.692 T:8028    error <general>: CGUIMediaWindow::GetDirectory(addons://repos/) failed

Re-installed and tested on multiple computers. Using the latest 64 bit installer: kodi-20.5-Nexus-x64.

I am able to access https://mirrors.kodi.tv/ in my browser.

However, the link from the log: http://mirrors.kodi.tv/addons/nexus/addo....gz?sha256 times out.

Is it because the program is requesting http://mirros.kodi.tv instead of https?

Should I just try a different version installer?
Reply
#2
(2024-03-29, 07:42)heavyorgan Wrote: Is it because the program is requesting http://mirros.kodi.tv instead of https?
Could you test something for me?

Go to C:\Program Files\Kodi\addons\repository.xbmc.org\
Open the addon.xml file
Lines 12-15 change the http to https ... https://github.com/xbmc/xbmc/blob/Nexus/...ml#L12-L15
Save and restart Kodi.
Problem fixed?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2024-03-29, 07:57)Karellen Wrote:
(2024-03-29, 07:42)heavyorgan Wrote: Is it because the program is requesting http://mirros.kodi.tv instead of https?
Could you test something for me?

Go to C:\Program Files\Kodi\addons\repository.xbmc.org\
Open the addon.xml file
Lines 12-15 change the http to https ... https://github.com/xbmc/xbmc/blob/Nexus/...ml#L12-L15
Save and restart Kodi.
Problem fixed?

That works for me, thank you. I'm just trying to think of the best way of getting the word out to millions of users in tens of languages about editing an xml file. Smile
Reply
#4
(2024-03-29, 10:09)BetterRed Wrote: That works for me, thank you.
Great. Thanks for the feedback.
We need to track back to what caused this issue, because it's been working fine until yesterday. Maybe a server has had an update, and maybe we can revert that update.
Hopefully some logs will tell us which mirrors are affected. Trying to get the word out to millions is difficult, so a fix behind the scenes is what we are aiming for at this stage.

"BetterRed". Same BetterRed from Mobileread?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#5
(2024-03-29, 10:59)Karellen Wrote:
(2024-03-29, 10:09)BetterRed Wrote: That works for me, thank you.
Great. Thanks for the feedback.
We need to track back to what caused this issue, because it's been working fine until yesterday. Maybe a server has had an update, and maybe we can revert that update.
Hopefully some logs will tell us which mirrors are affected. Trying to get the word out to millions is difficult, so a fix behind the scenes is what we are aiming for at this stage.

"BetterRed". Same BetterRed from Mobileread?

Thanks for the feedback. I can confirm it was working last night as I was playing with the PVR and all of a sudden it wouldn't play (when updating the binaries). I got around it by direct downloading the dependencies from the mirror. Different BetterRed, for me it's a place of birth thing. Small world! Wink
Reply
#6
In windows works perfectly

what is the solution in android? thanks
Reply
#7
(2024-03-29, 12:29)chinocudeiro1985 Wrote: In windows works perfectly

what is the solution in android? thanks

It looks like the good people at Kodi have resolved the issue. Try restarting Kodi and forcing the add-on update.
Reply
#8
yes, HTTP should work again
Reply
#9
Confirmed working on my end Music

Thanks everyone, you guys rock.
Reply
#10
Thread marked solved.
Reply
#11
(2024-03-29, 21:07)eliza50 Wrote: hello everyone
Hello Smile
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
Can not connect to Kodi Add-on repository0