[Audacity-devel] New error reporting
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Steve F. <ste...@gm...> - 2021-06-18 07:17:08
|
The following error message has been reported with Audacity 3.0.3 alpha. https://forum.audacityteam.org/viewtopic.php?p=428146#p428146 As we have no documentation about this, I've no idea what it means: { "timestamp": 1623860909, "event_id": "3148047ca5660a47b6e4e075b82ba3bd", "platform": "native", "release": "audacity@3.0.3", "contexts": { "os": { "type": "os", "name": "Windows", "version": "10.0.19043" } }, "exception": { "values": [ { "type": "File_Error", "value": "Audacity failed to read from a file in <path>:.", "mechanism": { "type": "runtime_error", "handled": false, "data": { "sqlite3.rc": "101", "sqlite3.context": "SqliteSampleBlock::Load::step" } } } ] } } |