My repository returns HTTP 405
#1
Hi there

I'm using https://bintray.com to host my Kodi add-on PlexKodiConnect. Either Bintray or Kodi seem to have changed something - I get the Kodi 17.6 error "Could not connect to repository" and the following log files:

Code:

08:07:34.792 T:3428   DEBUG: CRepositoryUpdateJob[repository.plexkodiconnectbeta] checking for updates.
08:07:34.793 T:3428   DEBUG: CFileCache::Open - opening <croneter/PlexKodiConnect_BETA/bin-BETA/addons.xml.md5> using cache
08:07:34.794 T:3428   DEBUG: CurlFile::Open(0C50C7C8) https://dl.bintray.com/croneter/PlexKodi...ns.xml.md5
08:07:34.794 T:3428    INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to https://dl.bintray.com
08:07:34.930 T:3428   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 405
08:07:34.930 T:3428   ERROR: CCurlFile::Open failed with code 405 for https://dl.bintray.com/croneter/PlexKodi...ns.xml.md5
08:07:34.930 T:3428   ERROR: XFILE::CFileCache::Open - failed to open source <https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/addons.xml.md5>
08:07:34.930 T:3428   ERROR: CRepository: failed read 'https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/addons.xml.md5'
08:07:34.936 T:3428   DEBUG: CRepositoryUpdater: done.

Weirdly enough, you can easily use curl or your browser to download e.g. https://dl.bintray.com/croneter/PlexKodi...ns.xml.md5

Any pointers as to what's going on here?

Many thanks
Reply
#2
dl.bintray.com blocks the Kodi user agent.
Reply
#3
(2017-12-17, 12:02)Rechi Wrote: dl.bintray.com blocks the Kodi user agent.
 Thanks for this. Already moved the PKC repository to Github. How come bintray blocks Kodi - can't generate that much traffic?!?
Reply
#4
you'll have to ask them
Reply

Logout Mark Read Team Forum Stats Members Help
My repository returns HTTP 4050