Intelligent Voice has identified a broken image released accidentally last Friday. This causes the vad_worker missing a necessary file and keeps restarting. This was resolved within hours by releasing a new container image. However, some systems may be affected due to automatic update before the new container image released. In this case, please manually fetch the updated container image and restart the worker.
When checking the containers status, you can see vad_worker keeps restarting as below:
301b25aed311 intelligentvoice.azurecr.io/gearman-iv-vad-worker:iv-6.1 "/bin/bash -c 'pytho…" 4 minutes ago Restarting (2) 10 seconds ago vad_worker
Logs in vad_worker (command: docker logs vad_worker
)
python3: can't open file '/usr/app/src/vad_worker/GearmanVadWorker.py': [Errno 2] No such file or directory python3: can't open file '/usr/app/src/vad_worker/GearmanVadWorker.py': [Errno 2] No such file or directory python3: can't open file '/usr/app/src/vad_worker/GearmanVadWorker.py': [Errno 2] No such file or directory python3: can't open file '/usr/app/src/vad_worker/GearmanVadWorker.py': [Errno 2] No such file or directory
Steps to apply the fix:
Fetch the latest vad_worker image
sudo docker pull intelligentvoice.azurecr.io/gearman-iv-vad-worker:iv-6.1
Restart VAD worker
sudo systemctl restart vad_worker
If you have any questions or require assistance please create a ticket and a member of our support team will be happy to help.