I can not send messages. Base install, no upgrade

Asked by Sean M Campbell

I can not send messages to either of my networks (Facebook or identi.ca) Here is the terminal output.

$ gwibber

** (gwibber:805): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:805): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:805): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Updating...
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 387, in on_input_activate
    self.send_message(text)
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 401, in send_message
    self.service.Send(json.dumps(data))
  File "/usr/lib/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 317, in _iterencode
    for chunk in self._iterencode_default(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 323, in _iterencode_default
    newobj = self.default(o)
  File "/usr/lib/python2.6/json/encoder.py", line 344, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <desktopcouch.records.record.RecordDict object at 0xa90ab9ec> is not JSON serializable
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 387, in on_input_activate
    self.send_message(text)
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 401, in send_message
    self.service.Send(json.dumps(data))
  File "/usr/lib/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 317, in _iterencode
    for chunk in self._iterencode_default(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 323, in _iterencode_default
    newobj = self.default(o)
  File "/usr/lib/python2.6/json/encoder.py", line 344, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <desktopcouch.records.record.RecordDict object at 0xa90ab9ec> is not JSON serializable
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 391, in on_button_send_clicked
    self.send_message(self.input.get_text())
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 401, in send_message
    self.service.Send(json.dumps(data))
  File "/usr/lib/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 317, in _iterencode
    for chunk in self._iterencode_default(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 323, in _iterencode_default
    newobj = self.default(o)
  File "/usr/lib/python2.6/json/encoder.py", line 344, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <desktopcouch.records.record.RecordDict object at 0xa90ab9ec> is not JSON serializable
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 391, in on_button_send_clicked
    self.send_message(self.input.get_text())
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 401, in send_message
    self.service.Send(json.dumps(data))
  File "/usr/lib/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 317, in _iterencode
    for chunk in self._iterencode_default(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 323, in _iterencode_default
    newobj = self.default(o)
  File "/usr/lib/python2.6/json/encoder.py", line 344, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <desktopcouch.records.record.RecordDict object at 0xa90ab9ec> is not JSON serializable
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 391, in on_button_send_clicked
    self.send_message(self.input.get_text())
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 401, in send_message
    self.service.Send(json.dumps(data))
  File "/usr/lib/python2.6/json/__init__.py", line 230, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.6/json/encoder.py", line 367, in encode
    chunks = list(self.iterencode(o))
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 309, in _iterencode
    for chunk in self._iterencode_dict(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 275, in _iterencode_dict
    for chunk in self._iterencode(value, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 317, in _iterencode
    for chunk in self._iterencode_default(o, markers):
  File "/usr/lib/python2.6/json/encoder.py", line 323, in _iterencode_default
    newobj = self.default(o)
  File "/usr/lib/python2.6/json/encoder.py", line 344, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <desktopcouch.records.record.RecordDict object at 0xa90ab9ec> is not JSON serializable

I know that this log starts out with warnings but do not know what to do about it. This Mandriva 2010.1 for now. Anyway I can not send messages on either of my networks (Facebook or identi.ca) I can click the button but nothing happens.

Question information

Language:
English Edit question
Status:
Answered
For:
Gwibber Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vadim Rutkovsky (roignac) said :
#1

Please, specify your Gwibber version or revision

Revision history for this message
Sean M Campbell (goy-ben-regesh) said :
#2

Sorry for the delay.

Right now I can not load Gwibber in the terminal to get you any good out put. Here is the out put I do have of it failing to load in the terminal.

gwibber

** (gwibber:5079): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:5079): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:5079): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Removing stale, deceptive pid file.
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at file:///home/brotherrred/.local/share/desktop-couch/couchdb.html
No dbus monitor yet
Updating...
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 67, in <module>
    client.Client()
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 446, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 28, in __init__
    self.model = gwui.Model()
  File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 43, in __init__
    self.services = json.loads(self.daemon.GetServices())
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Regards and thankyou.

Matthew 10:16 I am sending you out like sheep among wolves. Therefore be as shrewd as snakes and as innocent as doves. Matthew 10:16 ----------------------------------------------- Every Linux user needs a forum or message board. ............. Message boards may even help the MS addicted. o--o o o o | | | | | O--o o-o o-o -o- O--o o-o o-o o-o o-o o-O | | | | | | | | |-' | | |-' | | o--o o o-o o o o o-o o o o-o o-o http://f2.up.briefcase.yahoo.com/edit/goy_ben_regesh/submit.nbc_do_bub_action

--- On Mon, 9/20/10, Vadim Rutkovsky <email address hidden> wrote:

From: Vadim Rutkovsky <email address hidden>
Subject: Re: [Question #126104]: I can not send messages. Base install, no upgrade
To: <email address hidden>
Date: Monday, September 20, 2010, 10:18 AM

Your question #126104 on Gwibber changed:
https://answers.launchpad.net/gwibber/+question/126104

    Status: Open => Needs information

Vadim Rutkovsky requested for more information:
Please, specify your Gwibber version or revision

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/gwibber/+question/126104

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Vadim Rutkovsky (roignac) said :
#3

This error was fixed in the latest Gwibber versions (at least, in 2.33). Please, update and try again.

Revision history for this message
Sean M Campbell (goy-ben-regesh) said :
#4

Sorry two things: I should not just reply via Yahoo. I did not know the content of your message until now. My Gwibber version is 2.30.1. Installed via repo. I will check to see if a new version is in Testing and Backports.

Revision history for this message
Omer Akram (om26er) said :
#5

the problem is caused by desktopcouch. it would be better if you install
gwibber 2.32 from somewhere as that version does not use desktopcouch

PS: desktopcouch == problems

On Sun, Oct 3, 2010 at 7:03 AM, Sean M Campbell <
<email address hidden>> wrote:

> Question #126104 on Gwibber changed:
> https://answers.launchpad.net/gwibber/+question/126104
>
> Status: Needs information => Open
>
> Sean M Campbell gave more information on the question:
> Sorry two things: I should not just reply via Yahoo. I did not know the
> content of your message until now. My Gwibber version is 2.30.1.
> Installed via repo. I will check to see if a new version is in Testing
> and Backports.
>
> --
> You received this question notification because you are an answer
> contact for Gwibber.
>

Can you help with this problem?

Provide an answer of your own, or ask Sean M Campbell for more information if necessary.

To post a message you must log in.