Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Gwibber does not start in ubuntu 10.04

  1. #1
    Join Date
    Apr 2010
    Beans
    9

    Thumbs up Gwibber does not start in ubuntu 10.04

    I installed ubuntu 10.04 today..but when i clicked on "broadcast accounts" nothing happened at all..I tried to run gwibber manually but again nothing happened at all...the "chat accounts" are working fine..the problem is only with gwibber..I searched different forums and found that some users are experiencing this problem and others are not...I want to know whether it is a bug...how can i fix it..plz help..

  2. #2
    Join Date
    Apr 2008
    Location
    Netherlands
    Beans
    223
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Gwibber does not start in ubuntu 10.04

    Hello there,

    I have been testing Ubuntu 10.04 from Beta 2 until now and unfortunately it is very unstable from my experience, I suggest daily updates, this you will need to do manually from either System, Administration and the Update Manager...or terminal using 'sudo apt-get update' and 'sudo apt-get upgrade'...In my experience Gwibber performs perfectly one day and is dead the next. Let's just hope the issue is sorted soon
    ----------------------------------------
    Don't fear the terminal, it may look like a dragon, you just need to learn to ride it.

  3. #3
    Join Date
    Sep 2008
    Location
    Emeryville, CA
    Beans
    32
    Distro
    Ubuntu

    Re: Gwibber does not start in ubuntu 10.04

    I have the same issue, however, i was able to get it running after a fresh boot, launched from terminal. Worked in every beta, even upgraded all the way to to release from a beta. Then I decided to do a nice clear fresh install and it doesn't work...

    Might be some prefs I copied over or something as I never had issues with gwibber (beyond the keyring 100% processor bug that was fixed)

  4. #4
    Join Date
    Feb 2008
    Location
    St. Petersburg, FL, USA
    Beans
    108

    Question Re: Gwibber does not start in ubuntu 10.04

    I am having the same issue with Gwibber. I have always had this problem with it, but I never bothered with it. However with a new release I wanted to take advantage of the new integration. On my very first reboot after the upgrade, Gwibber worked perfectly fine (didn't try to send anything out though I had nothing to say). It properly loaded my Twitter and Facebook feeds. On closing the window I was unable to get Gwibber to start again even after rebooting.

    On a fresh boot, attempting to start Gwibber (either with the Menu, Gnome Do or the Indicator Applet) will crank the processor for a little while (visible on the monitor I have on the bottom panel) then nothing. Subsequent attempts produce only a short spike in processor use.

    Attempting to start from the command line yields this:
    Code:
    $ gwibber
    
    ** (gwibber:16788): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
    
    ** (gwibber:16788): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
    
    ** (gwibber:16788): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
    Updating...
    Traceback (most recent call last):
      File "/usr/bin/gwibber", line 67, in <module>
        client.Client()
      File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 447, in __init__
        self.w = GwibberClient()
      File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 41, in __init__
        if len(json.loads(self.service.GetAccounts())) == 0:
      File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
        **keywords)
      File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
        message, timeout)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
      File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
        retval = candidate_method(self, *args, **keywords)
      File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line 491, in GetAccounts
        for account in self.accounts.get_records(COUCH_TYPE_ACCOUNT, True):
      File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 482, in get_records
        exists = self.view_exists(view_name, design_doc)
      File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 429, in view_exists
        self.with_reconnects(self.db.__getitem__, doc_id)["views"]
      File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 168, in with_reconnects
        self._reconnect()
      File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 176, in _reconnect
        if self._database_name not in self._server:
      File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 124, in __contains__
        self.resource.head(validate_dbname(name))
      File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 981, in head
        return self._request('HEAD', path, headers=headers, **params)
      File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1014, in _request
        resp, data = _make_request()
      File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1009, in _make_request
        body=body, headers=headers)
      File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 1129, in request
        (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
      File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 901, in _request
        (response, content) = self._conn_request(conn, request_uri, method, body, headers)
      File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 871, in _conn_request
        response = conn.getresponse()
      File "/usr/lib/python2.6/httplib.py", line 984, in getresponse
        method=self._method)
      File "/usr/lib/python2.6/httplib.py", line 330, in __init__
        self.fp = sock.makefile('rb', 0)
    AttributeError: 'NoneType' object has no attribute 'makefile'
    Hope this adds something meaningful. Any thoughts?
    Eric

  5. #5
    Join Date
    Mar 2010
    Location
    Mainz, Germany
    Beans
    6
    Distro
    Ubuntu

    Re: Gwibber does not start in ubuntu 10.04

    I have the same problem and I just found a bug on launchpad for it:
    https://bugs.launchpad.net/gwibber/+bug/573522

    hope that issue is resolved fast, i really liked the facebook support

  6. #6
    Join Date
    Mar 2010
    Location
    Mainz, Germany
    Beans
    6
    Distro
    Ubuntu

    Re: Gwibber does not start in ubuntu 10.04

    and here seems to be an older bug saying the same
    https://bugs.launchpad.net/ubuntu/+s...er/+bug/530195

    ... and still an older one:
    https://bugs.edge.launchpad.net/gwibber/+bug/523964

    i guess if you count all the duplicates, there might be quite a few people affected by this
    Last edited by Sylvestra; May 4th, 2010 at 08:50 PM.

  7. #7
    Join Date
    Apr 2008
    Location
    Netherlands
    Beans
    223
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Gwibber does not start in ubuntu 10.04

    After having tried many ideas from launchpad, I am still just as confused as ever and doesn't do anything for me.

    There is still no clearcut solved issue for this problem and I am monitoring the bug rapports, I will add to this post if a fully working workaround or fix has been found. I am just surprised to see that it has left out of the door without it working on an LTS to be honest
    ----------------------------------------
    Don't fear the terminal, it may look like a dragon, you just need to learn to ride it.

  8. #8
    Join Date
    Apr 2006
    Location
    Fresno CA
    Beans
    2,790
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Gwibber does not start in ubuntu 10.04

    On my 10.04 Gwibber comes up very slowly and did fail to come up the first few times I tried it. I upgraded from 9.10 but Don't know if upgrade vs clean install had an effect.
    Thank a veteran -- George 8)
    Internet Coach & Writer
    Personal Blog -- 3 Joes' Blog

  9. #9
    Join Date
    Jul 2006
    Location
    Bangalore, India
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Gwibber does not start in ubuntu 10.04

    Facing the same issue. Gwibber does not launch on clicking "Set up Broadcast Accounts". An attempt to launch it from Terminal returns the following:

    Code:
    :~$ gwibber
    
    ** (gwibber:4492): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
    
    ** (gwibber:4492): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
    
    ** (gwibber:4492): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
    Traceback (most recent call last):
      File "/usr/bin/gwibber", line 50, in <module>
        from gwibber import client
      File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in <module>
        import gtk, gobject, gwui, util, resources, actions, json, gconf
      File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in <module>
        import os, json, urlparse, resources, util
      File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in <module>
        from microblog.util.couch import RecordMonitor
      File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 10, in <module>
        OAUTH_DATA = desktopcouch.local_files.get_oauth_tokens()
      File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 323, in get_oauth_tokens
        oauth_token_secrets = cf.items_in_section("oauth_token_secrets")[0]
      File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 189, in items_in_section
        raise ValueError("Section %r not present." % (section_name,))
    ValueError: Section 'oauth_token_secrets' not present.
    Is this bug resolved yet?
    Floored by Ubuntu

  10. #10
    Join Date
    Jan 2009
    Beans
    66

    Re: Gwibber does not start in ubuntu 10.04

    I just wanted to chime in to say that I have the same problem.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •