Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBIAN Setup failed in XBMC
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBIAN Setup failed in XBMC
14th Dec, 2013, 11:15 PM
Post: #1
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
14th Dec, 2013, 11:56 PM
Post: #2
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: XBIAN Setup failed in XBMC
how your /etc/apt/sources.list look like ?

can you from console do
Code:
sudo -i
xbian-config packages updatedb
xbian-config packages list

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:07 AM
Post: #3
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
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 ?

can you from console do
Code:
sudo -i
xbian-config packages updatedb
xbian-config packages list
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:11 AM
Post: #4
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
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
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:16 AM
Post: #5
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
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

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.
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:21 AM
Post: #6
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
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
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:23 AM
Post: #7
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
RE: XBIAN Setup failed in XBMC
Yup:
xbian-package-config-shell 2.1.6-52g

(15th Dec, 2013 12:21 AM)mk01 Wrote:  2.1.6-52g ?

Code:
dpkg-query -W xbian-package-config-shell
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:26 AM
Post: #8
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
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
xbian-config packages updatedb
xbian-config packages list

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:29 AM
Post: #9
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
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!
Find all posts by this user
Quote this message in a reply
15th Dec, 2013, 12:29 AM
Post: #10
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
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
Find all posts by this user
Quote this message in a reply
4th Mar, 2015, 04:54 AM
Post: #11
Iruwen Offline
Registered
Posts: 3
Joined: Mar 2015
Reputation: 0
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
19:29:56 T:1861825552  NOTICE: __all__ ['10_system', '20_services', '30_packages', '40_update', '50_xbmc', '55_backup', '59_extra', '60_preference']
19:30:01 T:1861825552   ERROR: Traceback (most recent call last):
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 222, in <module>
19:30:01 T:1861825552   ERROR:     win.show()
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 94, in show
19:30:01 T:1861825552   ERROR:     self.onShow()
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 125, in onShow
19:30:01 T:1861825552   ERROR:     catmodule = __import__('%s.%s'%(CATEGORY_PATH,module), globals(), locals(), [module])
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/30_packages.py", line 202, in <module>
19:30:01 T:1861825552   ERROR:     class packagesManager(Setting) :
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/30_packages.py", line 203, in packagesManager
19:30:01 T:1861825552   ERROR:     CONTROL = PackagesControl()
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 165, in __init__
19:30:01 T:1861825552   ERROR:     xbmcxml.__init__(self,*args,**kwargs)
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 51, in __init__
19:30:01 T:1861825552   ERROR:     self.onInit()
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/30_packages.py", line 179, in onInit
19:30:01 T:1861825552   ERROR:     self.packages.append(PackageCategory(package,self._onPackage,self._onGetMore))
19:30:01 T:1861825552   ERROR:   File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/30_packages.py", line 37, in __init__
19:30:01 T:1861825552   ERROR:     self.available = int(tmp[1])
19:30:01 T:1861825552   ERROR: IndexError: list index out of range
19:30:01 T:1861825552   ERROR: Exception in xbianSettingWindow None

I can run xbian-config, update the package list and upgrade packages from the shell as well.

Code:
root@Yavanna ~ # xbian-config packages updatedb
1
root@Yavanna ~ # xbian-config packages list
-3
root@Yavanna ~ # dpkg-query -W xbian-package-config-shell
xbian-package-config-shell      20150227-0
root@Yavanna ~ # cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main non-free
root@Yavanna ~ # cat /etc/apt/sources.list.d/xbian.list
deb mirror://apt.xbian.org/mirror.txt      stable  main rpi-wheezy
### deb mirror://apt.xbian.org/mirror.txt  staging main rpi-wheezy
### deb mirror://apt.xbian.org/mirror.txt  devel   main rpi-wheezy

Anything else I can do?
Find all posts by this user
Quote this message in a reply
5th Mar, 2015, 06:45 PM
Post: #12
iGz Offline
Registered
Posts: 1
Joined: Mar 2015
Reputation: 0
RE: XBIAN Setup failed in XBMC
I have the exactly same problem. Did same steps but nothing helped so far Sad
Find all posts by this user
Quote this message in a reply
5th Mar, 2015, 07:11 PM
Post: #13
guennti Offline
Registered
Posts: 9
Joined: Jul 2013
Reputation: 0
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?
Find all posts by this user
Quote this message in a reply
5th Mar, 2015, 11:16 PM
Post: #14
Iruwen Offline
Registered
Posts: 3
Joined: Mar 2015
Reputation: 0
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.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 11th May, 2025, 03:18 PM Powered By MyBB, © 2002-2025 MyBB Group.