View Single Post
Mandibela's Avatar
Posts: 270 | Thanked: 195 times | Joined on Aug 2009 @ Finland
#116
Well, I got the 0.5, no 0.6 in the repos still... decided to try anyways.

Code:
 $ python2.5 /opt/espeakcaller/espeakcaller-daemon.py 
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 109, in handle_call
    CallerNames = get_name_from_number(callernumber)
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 85, in get_name_from_number
    tmpFName = tmpStr.split(";")[1]
IndexError: list index out of range
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 160, in call_status
    subprocess.Popen("kill -9 " + str(eSpeakProc.pid), shell=True)
AttributeError: 'int' object has no attribute 'pid'
^CTraceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 182, in <module>
    gobject.MainLoop().run()
KeyboardInterrupt
~ $
Not so good, it doesn't work yet. I hope 0.6 gets here soon.