Comment 18 for bug 376760

Revision history for this message
Ali Ross (gnu2tux) wrote :

Don't know which is the 'relevant' line, so here's a good chunk of it:

2009-07-21 16:23:53,227:227.550983429 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-21 16:23:53,324:324.34296608 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 0xa55a4ac>>'
2009-07-21 16:23:53,324:324.731111526 UbuntuOne.OAuthDesktop.main Calling auth.client.ensure_access_token in thread
2009-07-21 16:23:53,326:326.693058014 UbuntuOne.OAuthDesktop.auth Trying to fetch the token from the keyring
2009-07-21 16:23:53,330:330.595970154 UbuntuOne.OAuthDesktop.auth Access token was not in the keyring
2009-07-21 16:23:53,330:330.960988998 UbuntuOne.OAuthDesktop.auth Checking whether we are online
2009-07-21 16:23:53,342:342.196941376 UbuntuOne.OAuthDesktop.auth We are online
2009-07-21 16:23:53,342:342.641115189 UbuntuOne.OAuthDesktop.auth Creating a request token to begin access request
2009-07-21 16:23:53,344:344.402074814 UbuntuOne.OAuthDesktop.auth Making token request
2009-07-21 16:23:53,344:344.759941101 UbuntuOne.OAuthDesktop.auth Making a token request
2009-07-21 16:23:53,365:365.140914917 UbuntuOne.OAuthDesktop.auth There was some unknown login error '(7, "couldn't connect to host")'

HTH. Ali.