ssl.SSLWantWriteError: The operation did not complete (write) (_ssl.c:2384), TimeoutError: The write operation timed out (using google gemini)
I am getting this error using google gemini apis (I think that’s because of the file size, but I’m not sure, and I don’t know how to fix it): ssl.SSLWantWriteError: The operation did not complete (write) (_ssl.c:2384)
.
Using a dirrefent file extension (mp3 instead of m4a), i get this different error: return self._sslobj.write(data)n TimeoutError: The write operation timed out
ssl.SSLWantWriteError: The operation did not complete (write) (_ssl.c:2384) using gemini
I am getting this error using google gemini apis (I think that’s because of the file size, but I’m not sure, and I don’t know how to fix it): ssl.SSLWantWriteError: The operation did not complete (write) (_ssl.c:2384)
.