[orca-list] trace back message when using eclipse



Hi all.
I found the following and I suspect it has something to do with the bug 618334. For while I do not know how to create a test case but I can reproduce all the time.

Traceback (most recent call last):
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/focus_tracking_presenter.py", line 709, in _processObjectEvent
    s.processObjectEvent(event)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/script.py", line 383, in processObjectEvent
    self.listeners[key](event)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/default.py", line 2708, in onCaretMoved
    self._presentTextAtNewCaretPosition(event)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/scripts/apps/Eclipse/script.py", line 56, in _presentTextAtNewCaretPosition
    default.Script._presentTextAtNewCaretPosition(self, event, otherObj)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/default.py", line 3556, in _presentTextAtNewCaretPosition
    self.sayLine(obj)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/default.py", line 4180, in sayLine
    self.sayCharacter(obj)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/default.py", line 4145, in sayCharacter
    speech.speakCharacter(character, voice)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/speech.py", line 300, in speakCharacter
    _speechserver.speakCharacter(character, acss=acss)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/speechdispatcherfactory.py", line 369, in speakCharacter
    self._send_command(self._client.char, character)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/speechdispatcherfactory.py", line 200, in _send_command
    return command(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/speechd/client.py", line 529, in char
    self._conn.send_command('CHAR', char.replace(' ', 'space'))
File "/usr/lib/python2.6/dist-packages/speechd/client.py", line 265, in send_command
    raise SSIPCommandError(code, msg, cmd)
SSIPCommandError: 510: ERR MISSING PARAMETER




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]