Error - Automatic Database Backup Failed

Hi,

I’m trying to split a long clip in a single track for a podcast I’m editing. Everytime I attempt to split I get the following error code. This does not happen for the other clips in the podcast.

{
“timestamp”: 1728722817,
“event_id”: “e35b860827ea414982057301cb6ef76a”,
“platform”: “native”,
“release”: “audacity@3.4.2”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Windows”,
“version”: “10.0.19045”
}
},
“exception”: {
“values”: [
{
“type”: “Warning”,
“value”: “Automatic database backup failed.”,
“mechanism”: {
“type”: “runtime_error”,
“handled”: false,
“data”: {
“sqlite3.query”: “INSERT INTO (id, dict, doc) VALUES(1, ?1, ?2) ON CONFLICT(id) DO UPDATE SET dict = ?1, doc = ?2;”,
“sqlite3.rc”: “18”,
“sqlite3.context”: “ProjectGileIO::WriteDoc::step”
}
}
}
]
}
}

This topic was automatically closed after 30 days. New replies are no longer allowed.