Common Issues & Quick Fixes

IssueLikely CauseQuick Fix
No SpeechPermission issuesCheck the settings
No speech recognitionMicrophone not configuredCheck audio input settings
Robot not movingConnection issue/Network issueRestart OM1/Robot and check ypur internet connection
OpenSSL certificate issueSecurity certificate not founduv pip install certifi export SSL_CERT_FILE=$(python3 -m certifi) export REQUESTS_CA_BUNDLE=$(python3 -m certifi)
Error message during build: fatal error: portaudio.h: No such file or directory compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1The issue is due to python-all-dev being deprecated and unavailable in non atandard ubuntu installations.Installing only PortAudio development headers fixes the problem: sudo apt-get update sudo apt-get install portaudio19-dev