Ticket #225 (closed defect: fixed)
play voicemail in gv session broken
| Reported by: | miahtech | Owned by: | Q |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | Qwitter Core | Version: | Mercurial Tip |
| Keywords: | Cc: |
Description
Unable to play voicemail from voicemail buffer in google voice session. (We really need to put google voice in the list of components.) Not positive, but I think the following tracebacks may have something to do with it:
Friday 03 September 2010 11:49:02 ERROR core.repeating_timer tick: Unable to execute function <bound method Twitter.cleanup_sounds of <session.twitter.main.Twitter object at 0x034600D0>>
Traceback (most recent call last):
File "C:\qwitter source\qwitter\src\repeating_timer.py", line 20, in tick
self.function(*self.args, self.kwargs)
File "C:\qwitter source\qwitter\src\session\sound\main.py", line 97, in cleanup_sounds
i.destroy_stream()
AttributeError?: 'FileStream?' object has no attribute 'destroy_stream'
Friday 03 September 2010 11:49:02 ERROR core.repeating_timer tick: Unable to execute function <bound method GoogleVoice?.cleanup_sounds of <session.google_voice.main.GoogleVoice? object at 0x17CA85B0>>
Traceback (most recent call last):
File "C:\qwitter source\qwitter\src\repeating_timer.py", line 20, in tick
self.function(*self.args, self.kwargs)
File "C:\qwitter source\qwitter\src\session\sound\main.py", line 97, in cleanup_sounds
i.destroy_stream()
AttributeError?: 'FileStream?' object has no attribute 'destroy_stream'

This is caused by the Google API being broken; it will be fixed when Google fixes it. Removing 4.1.1 milestone.