Opened 11 years ago

Closed 10 years ago

#4637 closed defect (fixed)

Error in Journal with shared activity

Reported by: AlanJAS Owned by:
Priority: Low Milestone: 0.100.0
Component: Sugar Version: Git as of bugdate
Severity: Major Keywords:
Cc: Distribution/OS: OLPC
Bug Status: New

Description

Steps:
-Share an activity
-Connect another XO to the shared activity.
-Close it
-Go to Journal
In the shell.log begin drop:

Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/gi/_gobject/init.py", line 266, in obj_set_property

prop.fset(self, value)

File "/usr/lib/python2.7/site-packages/jarabe/journal/listview.py", line 783, in set_buddy

nick_, xo_color = buddy

ValueError: too many values to unpack

Each time that you go to it, appears a lot of errors more.

Attachments (1)

shell.log (10.2 KB) - added by AlanJAS 11 years ago.
shell.log file

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by AlanJAS

shell.log file

comment:1 Changed 10 years ago by mystery828

  • Bug Status changed from Unconfirmed to New
  • Priority changed from High to Low

comment:2 Changed 10 years ago by godiard

Proposed a simple patch here https://github.com/sugarlabs/sugar/pull/218

Alan, can you check?

comment:3 Changed 10 years ago by Gonzalo Odiard

  • Resolution set to fixed
  • Status changed from new to closed

Fix error while trying to open journal palette. Fixes #4637

As explained in [1] pygobject is confused by methods
returning a tuple. Use a array is a workaround.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=689277#c5

Changeset: 5c00d7816d6555d2308d5da14bf9b00a53f3251f

Note: See TracTickets for help on using tickets.