Crashes if not logged into Ubuntu One
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntuone-couch |
Fix Released
|
Medium
|
Eric Casteleijn | ||
ubuntuone-couch (Ubuntu) |
Fix Released
|
Medium
|
Ubuntu One Client Engineering team |
Bug Description
Binary package hint: ubuntuone-couch
Without ever signing into Ubuntu One (say, after a fresh install), if you run, say "u1oauthrequest http://
Traceback (most recent call last):
File "/usr/bin/
consumer_
File "/usr/lib/
credentials = get_oauth_
File "/usr/lib/
'consumer_key', 'consumer_secret', 'token', 'token_secret')])
KeyError: 'consumer_key'
It should probably handle this more gracefully.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubuntuone-couch 0.2.0-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Wed May 11 14:45:22 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422)
PackageArchitec
ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ubuntuone-couch
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- dobey (community): Approve
- Natalia Bidart (community): Approve
- Michael Terry: Pending requested
-
Diff: 115 lines (+41/-5)3 files modifiedbin/u1oauthrequest (+6/-1)
ubuntuone/couch/auth.py (+24/-3)
ubuntuone/tests/test_auth.py (+11/-1)
Changed in ubuntuone-couch: | |
assignee: | nobody → Eric Casteleijn (thisfred) |
Changed in ubuntuone-couch (Ubuntu): | |
assignee: | nobody → Eric Casteleijn (thisfred) |
Changed in ubuntuone-couch: | |
importance: | Undecided → Medium |
Changed in ubuntuone-couch (Ubuntu): | |
importance: | Undecided → Medium |
Changed in ubuntuone-couch: | |
status: | New → Confirmed |
Changed in ubuntuone-couch (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntuone-couch: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-couch (Ubuntu): | |
assignee: | Eric Casteleijn (thisfred) → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
Changed in ubuntuone-couch: | |
status: | Fix Committed → Fix Released |
Hi Michael,
I have a proposed fix up for review. If you have time, please confirm that it fixes the problem for you.