[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-16 Thread Toupeiro
@Ketil.  Not all GUI's are created equally.  There are over 114 people 
reporting they are affected by this bug.  I've been recreationally using linux 
since the mid-90's and using it at work it since 1998 but it doesn't mean every 
GUI is going to make sense to me.  Maybe this workaround doesn't work for 
everyone, and maybe the problem is more user and less aplication, however the 
GUI is not alltogether as straightforward as it could be.  I don't think the 
question was out of line for consideration in a future release of the 
application.
 
-T.

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-15 Thread Toupeiro
Hello Ketil,

Can you confirm whether or not the procedures outlined above have worked
for you?

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 553226] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-14 Thread Toupeiro
This works great!  I've linked this procedure to aid in the correction
of the following bug:

https://bugs.launchpad.net/bugs/552227

"Just deleting" the whole desktop-couch directories is very brute force
and could potentially break other applications registering themselves in
couchdb.  Your method is clean and directed.

Thanks!

-T.

-- 
gwibber-accounts crashed with ResourceConflict in _request()
https://bugs.launchpad.net/bugs/553226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-14 Thread Toupeiro
Yes, and it also breaks ALL other app registrations in desktop couch's
config outside of ~. e.g. ubuntuone and others. Please do a little more
research and heed others findings before copping an attitude.

Thanks. 
-T

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
Desktop Couch interacts with dbus.  It's a flat database, just deleting
files will freak it out.  There is a proper way to unregister
applications that use it...

http://www.freedesktop.org/wiki/Specifications/desktopcouch/Documentation/Troubleshooting

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
I tried this, it didn't work for me, which is why I suggest a full purge
of the app which will get ALL desktopcouch config files, even ones not
in ~.  I think manually hacking around in the directory is exactly what
broke me..  Your mileage may vary..

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
Here's a more in-depth triage effort to try depending on how much manual
manipulation you may have done to attempt to fix this issue.  I broke
couchdb pretty bad by manually purging things from it out of my home
directory, not knowing it was a flat-database with a web front end.

The following steps should only be done if you think you've busted up
desktopcouch in the process of trying to fix gwibber:

1) Completely purge gwibber
  -sudo apt-get purge gwibber

2) Completely purge desktop-couch
  -sudo apt-get purge desktopcouch

3) perform autoclean and autoremove to clean up all dependencies
  - sudo apt-get autoclean && sudo apt-get autoremove

4) ensure that ~/.local/share/desktop-couch is removed.  if its not,
just rename it so when you reinstall desktop-couch, it completely
regenerates its database structure.

5)  Click on Accessories then Passwords and Encryption Keys and under
Passwords:login, remove the Gwibber-pref key.

6) Reinstall Desktop-Couch
  -sudo apt-get install desktopcouch

7)  Reinstall gwibber
  - sudo apt-get install gwibber

8) There is a way to manually kick off the desktopcouch services in your
active session, but I was unsuccessful in doing so, so right about here,
I'd log out of your account and log back in.  You dont have to reboot.

9)  You should now be able to add y our facebook account using the steps
above because there should be no pre-existing settings in desktopcouch's
database as you have re-initialized it.


This app still doesn't feel "Ready for primetime" being this fragile, but when 
it does work, I will admit its pretty nice!

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
Depending on the number of attempts you guys have done, you may have to
do the bug workaround here:

https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/553226

I had to do this when I deleted my facebook account to re-add it trying
to document the steps I took.  Doing this allowed me to properly re-add
my account without another crash.

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
No, its somewhat misleading at first glance. :)

>From the beginning:

When you click "Authorize" there's no scrollbars yet, but when you click
"Login with facebook"  type your name/password and hit the connect
button.  The next screen it takes you to should let you scroll down.  If
you do not see any scrollbars, try using your wheel mouse or arrow keys
anyway, and in the bottom of the embedded browser window, you will see
an allow button.  Do this a few more times (I think a total of three
times) and when you're completely done, then you should be able to click
the add key on the gwibber app, it should add the account without
crashing.

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-13 Thread Toupeiro
This is now working for me using the daily and using the ubuntu
maintained package.  Was a user error issue:

Facebook steps:

1. authorize
2. enter name and password
3-(6). Scroll to the bottom of each page and ensure you click "Allow Access" on 
every gwibber page BEFORE clicking the ADD button on the gwibber app itself.

I was just typing name and password, logging in, and trying to click add
before scrolling down to see there was more for me to do...

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-11 Thread Toupeiro
daily build bzr723 strace output:

Updating...
Saving...
Could not identify preference: username
Could not identify preference: session_key
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 184, in 
on_edit_account_save
self.get_account_data()
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 347, in 
get_account_data
aId = "%s-%s" % (self.account["protocol"], self.account["username"])
KeyError: 'username'
 
Traceback (most recent call last):
  File "/usr/bin/gwibber-accounts", line 81, in 
gtk.main()
KeyboardInterrupt

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-11 Thread Toupeiro
Just downloaded the same daily build.  Still no dice for me.

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-09 Thread Toupeiro
I was  unable to verify that this actually does work with the beta 2
Live-CD as indicated above.  I am getting the exact same error message
on strace in a VM as I am on my physical machine with 10.04 beta 2
(upgraded)

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-04 Thread Toupeiro
Captured from tailed strace on gwibber when trying to add facebook
details:

-
Could not identify preference: username
Could not identify preference: session_key
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 184, in 
on_edit_account_save
self.get_account_data()
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 343, in 
get_account_data
aId = "%s-%s" % (self.account["protocol"], self.account["username"])
KeyError: 'username'

-

-- 
gwibber-accounts crashed with KeyError in get_account_data()
https://bugs.launchpad.net/bugs/552227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 442195] Re: neither mplayer or vlc does not show any videos

2009-11-17 Thread Toupeiro
I'm afraid I have to disagree that this issue is due to a failed
upgrade.

http://ubuntuforums.org/showthread.php?p=820#post820

I tried a clean install of devede where all the dependencies had to be
fetched from official repositories and I can reproduce this issue
exactly.

I cannot simply remove the packages as mentioned above without removing
the applications I want to use, and I cannot install libavcodec52 first
without it being uninstalled by dvd and replaced by the extra-52 and
unstripped-52 versions.

I only have official repositories enabled.

-- 
neither mplayer or vlc does not show any videos
https://bugs.launchpad.net/bugs/442195
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 352678] Re: gourmet does not start on jaunty

2009-04-12 Thread Toupeiro
Confirmed this on a fresh jaunty RC install, fully patched up to date.
explicitly launching it with python 2.6 has corrected the issue for me
thus far.

-- 
gourmet does not start on jaunty
https://bugs.launchpad.net/bugs/352678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213902] Re: [Hardy] "Loading hardware drivers" hangs while booting on latest kernel (Bypassing causes XServer crash)

2008-04-11 Thread Toupeiro
Correction, A8N_Sli Deluxe.  Nvidia chipset.

-- 
[Hardy] "Loading hardware drivers" hangs while booting on latest kernel 
(Bypassing causes XServer crash)
https://bugs.launchpad.net/bugs/213902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213902] Re: [Hardy] "Loading hardware drivers" hangs while booting on latest kernel (Bypassing causes XServer crash)

2008-04-11 Thread Toupeiro
Confirmed as well with x86_64 A8V_SLi Deluxe mainboard

-- 
[Hardy] "Loading hardware drivers" hangs while booting on latest kernel 
(Bypassing causes XServer crash)
https://bugs.launchpad.net/bugs/213902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs