You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This internally writes the audio data in a file object but looks like the file is None in this case. This happens randomly sometimes and I am not able to figure out the issue, could someone please help me with this?
The text was updated successfully, but these errors were encountered:
nitin-sharpsell
changed the title
Intermittent error in SST service in _append_audio method
Intermittent error in SSTService in _append_audio method
Oct 4, 2024
Getting this error randomly while inheriting the
SSTService
.In my
CustomSSTService
I am saving the audio bytes inAWS S3
and then calling an API which accepts an mp3 file and returns transcript text.I am getting the error in this part of code
pipecat/src/pipecat/services/ai_services.py
Line 276 in 0c46b3e
This internally writes the audio data in a
file
object but looks like thefile
is None in this case. This happens randomly sometimes and I am not able to figure out the issue, could someone please help me with this?The text was updated successfully, but these errors were encountered: