file open fail in 3.0.3 by SqliteSampleBlock

file save with 1955 and try to open both 1955 and 1992
error code shows as following.

{
    "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"
                    }
                }
            }
        ]
    }
}

What do those numbers refer to?

github CMake Build # build number.
FYI, I also help to translate the language for zh_tw.
That is the reason I have access. Not sure I should post it here or not.
This issue happens after build 1955 and 1992.
Works fine for 1950/1944/1930.

I test it with for testing.
BTW, this issue can not reproduce again that I try to save another new one of AUP3 for re[rpdice the issue.

Jesse
Audacity_dbgrpt-14360-20210617T005728.zip (112 KB)

If you look in “Help menu > About Audacity”, then go to the “Build Information” tab, there’s a “Commit Id” number (Example: “c8e0bf”).
That number uniquely identifies the version, independently of when or where it was built.
I can’t look up the version from the number that you are supplying, but I can look it up from the “Commit id”.

Steve,
the main issue save and create by build number d6d4860

Following is the build number reference.
1955\Audacity-3.0.3-alpha-20210614+d6d4860-32bit
1950\Audacity-3.0.3-alpha-20210613+7d76e06-32bit
1944\Audacity-3.0.3-alpha-20210611+8f41dd7-32bit
1930\Audacity-3.0.3-alpha-20210611+7444550-32bit

OK, so that was a couple of days ago.

“value”: “Audacity failed to read from a file in :.”,

>

Is that literally what it said, or have you replaced the actual path with "<path>" ?

Can you provide exact steps that would allow me to reproduce the issue?

I didn’t remove/change anything there.
so it it what it say and copies past what you saw there.

that file is the actual use on my daily operation editing with my podcast.
and I start to use the daily build to test it to ensure the builds are working fine on the zh_tw file.
the file been save /open for few times before it crash.


the files storage create and first time edited on folder “Q:\PODCAST 奶茶TOGO\等待剪接\美國”
drive Q is my NAS = \192.168.173.xxx\

then I move it to another folder since I finish editing. after this I can’t be open and as the error code that you saw here.
“Q:\PODCAST 奶茶TOGO\EP043 USA”

Let me know if you need the aup3 file, I can upload to google drive for you to check the file.

Where do you see that error? Is that from “Help menu > Diagnostics > Show Log”?

no. that direclty pop up when on the file.

Add screen recording.
https://youtu.be/CvwXyiGsxRA

Thanks,
I think this is from Audacity’s new error reporting. I’ve passed it on to the developers as I don’t have any documentation about what it means.