Need help with bitbucket
#1
I'm trying to move my repo to bitbucket and I finally got everything setup but xbmc keeps giving me update failure and installation failures every time I try to install an addon from my new location. below is the error. anyone know why this is happening? I'm not sure if it's normal that it tries place the user name in the url like that or not. I see other people that use bitbucket setup zip files for their addons within the repo but I don't want to do that. Any help or info about the problem would be greatly appreciated

Code:
ERROR: XFILE::CFileCache::Open - failed to open source <https://bitbucket.org/dknlght/dk-xbmc-repaddon-rep/raw/master/plugin.video.kenh108/[[username]]>

also here's the addon.xml for my repo. Anyone see anything here that might be causing it?

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.dk-xbmc-repaddonv2" name="dk-xbmc-repaddon Add-on Repository" version="1.0.1" provider-name="dk-xbmc-repaddonv2">
    <extension point="xbmc.addon.repository" name="dk-xbmc-repaddon Add-on Repository">
        <info compressed="false">https://bitbucket.org/dknlght/dk-xbmc-repaddon-rep/raw/master/addons.xml</info>
        <checksum>https://bitbucket.org/dknlght/dk-xbmc-repaddon-rep/raw/master/addons.xml.md5</checksum>
        <datadir zip="false">https://bitbucket.org/dknlght/dk-xbmc-repaddon-rep/raw/master/</datadir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>Install Add-ons from dk Add-on Repository</summary>
        <description>Video plug-ins for XBMC</description>
        <disclaimer></disclaimer>
        <platform>all</platform>
    </extension>
</addon>
though donation is not necessary but just in case you want to: Donate Here
Reply
#2
similar error while using github. I gave up and set datadir zip="true" and place zip files of the add-ons in there.
Reply

Logout Mark Read Team Forum Stats Members Help
Need help with bitbucket0