Hi,
I just noticed that Whisper provider is not working anymore, maybe some update from whisper or bazarr side?
All my program run via docker, so I followed the guide for whisper and bazarr integration, my docker-compose for whisper is this one
version: "2.1"
services:
whisperasr:
image: onerahmet/openai-whisper-asr-webservice:latest
container_name: Openai-Whisper
environment:
- ASR_MODEL=small
- ASR_ENGINE=faster_whisper
ports:
- 9090:9000
restart: unless-stopped
And from bazarr I configure the endpoint to this http://10.0.0.100:9090 but when I make a connection test I got Connected but no version found (possibly whisper-asr?)
So, I've activated the debug log for bazarr and seems that the connection was not so good, error 404
2024-03-09 22:53:53|INFO |root |BAZARR Log file emptied|
2024-03-09 22:54:13|DEBUG |root |Bazarr version: 1.4.3-beta.9|
2024-03-09 22:54:13|DEBUG |root |Bazarr branch: development|
2024-03-09 22:54:13|DEBUG |root |Operating system: Linux-5.10.0-28-amd64-x86_64-with|
2024-03-09 22:54:13|DEBUG |root |Python version: 3.11.8|
2024-03-09 22:54:13|INFO |socketio.server |emitting event "data" to all [/]|
2024-03-09 22:54:13|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet MESSAGE data 2["data",{"type":"settings","action":"update","payload":null}]|
2024-03-09 22:54:21|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet PING data None|
2024-03-09 22:54:21|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Received packet PONG data |
2024-03-09 22:54:46|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet PING data None|
2024-03-09 22:54:46|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Received packet PONG data |
2024-03-09 22:55:10|DEBUG |urllib3.connectionpool |Starting new HTTP connection (1): ***.***.***.***:9090|
2024-03-09 22:55:10|DEBUG |urllib3.connectionpool |http://***.***.***.***:9090 "GET /status HTTP/1.1" 404 22|
2024-03-09 22:55:11|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet PING data None|
2024-03-09 22:55:11|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Received packet PONG data |
2024-03-09 22:55:36|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet PING data None|
2024-03-09 22:55:36|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Received packet PONG data |
2024-03-09 22:56:01|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Sending packet PING data None|
2024-03-09 22:56:01|INFO |engineio.server |rr7cKFlJjK-WLU64AAAC: Received packet PONG data |
Am I doing something wrong?
Hi,
I just noticed that Whisper provider is not working anymore, maybe some update from whisper or bazarr side?
All my program run via docker, so I followed the guide for whisper and bazarr integration, my docker-compose for whisper is this one
And from bazarr I configure the endpoint to this
http://10.0.0.100:9090but when I make a connection test I gotConnected but no version found (possibly whisper-asr?)So, I've activated the debug log for bazarr and seems that the connection was not so good, error 404
Am I doing something wrong?