[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-16 Thread Ken VanDine
** Package changed: gwibber (Ubuntu) = libaccounts-glib (Ubuntu)

** Changed in: gwibber
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-12 Thread Xavier ALT (OpenERP)
Hi,

Traceback seems pretty obvious about the issue - super()... call is
wrong, should be super(Account, self)...

See patch attached for a fix.

Cheers,
Xavier

** Patch added: fix super() call
   
https://bugs.launchpad.net/gwibber/+bug/1098086/+attachment/3480824/+files/gi-account-super-call.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-12 Thread Xavier ALT (OpenERP)
Hi,

I've open a upstream bug for this - seems caused by new
gir1.2-accounts-1.0 (version 1.5), see:

http://code.google.com/p/accounts-
sso/issues/detail?id=140can=1q=account

Cheers,
Xavier

** Bug watch added: AccountsSSO issues #140
   http://code.google.com/p/accounts-sso/issues/detail?id=140

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-12 Thread Ubuntu Foundations Team Bug Bot
The attachment fix super() call of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-10 Thread Dmitrijs Ledkovs
Traceback (most recent call last):
  File /usr/bin/gwibber-service, line 83, in module
dispatcher = dispatcher.Dispatcher(loop)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
396, in __init__
self.add_account(Account(account))
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
165, in __init__
self.on_account_changed (account_service, account)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
171, in on_account_changed
iterator = account.get_settings_iter(None)
  File /usr/lib/python2.7/dist-packages/gi/overrides/Accounts.py, line 39, in 
get_settings_iter
return super().get_settings_iter(prefix)
TypeError: super() takes at least 1 argument (0 given)

** Changed in: gwibber (Ubuntu)
   Status: New = Confirmed

** Attachment removed: gwibber.log.txt
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1098086/+attachment/3478924/+files/gwibber.log.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1098086/+attachment/3478921/+files/ProcMaps.txt

** Information type changed from Private to Public

** Also affects: gwibber
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-10 Thread Jérôme Poulin
A bit more complete stack trace.

┌─│01:21:08│0│
└──╼ gwibber-service 

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Traceback (most recent call last):
  File /usr/bin/gwibber-service, line 83, in module
dispatcher = dispatcher.Dispatcher(loop)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
396, in __init__
self.add_account(Account(account))
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
165, in __init__
self.on_account_changed (account_service, account)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
171, in on_account_changed
iterator = account.get_settings_iter(None)
  File /usr/lib/python2.7/dist-packages/gi/overrides/Accounts.py, line 39, in 
get_settings_iter
return super().get_settings_iter(prefix)
TypeError: super() takes at least 1 argument (0 given)

┌─│01:21:11│1│
└──╼

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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

[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-10 Thread Jérôme Poulin
Some apport infos.

== ProcVersionSignature =
Ubuntu 3.8.0-0.2-generic 3.8.0-rc3

== SourcePackage =
gwibber

== Tags =
 raring

== Uname =
Linux 3.8.0-0-generic x86_64

== UpgradeStatus =
No upgrade log present (probably fresh install)

== gwibber.log =
2013-01-11 01:16:28,408 - root MainThread:  INFO - Logger 
initialized
2013-01-11 01:16:28,408 - Service  MainThread:  INFO - Service 
starting
2013-01-11 01:16:28,408 - Service  MainThread:  INFO - Running from 
the source tree
2013-01-11 01:16:28,502 - root MainThread:  ERROR- Could not 
find any typelib for Unity
2013-01-11 01:16:28,503 - root MainThread:  ERROR- Could not 
find any typelib for Dbus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098086

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1098086/+subscriptions

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