Opened 12 years ago

Closed 12 years ago

#3685 closed defect (fixed)

Shared show image, show camera is broken V144

Reported by: tonyforster Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 214, in maybe_handle_message

self._handler(*args, kwargs)

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/tacollaboration.py", line 442, in send_stack_cb

self.stack_received_cb(text)

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/tacollaboration.py", line 205, in event_received_cb

self._processing_methods[command](payload)

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/tacollaboration.py", line 402, in _paste

self._tw.process_data(data_from_string(text),

File "/home/olpc/Activities/TurtleArt.activity/TurtleArt/tautils.py", line 238, in data_from_string

return json_load(text.replace(']],\n', ']], '))

AttributeError: 'tuple' object has no attribute 'replace'

Change History (2)

comment:1 Changed 12 years ago by tonyforster

Fixed on V145 OK

received images are not rotated to turtle heading but that's OK

comment:2 Changed 12 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.