Cannot open AUP3 file

Hello,

I just updated Audacity from v2.2 to 3.1 and created a project.

But now, i can’t open the project, i get an error :

{
“timestamp”: 1637030906,
“event_id”: “9bb981f8d82344218858fd3995215f8f”,
“platform”: “native”,
“release”: “audacity@3.1.1”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Unix”,
“version”: “4.19.0”
}
},
“exception”: {
“values”: [
{
“type”: “Error_Opening_Project”,
“value”: “Unable to parse project information.”,
“mechanism”: {
“type”: “runtime_error”,
“handled”: false,
“data”: {
“log”: “03:41:19: Error: Could not parse file "/Mouvement Du Peuple 06 (Tous A Magical Journey Through Space – Leonell Cassio (No Copyright ". \nError: Unable to parse project information.\n03:48:26: sqlite3 message: (1) no such table: project in "SELECT 1 FROM project LIMIT 1;"\n03:48:26: ParseString error: Error: not well-formed (invalid token) at line 3\n===begin===(null)\n===end===\n03:48:26: DBConnection SetError\n\tErrorCode: 0\n\tLastError: Unable to parse project information.\n\tLibraryError: Error: not well-formed (invalid token) at line 3\n”
}
}
}
]
}
}

What can i do ? Thanks

If you care to zip up your “broken” .aup3 file and upload it to a file sharing service, then post (or PM me) a link. I’ll take a look at it.

I’ve encountered the same problem on Win 10 after upgrading from 3.0.2 (32-bit) to 3.1.2 (64-bit obviously). Audacity sometimes fails to open with “no such table; project in SELECT 1 PROJECT LIMIT 1;” sqlite3 error. Still works fine (after that) if opening a wav file directly from explorer though. It turns out the error is caused by a hanged Audacity process still running in the background. Terminating that process “fixed it”… although I’m not yet sure what causes the hangs.