I guys . I've this problem with gwibber-service : gwibber-service -do
root         MainThread  : INFO     Logger initialized
Service      MainThread  : INFO     Service starting
Service      MainThread  : INFO     Running from the source tree
/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
Facebook     MainThread  : DEBUG    Initializing.
Identica     MainThread  : DEBUG    Initializing.
Twitter      MainThread  : DEBUG    Initializing.
Flickr       MainThread  : DEBUG    Initializing.
StatusNet    MainThread  : DEBUG    Initializing.
FourSquare   MainThread  : DEBUG    Initializing.
Service      MainThread  : DEBUG    Setting up monitors
Dispatcher   MainThread  : DEBUG    NM Version is 0.9.7.0
Dispatcher   MainThread  : DEBUG    NM Version is greater than 0.8.997
Storage      MainThread  : DEBUG    Creating indexes
Traceback (most recent call last):
  File "/usr/local/bin/gwibber-service", line 82, 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)

So more interesting  because it affects all the kind of accounts , but
I've decided to put this bug there 'cos it's very similar .

The solution is to comment lines 39 and 40 in the file
/usr/lib/python2.7/dist-packages/gi/overrides/Accounts.py .

So : gksudo gedit /usr/lib/python2.7/dist-
packages/gi/overrides/Accounts.py , and change :

def get_settings_iter(self, prefix=''):
        return super().get_settings_iter(prefix)
in

#def get_settings_iter(self, prefix=''):
        #return super().get_settings_iter(prefix)
If you prefer , you can eliminate both lines . 

If someone thinks it's another bug, I'll open a new bug in gwibber for
this :) .

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/1088775

Title:
  gwibber does not refresh Facebook feeds

Status in Gwibber:
  Fix Committed
Status in “gwibber” package in Ubuntu:
  Fix Released
Status in “gwibber” source package in Precise:
  Confirmed
Status in “gwibber” source package in Quantal:
  Confirmed

Bug description:
  Since around November 28th, Gwibber stopped updating my Facebook
  feeds. First, I tried to delete my facebook account from online
  accounts and than uninstall and reinstall gwibber. Then, I removed
  ubuntu from facebook app settings after doing all of the above. Then I
  checked my proxy settings, and my proxy is on none. When I open
  gwibber, I see feeds that are 12-13 days old and when I try to
  refresh, it does not do anything. I mean it does not even write
  refreshing... at the bottom of the screen. When I check if gwibber-
  service is running correctly I get no mistake in the terminal. I've
  looked a lot around bugs sections in many sites but none of them had
  an answer.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to