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
Sometimes everything works but most of the time I get this error afterwards
Error in tts_to_audio (Silero): Failed to get MOS score from NISQA API. Error: HTTPConnectionPool(host='127.0.0.1', port=8356): Max retries exceeded with url: /predict (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001BBC95FB4C0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
Making POST request to: http://localhost:8001/tts/generate
2024-11-28 10:49:14 | DEBUG | urllib3.connectionpool | Starting new HTTP connection (1): localhost:8001
2024-11-28 10:49:14,799 [DEBUG] Starting new HTTP connection (1): localhost:8001
2024-11-28 10:49:17 | DEBUG | urllib3.connectionpool | http://localhost:8001 "POST /tts/generate HTTP/11" 200 841244
2024-11-28 10:49:17,680 [DEBUG] http://localhost:8001 "POST /tts/generate HTTP/11" 200 841244
Response status code: 200
2024-11-28 10:49:17 | DEBUG | urllib3.connectionpool | Starting new HTTP connection (1): 127.0.0.1:8356
2024-11-28 10:49:17,695 [DEBUG] Starting new HTTP connection (1): 127.0.0.1:8356
The text was updated successfully, but these errors were encountered:
Sometimes everything works but most of the time I get this error afterwards
Error in tts_to_audio (Silero): Failed to get MOS score from NISQA API. Error: HTTPConnectionPool(host='127.0.0.1', port=8356): Max retries exceeded with url: /predict (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001BBC95FB4C0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
Making POST request to: http://localhost:8001/tts/generate
2024-11-28 10:49:14 | DEBUG | urllib3.connectionpool | Starting new HTTP connection (1): localhost:8001
2024-11-28 10:49:14,799 [DEBUG] Starting new HTTP connection (1): localhost:8001
2024-11-28 10:49:17 | DEBUG | urllib3.connectionpool | http://localhost:8001 "POST /tts/generate HTTP/11" 200 841244
2024-11-28 10:49:17,680 [DEBUG] http://localhost:8001 "POST /tts/generate HTTP/11" 200 841244
Response status code: 200
2024-11-28 10:49:17 | DEBUG | urllib3.connectionpool | Starting new HTTP connection (1): 127.0.0.1:8356
2024-11-28 10:49:17,695 [DEBUG] Starting new HTTP connection (1): 127.0.0.1:8356
The text was updated successfully, but these errors were encountered: