(01-21-2021, 12:47 AM)Marrahm Wrote: 'I’m running the latest version of Moode. When I copy and paste the first code paragraph, I get the following error:Error: UNIQUE constraint failed: cfg_audiodev.idSuggestions? thanks
That's because id which is specified here (75) is already present in db. So I might made a typo here or you already have such entry in db. Check what you have under 75. To do that use select statement like:
Code:
sudo sqlite3 /var/local/www/db/moode-sqlite3.db "SELECT * FROM cfg_audiodev"