[RELEASE] Spotimc: Another Spotify music addon
(2012-10-04, 20:05)Luguber Wrote: Hi, I was getting the same error with beta2 on XBMCbuntu. Seems like it for some reason mistake our system for a Raspberry Pi, or other ARM system.
To fix it, you can comment out line 37 and 38 in envutils.py (add the '#' in front of the two lines you see below and save);
Code:
    elif os.name == "posix":
        if sys.platform.startswith('linux'):
            if arch == 32:
            #    if platform.uname()[4] == 'armv6l':
            #        return 'linux/armv6'
                return 'linux/x86'
That worked for me atleast.

It seems to simply crash on that piece of code, which appareantly doesn't work on our machines.
I commented it out as you did to get beta 2 working on my ION system as well (Shuttle XS35GTV2)

Thanks for the tip !
Reply


Messages In This Thread
[No subject] - by alex84 - 2012-03-09, 18:38
[No subject] - by jabba_29 - 2012-03-10, 14:32
[No subject] - by jolid - 2012-03-10, 16:53
[No subject] - by mazkolain - 2012-03-10, 20:17
[No subject] - by Jönke - 2012-03-10, 23:41
[No subject] - by mortstar - 2012-03-11, 01:38
RE: - by mazkolain - 2012-03-12, 22:00
RE: - by mortstar - 2012-03-13, 01:41
RE: - by Bendecks - 2012-03-28, 15:38
[No subject] - by zuditechguy - 2012-03-11, 03:16
[No subject] - by Jönke - 2012-03-11, 09:01
[No subject] - by johnnyvibrant - 2012-03-11, 10:07
RE: - by joymyr - 2012-03-12, 22:19
RE: - by mazkolain - 2012-03-13, 15:34
RE: - by bckane - 2012-04-04, 01:25
My experience with Spotimc - by Jan-Erik - 2012-04-07, 16:09
RE: [RELEASE] Spotimc: Another Spotify music addon - by Kib - 2012-10-05, 14:44
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Spotimc: Another Spotify music addon32