Re-allow quickly in launchpad

Asked by Dorian

I allowed quickly in launchpad, but "quickly share" not working, so I decided to remove the authorization, but now if I want to allow launchpad, it makes me this error:

$ quickly share
Get Launchpad Settings
Traceback (most recent call last):
  File "/usr/share/quickly/templates/ubuntu-project/share.py", line 59, in <module>
    launchpad = launchpadaccess.initialize_lpi()
  File "/usr/lib/python2.6/dist-packages/quickly/launchpadaccess.py", line 97, in initialize_lpi
    launchpad = Launchpad(credentials, SERVICE_ROOT, lp_cache_dir)
  File "/usr/lib/python2.6/dist-packages/launchpadlib/launchpad.py", line 95, in __init__
    credentials, service_root, cache, timeout, proxy_info)
  File "/usr/lib/python2.6/dist-packages/lazr/restfulclient/resource.py", line 379, in __init__
    self._wadl = self._browser.get_wadl_application(self._root_uri)
  File "/usr/lib/python2.6/dist-packages/lazr/restfulclient/_browser.py", line 222, in get_wadl_application
    url, media_type='application/vd.sun.wadl+xml')
  File "/usr/lib/python2.6/dist-packages/lazr/restfulclient/_browser.py", line 204, in _request
    raise HTTPError(response, content)
lazr.restfulclient.errors.HTTPError: HTTP Error 401: Unauthorized
ERROR: share command failed
Aborting

I reinstalled the quickly package, but there is the same error.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Quickly Edit question
Assignee:
No assignee Edit question
Solved by:
Dorian
Solved:
Last query:
Last reply:
Revision history for this message
Didier Roche-Tolomelli (didrocks) said :
#1

Thanks for trying and using Quickly.

I think that your "share" issue is more related to a GPG one.

So, removing the association between Quickly and launchpad was not the right thing to do :)
Anyway, you can remove ~/.cache/lp_credentials/ and relaunch "share" command to recreate the link.

You will still have the share issue (related to GPG key, I guess), you can ping us on #quickly on freenode or open a new question on that.

I'll try to make this error clearer in 0.4 (and remove ~/.cache/lp_credentials/ automatically) for users whos remove the authorization.

Revision history for this message
Dorian (ikolpm) said :
#2

Thanks, it works (connecting to launchpad).