XBIAN Setup failed in XBMC
|
14th Dec, 2013, 11:15 PM
Post: #1
|
|||
|
|||
XBIAN Setup failed in XBMC
Hi,
when I call XBIAN setup in XBMC, the screen shows at last "Loading packages, Initialize" and then goes back to the main screen. I have installed the 1.0b2 as an upgrade over b1. The xbian-config in the console works fine. The Log shows this: 14:02:44 T:2768192576 NOTICE: Thread XBPyThread start, auto delete: false 14:02:44 T:2768192576 NOTICE: -->Python Interpreter Initialized<-- 14:02:45 T:2768192576 NOTICE: XBian : XBian-config started 14:02:45 T:2768192576 NOTICE: __all__ ['10_system', '20_services', '30_packages', '40_update', '50_xbmc', '55_backup', '60_preference'] 14:02:51 T:2768192576 ERROR: Traceback (most recent call last): 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/default.py", line 215, in <module> 14:02:51 T:2768192576 ERROR: win.show() 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/default.py", line 89, in show 14:02:51 T:2768192576 ERROR: self.onShow() 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/default.py", line 120, in onShow 14:02:51 T:2768192576 ERROR: catmodule = __import__('%s.%s'%(CATEGORY_PATH,module), globals(), locals(), [module]) 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/categories/30_packages.py", line 190, in <module> 14:02:51 T:2768192576 ERROR: class packagesManager(Setting) : 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/categories/30_packages.py", line 191, in packagesManager 14:02:51 T:2768192576 ERROR: CONTROL = PackagesControl() 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 162, in __init__ 14:02:51 T:2768192576 ERROR: xbmcxml.__init__(self,*args,**kwargs) 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 51, in __init__ 14:02:51 T:2768192576 ERROR: self.onInit() 14:02:51 T:2768192576 ERROR: File "/home/xbian/.xbmc/addons/plugin.xbianconfig/categories/30_packages.py", line 163, in onInit 14:02:51 T:2768192576 ERROR: if packagelist[0] == '-3': 14:02:51 T:2768192576 ERROR: IndexError: list index out of range 14:02:51 T:2768192576 ERROR: Exception in xbianSettingWindow None 14:02:51 T:3041481248 ERROR: ClearBlock: Trying to clear non existent block /home/xbian/.xbmc/addons/plugin.xbianconfig 14:02:51 T:2768192576 ERROR: Previous line repeats 1 times. 14:02:51 T:2768192576 WARNING: The python script "/home/xbian/.xbmc/addons/plugin.xbianconfig/default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon |
|||
14th Dec, 2013, 11:56 PM
Post: #2
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
how your /etc/apt/sources.list look like ?
can you from console do Code: sudo -i Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 12:07 AM
Post: #3
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
The sources.list:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi deb mirror://apt.xbian.org/mirror.txt wheezy main xbian-config->packages shows only "Loading package database dialog" and nothing else. (14th Dec, 2013 11:56 PM)mk01 Wrote: how your /etc/apt/sources.list look like ? |
|||
15th Dec, 2013, 12:11 AM
Post: #4
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
@guennti
can you confirm you have latest package of xbian-package-config-shell ? probably a quick fix is to change the "deb mirror …." to "deb http://xbian.brantje.com wheezy main" but proper fix was already issued as upgrade to this package. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 12:16 AM
Post: #5
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
# apt-get install xbian-package-config-shell
Reading package lists... Done Building dependency tree Reading state information... Done xbian-package-config-shell is already the newest version. (15th Dec, 2013 12:11 AM)mk01 Wrote: @guennti |
|||
15th Dec, 2013, 12:21 AM
Post: #6
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
2.1.6-52g ?
Code: dpkg-query -W xbian-package-config-shell Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 12:23 AM
Post: #7
|
|||
|
|||
RE: XBIAN Setup failed in XBMC | |||
15th Dec, 2013, 12:26 AM
Post: #8
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
then correct the sources. i tried now with "mirror" and is ok, but this is not guaranteed you get the same host … is possible you get one not in sync .
and this was meant to run from command line, not startt xbian-config GUI from command line Code: sudo -i Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 12:29 AM
Post: #9
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
(15th Dec, 2013 12:11 AM)mk01 Wrote: probably a quick fix is to change the "deb mirror …." to "deb http://xbian.brantje.com wheezy main" This works! |
|||
15th Dec, 2013, 12:29 AM
Post: #10
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
thanks confirming this.
keep it like that. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
4th Mar, 2015, 04:54 AM
Post: #11
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
I seem to have a similar or the same problem:
Code: 19:29:38 T:1861825552 NOTICE: XBian : XBian-config started I can run xbian-config, update the package list and upgrade packages from the shell as well. Code: root@Yavanna ~ # xbian-config packages updatedb Anything else I can do? |
|||
5th Mar, 2015, 06:45 PM
Post: #12
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
I have the exactly same problem. Did same steps but nothing helped so far
|
|||
5th Mar, 2015, 07:11 PM
Post: #13
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
Hi,
my sources.list looks like this: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main non-free rpi deb http://apt.xbian.org stable main Maybe this helps? |
|||
5th Mar, 2015, 11:16 PM
Post: #14
|
|||
|
|||
RE: XBIAN Setup failed in XBMC
Tried your values, still doesn't work though. I just noticed that there's a new update to xbian-update available, maybe that helps, gonna try that now.
|
|||
« Next Oldest | Next Newest »
|