Hi, I've installed the UbuntuOne client but I can't add my computer to my account. When I launch the client, it just hangs. Here is what shows up in a terminal window when I launch the applet manually:
$ ubuntuone-client-applet --signup /usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py:191: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 raise UnknownLoginError(e.message) Traceback (most recent call last): File "/var/lib/python-support/python2.6/dbus/connection.py", line 578, in msg_reply_handler reply_handler(*message.get_args_list(**get_args_opts)) File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 230, in got_state self.acquire_access_token(description, store) File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 283, in acquire_access_token self.request_token = self.make_token_request(oauth_request) File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 191, in make_token_request raise UnknownLoginError(e.message) ubuntuone.oauthdesktop.auth.UnknownLoginError here are the messages from the logfile ~/.cache/ubuntuone/log/oauth-login.log: [...] 2009-07-08 13:09:38,811:811.331033707 UbuntuOne.OAuthDesktop.main Realm 'https://ubuntuone.com' is not in config 2009-07-08 13:09:38,812:812.041044235 UbuntuOne.OAuthDesktop.main OAuth URLs are: request='https://ubuntuone.com/oauth/request/', userauth='https://ubuntuone.com/oauth/authorize/', access='https://ubuntuone.com/oauth/access/', secret='hammertime' 2009-07-08 13:09:39,223:223.753929138 UbuntuOne.OAuthDesktop.auth auth.AuthorisationClient created with parameters realm='https://ubuntuone.com', request_token_url='https://ubuntuone.com/oauth/request/', user_authorisation_url='https://ubuntuone.com/oauth/authorize/',access_token_url='https://ubuntuone.com/oauth/access/', consumer_key='ubuntuone', callback_parent='<bound method LoginProcessor.got_token of <ubuntuone.oauthdesktop.main.LoginProcessor instance at 0x8c1b66c>>' 2009-07-08 13:09:39,224:224.281072617 UbuntuOne.OAuthDesktop.main Calling auth.client.ensure_access_token in thread 2009-07-08 13:09:39,226:226.356983185 UbuntuOne.OAuthDesktop.auth Trying to fetch the token from the keyring 2009-07-08 13:09:39,238:238.075017929 UbuntuOne.OAuthDesktop.auth Access token was not in the keyring 2009-07-08 13:09:39,238:238.477945328 UbuntuOne.OAuthDesktop.auth Checking whether we are online 2009-07-08 13:09:39,252:252.290010452 UbuntuOne.OAuthDesktop.auth We are online 2009-07-08 13:09:39,253:253.027915955 UbuntuOne.OAuthDesktop.auth Creating a request token to begin access request 2009-07-08 13:09:39,254:254.988908768 UbuntuOne.OAuthDesktop.auth Making token request 2009-07-08 13:09:39,255:255.294084549 UbuntuOne.OAuthDesktop.auth Making a token request 2009-07-08 13:09:39,270:270.004034042 UbuntuOne.OAuthDesktop.auth There was some unknown login error '(7, "couldn't connect to host")' Note that I'm connected to the Internet with a proxy. This proxy is declared in Synaptic and the environment variable $http_proxy which is exported contains the proxy address. Thanks for your help, Michel -- Michel Leunen http://linux.leunen.com _______________________________________________ Mailing list: https://launchpad.net/~ubuntuone-users Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntuone-users More help : https://help.launchpad.net/ListHelp

