Ticket #225 (closed defect: fixed)

Opened 17 months ago

Last modified 15 months ago

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'

Change History

comment:1 Changed 17 months ago by hllf

  • Priority changed from major to medium
  • Milestone 4.1 deleted

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

comment:2 Changed 15 months ago by Q

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

This should be working. If it is not, please reopen this ticket.

Note: See TracTickets for help on using tickets.