View Full Version : openSUSE success (almost)
jdarnold
November 1st, 2008, 02:50 PM
I got Boxee to compile and run on my openSUSE 11.0 box. But it asks me to + Add New. I click on that button and it asks me for a username / password. Is this the same as my boxee.tv password? Is it trying to validate it via http? Because I type it in (I got an invite from a friend) and yet it still says "Password incorrect, please try again" after a short "Connecting...." window. On the commandline I see:
An exepception occured. BXIlligalCredentials
Just a few mispellings in there:)
Anyway, I should be using my boxee.tv username/password right? Any way I can turn on more logging to see where it is failing? Failing that, I could sniff the traffic via Wireshark I guess.
agentlame
November 1st, 2008, 02:56 PM
yeah... it's your boxee.tv username/password... not the forums one.
you can check: /tmp/[linux-user]-xbmc.log for the log dump.
jdarnold
November 1st, 2008, 03:31 PM
Turns out there is some kind of bug in the password encoding. If I have a password that starts with a number, the login doesn't work. I changed it to start with a letter and I can get logged in.
dbolack
December 24th, 2008, 10:07 PM
An exepception occured. BXIlligalCredentials
I am experiencing this same issue on Fedora 10, x86_64. Can't really find any reason why.
I tried changing passwords and nothing seems to garner any change in behavior.
ironstorm
December 25th, 2008, 09:31 AM
I am experiencing this same issue on Fedora 10, x86_64. Can't really find any reason why.
I tried changing passwords and nothing seems to garner any change in behavior.
Me too... But I'm compiling from scratch on Ubuntu x86_64, I tried changing my password, no love.
This looks like where the auth bombs out in the log...
0:27:44 T:1241131344 M:912248832 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9770
10:27:44 T:1241131344 M:912248832 NOTICE: UDP: Listening on port 9770
10:27:47 T:2931521504 M:903925760 INFO: Loading skin file: boxee_user_login.xml
10:27:55 T:2931521504 M:904921088 ERROR: Keymapping error: no such action '-' defined
10:27:56 T:2931521504 M:904953856 INFO: Loading skin file: boxee_logging_in.xml
10:27:57 T:2931521504 M:900997120 INFO: Loading skin file: DialogOK.xml
10:27:58 T:2931521504 M:900956160 ERROR: Keymapping error: no such action '-' defined
10:28:01 T:2931521504 M:900804608 INFO: Loading skin file: boxee_user_login.xml
10:28:08 T:2931521504 M:903766016 ERROR: Keymapping error: no such action '-' defined
10:28:09 T:2931521504 M:903598080 INFO: Loading skin file: boxee_logging_in.xml
10:28:10 T:2931521504 M:913133568 INFO: Loading skin file: DialogOK.xml
10:28:12 T:2931521504 M:913240064 NOTICE: Storing total System Uptime
10:28:12 T:2931521504 M:913240064 NOTICE: Saving settings
I need to take a look at boxee_user_login.xml, maybe it's foobar or something...
ironstorm
December 25th, 2008, 09:37 AM
meh, fixed the password skin file (deleted the dashes for onclick, onright, onup, etc)... didn't help at all...
10:35:22 T:1240922448 M:908607488 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9770
10:35:22 T:1240922448 M:908607488 NOTICE: UDP: Listening on port 9770
10:35:23 T:2818504672 M:902168576 INFO: Loading skin file: boxee_user_login.xml
10:35:29 T:2818504672 M:900079616 INFO: Loading skin file: boxee_logging_in.xml
10:35:29 T:2818504672 M:893702144 INFO: Loading skin file: DialogOK.xml
10:35:31 T:2818504672 M:893202432 NOTICE: Storing total System Uptime
jdarnold
December 29th, 2008, 06:41 AM
Yeah, there is a lot of noise in the log files. I don't think the skin files are your problem, as I see that and it works okay. You are using your app.boxee.tv username / password, and not your forum.boxee.tv username / password, right?
gmcalp
January 6th, 2009, 03:41 PM
Jonathan, I posted this to your blog a couple days ago without any response, so I decided to bring it here (and possibly help out other openSUSE users):
OK, I have run 'make' and I have created the make-boxee.sh script from above (in the extracted source directory). Now what? Should I run 'make install'? I don't see a debian/make_debian.sh script anywhere on my system to be able to put your script in the same directory as it.
BTW, I just compiled version 0.9.6.4578 without any major errors.
Any direction would be much appreciated. :)
agentlame
January 6th, 2009, 06:22 PM
just copy the entire source directory to /opt/boxee... it should work fine.
grexe
January 8th, 2009, 04:01 PM
could you please build an RPM package sothat Fedora/SuSE-testers don't have to go through the compile-cycle? Many thanks in advance - I have moved from Kubuntu to openSUSE and am actually surprised that only DEB is provided.
Or, at least, please provide a direct link to the .deb-file so I can install it via alien...
sir
April 27th, 2009, 05:39 PM
i trying to compile on my opensuse 11.1 x64 and i get this error
..... Application.cpp -o Application.o
In file included from linux/HalManager.h:29,
from linux/LinuxFileSystem.h:33,
from Application.cpp:307:
/usr/include/dbus-1.0/dbus/dbus.h:29:33: error: dbus/dbus-arch-deps.h: No existe el fichero o el directorio
In file included from /usr/include/dbus-1.0/dbus/dbus.h:42,
from linux/HalManager.h:29,
from linux/LinuxFileSystem.h:33,
from Application.cpp:307:
/usr/include/dbus-1.0/dbus/dbus-threads.h:50: error: ISO C++ forbids declaration of 'dbus_bool_t' with no type
/usr/include/dbus-1.0/dbus/dbus-threads.h:50: error: typedef 'dbus_bool_t' is initialized (use __typeof__ instead)
.........
I have installed these packages, how this guide
http://linux.amazingdev.com/blog/archives/000918.html
It's possible for 64bits? or what can i do?
Powered by vBulletin® Version 4.1.12 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.