audiotools icon indicating copy to clipboard operation
audiotools copied to clipboard

Error downloading object: tests/audio/ir/h179_Bar_1txts.wav (206aee1): Smudge error

Open hicodo opened this issue 8 months ago • 2 comments

uv pip install git+https://github.com/descriptinc/audiotools Using Python 3.12.3 environment at: /opt/venv error: Git operation failed Caused by: process didn't exit successfully: /usr/bin/git reset --hard 348ebf2034ce24e2a91a553e3171cb00c0c71678 (exit status: 128) --- stderr Downloading tests/audio/ir/h179_Bar_1txts.wav (50 KB) Error downloading object: tests/audio/ir/h179_Bar_1txts.wav (206aee1): Smudge error: Error downloading tests/audio/ir/h179_Bar_1txts.wav (206aee1e87c966ead8a5755b2b90470eaa7c19d55ddbbbeca263ce203c8cab3a): error transferring "206aee1e87c966ead8a5755b2b90470eaa7c19d55ddbbbeca263ce203c8cab3a": [0] remote missing object 206aee1e87c966ead8a5755b2b90470eaa7c19d55ddbbbeca263ce203c8cab3a

Errors logged to '/root/.cache/uv/git-v0/checkouts/6d2e2a8294603438/348ebf2/.git/lfs/logs/20250514T093529.559888451.log'. Use git lfs logs last to view the log. error: external filter 'git-lfs filter-process' failed fatal: tests/audio/ir/h179_Bar_1txts.wav: smudge filter lfs failed

hicodo avatar May 14 '25 09:05 hicodo

I fixed this error like this:

git lfs install --skip-smudge
pip install git+https://github.com/descriptinc/audiotools
git lfs install --force

Technolog796 avatar May 21 '25 13:05 Technolog796

I also got this issue. Ty for the fix. But should this issue appear to begin with?

marksverdhei avatar Nov 01 '25 11:11 marksverdhei