Kodi Add-on

If you run this somewhere (doesn't have to be on the SHIELD) what does it show for <path>?

curl https://kodi.getchannels.com/repo/nexus/addons.xml

I see:

<path>/nexus/2023.01.13.1915.zip</path>

1 Like

I did this from a Powershell terminal, but don't see . I can remote into a linux box if needed.

StatusCode        : 200
StatusDescription : OK
Content           : <?xml version="1.0" encoding="UTF-8"?>
                    <addons>
                    <addon id="pvr.channelsdvr" name="Channels DVR Client" provider-name="Fancy Bits LLC" version="2023.01.13.1915">
                      <requires>

                        <import addon="ko...
RawContent        : HTTP/1.1 200 OK
                    Connection: keep-alive
                    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=NnvwCFXdjYR4hDo09LL1J3F%2FuN2ZL9GpFcfIKLt9yBpH8etBK
                    lS3reTps27tn3j%2BWqpwXiPEeb6BY...
Forms             : {}
Headers           : {[Connection, keep-alive], [Report-To, {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=NnvwCFXdjYR4hDo09LL1J3F
                    %2FuN2ZL9GpFcfIKLt9yBpH8etBKlS3reTps27tn3j%2BWqpwXiPEeb6BYMclCvBSlUs6gXNEiwmzHSl0DRTnCBauVxYfvzm7Ip0DpBRrdJpXRE0YieaqCQ%3D%3D"}],
                    "group":"cf-nel","max_age":604800}], [NEL, {"success_fraction":0,"report_to":"cf-nel","max_age":604800}], [X-Frame-Options,
                    SAMEORIGIN]...}
Images            : {}
InputFields       : {}
Links             : {}
ParsedHtml        : mshtml.HTMLDocumentClass
RawContentLength  : 900

use curl.exe

I did.

Let me try on Ubuntu real quick.

On windows you need to type curl.exe not curl. curl is a powershell alias.

this was the output: /nexus/2023.01.13.1915.zip

So the same as yours.

1 Like

Look in the addon.xml next to this file, what versions does it show inside for <import ...>

1 Like
<requires>
    <import addon="kodi.binary.global.main" minversion="1.2.0" version="1.3.0"/>
    <import addon="kodi.binary.global.general" minversion="1.0.4" version="1.0.5"/>
    <import addon="kodi.binary.instance.pvr" minversion="7.1.0" version="7.1.0"/>
  </requires>

If you delete that addon folder and install the addon again does it create the folder with the same contents?

1 Like

yes. I tried that recently. But I will do it again, just to be sure.

1 Like

Just deleted the folder "pvr.channelsdvr" from the Shield, and then restarted Kodi. Reinstalled. New folder with updated timestamps, but same content in the folders.

Okay I see there's a cache in addons/packages/ where 2023.01.13.1915.zip is being kept and re-used. Let me make another change here so it puts the kodi version as part of the zip file.

Alright give it another shot. Update the repo first then install the addon

ok, that seemed to work. I did have to uninstall the existing repo, just updating it didn't work, but after I did that, it seems to install and stay running. I haven't actually tried it yet (in a work meeting right now!).

Thanks for working through this!

1 Like

I have followed the instructions posted recently and still cannot get the addon working on Nexus.

On my Shield I was able to get the addon installed but no guide data is loaded and attempting to play a channel crashes Kodi.

On my CoreELEC box I still cannot get the addon to install, following the same steps. It continues to crash Kodi and cause CoreELEC to reboot into safe mode as detailed in my previous post

@tmm1 Any chance you might be able to look into this?

Can you remove and reinstall it now ?

Just tried from CoreELEC and no luck.

  1. Unistalled repo
  2. Restarted Kodi
  3. Installed repo
  4. Installed addon
  5. Kodi crashes as addon is installing
  6. CoreELEC reboots in safe mode "due to repeated kodi crashes"

I linked the crash log in one of my previous posts but let me know if you would like me to take another or anything else that would help

I need to watch it on my side to see what's being downloaded by your system. I'm watching the logs now if you want to try it again.

Gotcha, trying again now