Connection aborted for Faster-Whisper endpoint when using "large-v2" model (Pyhton & NodeJS)
I tried to hit the Faster-Whisper endpoint using
large-v2
model. I got ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
when using Python and ConnectionClosed: The socket connection was closed unexpectedly. For more information, pass
verbose: true in the second argument to fetch()
when using NodeJS.
With Python, I managed to get proper response from the endpoint when using the medium
model. I've also tried using "large-v1" but got the connection aborted error too.
With NodeJS, I got the same error with the medium
, large-v1
, and large-v2
model.
Audio URL: https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/58610513/ca7f9009_d40c_6b5a_05bb_fb5ee92fdfef.mp3
Python Code used:
2 Replies
runsyc have timeout
For longer jobs you might want to use /run
Thank you so much @Papa Madiator , it works now.