When that license expires this causes Errors:
Here is a solution to fix the error by renewing the license and recompiling:ERROR: snsrNew(): License expired
cd /home/pi/sdk-folder/third-party/alexa-rpi
git reset --hard
git pull
./bin/license.sh
cd /home/pi/vocalfusion-avs-setup/
./setup.sh config.json <xmos tag>
Note: <xmos tag> is the latest tag of the repo in sdk-folder/avs-device-sdk.
To get the latest tag execute the following command in that directory:
git tag | sort -V | tail -1