Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#3955 closed defect (fixed)

Speech device icon doesn't autostop

Reported by: manuq Owned by: manuq
Priority: Urgent Milestone:
Component: Sugar Version: 0.97.x
Severity: Critical Keywords:
Cc: erikos, godiard Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

The callback for the GstBus 'message' signal [1] is called with None in the message.

[1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBus.html#GstBus-message

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/jarabe/model/speech.py", line 176, in __pipe_message_cb
    if message.type == Gst.MessageType.EOS:
AttributeError: 'NoneType' object has no attribute 'type'

Seen in olpc build os3 for 13.1.0 .

Change History (3)

comment:1 Changed 11 years ago by manuq

  • Priority changed from Unspecified by Maintainer to Urgent
  • Severity changed from Unspecified to Critical

comment:2 Changed 11 years ago by godiard

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

It's working ok in os11

comment:3 Changed 11 years ago by dnarvaez

  • Milestone 0.98 deleted

Milestone 0.98 deleted

Note: See TracTickets for help on using tickets.