audacity.py icon indicating copy to clipboard operation
audacity.py copied to clipboard

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd7 in position 30: invalid continuation byte

Open Bietola opened this issue 1 year ago • 2 comments

I get the error while using it for a aup3 file (maybe that's the problem...), the full command is:

python -m audacity inp.aup3 out.wav

while running in a venv.

Bietola avatar Sep 11 '24 20:09 Bietola

I think this project is using aup2 as aup3 has switched to sqlite3 format. You can use this tool instead: https://github.com/audacity/audacity-project-tools.

adabru avatar Dec 29 '24 13:12 adabru

Yes, sorry, I haven't used audacity in ages. If they've changed the format then this package has probably become obsolete, but there is a audacity-project-tools that apparently fixes everything you needed to get fixed with audacity.

davidavdav avatar Dec 30 '24 08:12 davidavdav