blummat0360 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

unable to activate bluecop repository on raspberry pi openelec #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install bluecop from zipfile - indicates enabled repository, but none get 
loaded
2. bluecop addon list remains empty
3.

What is the expected output? What do you see instead?
Expected to see the available addons under bluecop Add-on Repository. None 
displayed

What version of the product are you using? On what operating system?
Raspberry pi, Openelec 2.99.2

Please provide any additional information below.
xbmc log: http://xbmclogs.com/show.php?id=31646

The log suggests, the location of addons might be incorrectly specified
INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/xbmc/addons: No 
such file or directory'

The addon dir is /storage/.xbmc/addons. An ls on that folder suggests the 
repository is there though:
root ~ # ls /storage/.xbmc/addons/repository.bluecop.xbmc-plugins/
addon.xml

addon.xml contents: http://xbmclogs.com/show.php?id=31649

Original issue reported on code.google.com by mennes.m...@gmail.com on 31 Jan 2013 at 10:30

GoogleCodeExporter commented 8 years ago
This might help: 
http://code.google.com/p/bluecop-xbmc-repo/issues/detail?id=202 

Original comment by brian.ma...@gmail.com on 1 Feb 2013 at 4:44

GoogleCodeExporter commented 8 years ago
I was having the same problem, but finally got it to work.  Using the context 
menu on the "bluecop Add-on Repository" and select "Force refresh".  If I went 
into the repo right away it was still empty.  I tried again later but gave it 
some time, maybe 15 minutes, and then it worked.  Hope it works for you too.

Original comment by brian.ma...@gmail.com on 1 Feb 2013 at 5:50

GoogleCodeExporter commented 8 years ago
Excellent, thanks brian!

I had to combine both your suggestions:
- Force refresh did not do it for me
- Turning on debugging as per 
http://code.google.com/p/bluecop-xbmc-repo/issues/detail?id=202 - no luck
- turning on debugging, then forcing refresh + some patience - succes!

Summary: Raspberry pi Model B, OpenElec 2.99, wifi D-link dwa-131, bluecop Free 
Cable addon all nicely working together. Except for the fix here no special 
configuration needed.

Original comment by mennes.m...@gmail.com on 1 Feb 2013 at 8:13

GoogleCodeExporter commented 8 years ago
Thank you Guys , 

Had the same problem, didn't enable debugging just force refreshed and it 
worked.

Model B

Original comment by alex.aiz...@gmail.com on 23 Feb 2013 at 9:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
it should be among the options you see when right-clicking on the
repository.

-- 
Maarten Mennes, Ph.D.
Post-Doctoral Researcher
Donders Institute for Brain, Cognition and Behaviour
Dept. of Cognitive Neuroscience
Radboud University Nijmegen Medical Centre
Nijmegen
The Netherlands

Google Scholar Author
Link<http://scholar.google.com/citations?user=pLlSTVgAAAAJ&hl=en>

Original comment by mennes.m...@gmail.com on 24 Feb 2013 at 7:25

GoogleCodeExporter commented 8 years ago
Same problem. I checked the log for errors:

cat ~/.xbmc/temp/xbmc.log

And found sql errors like these:
13:17:23 T:2930766912   ERROR: IsAddonDisabled failed on addon xbmc.core
13:17:23 T:2930766912   ERROR: SQL: SQL error or missing database
                                            Query: delete from broken where addonID='plugin.v

This worked for me:

sudo rm -rf ~/.xbmc
sudo reboot

(found it here: http://forum.stmlabs.com/showthread.php?tid=4362&pid=35975 - 
took me ages)
Obviously, this deletes some, most or all of your settings. 

Original comment by burt...@gmail.com on 23 Jun 2013 at 1:33