gwibber gui did not show in ubuntu natty

Bug #782804 reported by ahmadzxc
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Gwibber
Incomplete
Undecided
DrSensor
gwibber (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: gwibber

i use ubuntu 11.04 and use gwibber for facebook and twitter and identica
the problem occur when i tried to add my facebook account in gwibber the interface refuses to appear and i see in the processes gwibber process
that's mean it works but the interface did not show
and in the terminal i see the message

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 98, in <module>
    client.Client()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 697, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 74, in __init__
    self.setup_ui()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 264, in setup_ui
    self.stream_view.set_state(streams)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 410, in set_state
    self.update()
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 397, in update
    self.messages.update(self.navigation.selected_stream)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 751, in update
    self.messages = self.message_view.render([selected_stream], count)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 813, in render
    accounts=accounts)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 262, in render
    self.load_html_string(content, "file://%s/" % os.path.dirname(template_path))
TypeError: WebKit.WebView.load_html_string() argument 1 must be string without null bytes, not str
any help !!!!
please

description: updated
Revision history for this message
Victor Vargas (kamus) wrote :

Which version of gwibber do you have installed in your system?

Changed in gwibber (Ubuntu):
importance: Undecided → Medium
Revision history for this message
ahmadzxc (ahmad-almomani5) wrote :

gwibber version is 3.1.0 installed in ubuntu 11.04 natty

Revision history for this message
Victor Vargas (kamus) wrote :

probably this issue is a duplicate of bug 647049

Changed in gwibber (Ubuntu):
assignee: nobody → Ken VanDine (ken-vandine)
Revision history for this message
ahmadzxc (ahmad-almomani5) wrote :

i tried the patch in that bug but didn't work
i don't know why !!

Revision history for this message
Fredrik Holmberg (fredrik-holmberg-3ug) wrote :

I had a very similar problem. All notifications worked and the process was on.

In gconf-editor: "apps/gwibber/preferences " I removed the keys:
streams
window_position
window_size
window_splitter

And then i could start it.
Im running ubuntu 11.04, and gnome 2....

This was after trying to remove the program in synaptic and removing the configfiles in ("username"/.config/gwibber/)

Revision history for this message
ahmadzxc (ahmad-almomani5) wrote :

thanks for the suggestion
i did what you said and i have a message in the terminal

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 87, in <module>
    client.Client()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 623, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 71, in __init__
    self.setup_ui()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 197, in setup_ui
    streams = json.loads(self.model.settings["streams"])
  File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 360, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 378, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

and the user interface did not show the notification is the only thing that show

DrSensor (hwsim)
Changed in gwibber:
assignee: nobody → Fahmi AKbar Wildana (fahmi-a-w)
status: New → Incomplete
Revision history for this message
Victor Vargas (kamus) wrote :

ahmadzxc, are you still being affected by this behaviour? I think that you were using gwibber from daily ppa repository right?

Changed in gwibber (Ubuntu):
status: New → Incomplete
Revision history for this message
ahmadzxc (ahmad-almomani5) wrote :

yes that’s right
and i still have the problem any answer ??
or solution ??

Revision history for this message
ahmadzxc (ahmad-almomani5) wrote :

that's what show in terminal when i try to open gwibber

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 98, in <module>
    client.Client()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 697, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 74, in __init__
    self.setup_ui()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 200, in setup_ui
    streams = json.loads(self.model.settings["streams"])
  File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 360, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 378, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Revision history for this message
adil benseddik (adil-benseddik) wrote :

same here.. any new?

Changed in gwibber (Ubuntu):
assignee: Ken VanDine (ken-vandine) → nobody
Changed in gwibber (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Ken VanDine (ken-vandine) wrote :

The original reporter said he was running gwibber 3.1.0, which must have come from the daily builds PPA. However, the latest version in that PPA is now 3.1.6+r1180~natty1 which doesn't use any of the code paths mentioned in this bug report. Please ensure you are using the latest version in the PPA. However, I would highly recommend natty users downgrade to the official natty packages.

Changed in gwibber (Ubuntu):
status: Confirmed → Invalid
Revision history for this message
adil benseddik (adil-benseddik) wrote :

solved after re-installation of natty..

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.