Kodi Community Forum

Full Version: NPR Music Addon not installing..?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there community:

I've recently setup a Raspbmc install on my Mobel B Rasp Pi. Install/setup went fine, but I'm not able to install any addons, specifically the NPR Music Addon. I turned on debugging, and tailed the log while I attempted to install the NPR addon, Debug output below:

Code:
07:39:14 T:1109008384   DEBUG: CFileCache::Open - opening <addons/eden/plugin.audio.npr/plugin.audio.npr-2.1.0.zip.md5> using cache
07:39:14 T:1109008384   DEBUG: Using proxy http://192.168.1.110:8080
07:39:14 T:1109008384   DEBUG: CurlFile::Open(0x30e36c0) http://mirrors.xbmc.org/addons/eden/plugin.audio.npr/plugin.audio.npr-2.1.0.zip.md5
07:39:15 T:1109008384 WARNING: FillBuffer: curl failed with code 7
07:39:15 T:1109008384   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
07:39:15 T:1109008384   ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/eden/plugin.audio.npr/plugin.audio.npr-2.1.0.zip.md5>
07:39:15 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.dradio/icon.png
07:39:15 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:16 T:1109008384   DEBUG: Previous line repeats 1 times.
07:39:16 T:1109008384   DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
07:39:18 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.groove/icon.png
07:39:18 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:18 T:1353229328   DEBUG: FileManager: copy http://mirrors.xbmc.org/addons/eden/plugin.audio.npr/plugin.audio.npr-2.1.0.zip -> special://home/addons/packages/plugin.audio.npr-2.1.0.zip
07:39:18 T:1353229328   DEBUG: Using proxy http://192.168.1.110:8080
07:39:18 T:1353229328   DEBUG: CurlFile::Open(0x30e36c0) http://mirrors.xbmc.org/addons/eden/plugin.audio.npr/plugin.audio.npr-2.1.0.zip
07:39:21 T:1353229328 WARNING: FillBuffer: curl failed with code 7
07:39:21 T:1353229328   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
07:39:21 T:1353229328   ERROR: DeleteFile - cant delete file </home/pi/.xbmc/addons/packages/plugin.audio.npr-2.1.0.zip>. trying lower case </home/pi/.xbmc/addons/packages/plugin.audio.npr-2.1.0.zip>
07:39:21 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.hvsc/icon.png
07:39:21 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:21 T:1109008384   DEBUG: Clearing cached fileitems [addons://all/xbmc.addon.audio]
07:39:21 T:1109008384   DEBUG: CGUIMediaWindow::GetDirectory (addons://all/xbmc.addon.audio)
07:39:21 T:1109008384   DEBUG:   ParentPath = [addons://all/xbmc.addon.audio]
07:39:22 T:1109008384   DEBUG: ------ Window Init (DialogBusy.xml) ------
07:39:24 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.icecast/icon.png
07:39:24 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:25 T:1109008384   DEBUG: Saving fileitems [addons://all/xbmc.addon.audio]
07:39:25 T:1109008384   DEBUG:   -- items: 31, sort method: 0, ascending: false
07:39:25 T:1315656720  NOTICE: Thread Background Loader start, auto delete: false
07:39:25 T:1315656720   DEBUG: Thread Background Loader 1315656720 terminating
07:39:25 T:1109008384   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
07:39:27 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.internet.archive/icon.png
07:39:27 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:29 T:1109008384    INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0x3502d90, multi=(nil))
07:39:30 T:1361662992   DEBUG: GetImageHash - unable to stat url http://mirrors.xbmc.org/addons/eden/plugin.audio.jazzradio.com/icon.png
07:39:30 T:1361662992   DEBUG: Using proxy http://192.168.1.110:8080
07:39:30 T:1109008384    INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0x48a3cf28, multi=(nil))

I noticed some lines in there that it couldn't hit urls, so I pinged www.google.com, just to ensure I had an internet connection, and 16 packets requested and 16 received, so I'm connected to the internets, so that can't be the issue..

Some quick build/system info as it might help:
OS: Linux 3.2.27 #` PREEMPT Mon NOv 5 20:50:02 UTC 2012 armv6l
Build: XBMC 12.0-RC2 Git: Unknownn (Compiled: Dec 22 2012)

Also of note: Anytime I try to install another of the suggested light skins on the FAQs (I tried Metropolis, Quartz and SLik light skins), I get a message that "Dependencies Not Met" and they don't install either. After this I've gone to Programs > Raspbmc Settings > Network Configuration > Update Now ... still doesn't help (I assume, maybe incorrectly, that this would give me all of the basic packages so that I could install suggested light skins).

Any help would be greatly appreciated - if anyone needs more info or wants me to try something, just let me know. I should be around for most of today. Thanks in advance all.

- SM