Forum

Full Version: [Solved] Xbian menu option in system does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there. I was gifted a Pi 4b and used the xbian-installer v1.5 to install the latest version onto an SD card.
Everything is working well other than I'm unable to get into the "xbian" menu icon in system menu.
When i Click on it a box pops up and says loading system, initialisation, and then goes back to the menu.
I've had a look on the forums and couldn't find a solution.

Log file here: https://paste.kodi.tv/itoxuqiyiv


Software
XBian version: Xbian Latest rpi4
XBMC/Kodi version: Kodi 18.7 Git:20200523-b5b0e02-dirty
Overclock settings: None

Hardware
Device type and model: BCM2711
Power supply rating: Unsure
SD card size and make/type: 64gb Samsung
Network (Ethernet or wireless):Ethernet
Connected devices (TV, USB, network storage, ...): Samsung TV

Log files
Link to logfile(s): https://paste.kodi.tv/itoxuqiyiv

Problem description: As above
...

How to reproduce: As above
...
The issue might come from this commit

Can't reproduce this issue though.

Please change beginning of file /usr/local/share/kodi/addons/plugin.xbianconfig/categories/extra/01_vncserver.py like this

Code:
from __future__ import print_function

try:
    from future_builtins import map
    import itertools.ifilter as filter
except ImportError:
    pass

and try again
(19th Jun, 2020 01:02 AM)Nachteule Wrote: [ -> ]The issue might come from this commit

Can't reproduce this issue though.

Please change beginning of file /usr/local/share/kodi/addons/plugin.xbianconfig/categories/extra/01_vncserver.py like this

Code:
from __future__ import print_function

try:
    from future_builtins import map
    import itertools.ifilter as filter
except ImportError:
    pass

and try again

Thanks for your prompt response. It worked! You sir/madam are a genius.

Just for claritiy the top of the file now reads as follows:


from __future__ import print_function

try:
from future_builtins import map
import itertools.ifilter as filter
except ImportError:
pass

import re

from resources.lib.xbmcguie.xbmcContainer import *
from resources.lib.xbmcguie.xbmcControl import *
from resources.lib.xbmcguie.tag import Tag
from resources.lib.xbmcguie.category import Setting


I shall make another donation.
Great Smile Thanks for your feedback

Will push the fix tonight
(19th Jun, 2020 03:52 AM)Nachteule Wrote: [ -> ]Great Smile Thanks for your feedback

Will push the fix tonight

Will that come through as an automatic update or would I have to download and install the image to SD card again?
Standard update. A new package xbian-package-vnc-server will be available
When I get around to it later this week, I'll report back to everyone on how it goes.
geometry dash lite
Reference URL's