spleeter-web icon indicating copy to clipboard operation
spleeter-web copied to clipboard

Can't load save_path when it is None.

Open DMB-codegang opened this issue 3 years ago • 8 comments

Both dynamic and static will be reported“Can't load save_path when it is None.“

DMB-codegang avatar Feb 22 '22 12:02 DMB-codegang

Is this when using Spleeter? Can you login to the celery-slow container and delete the /webapp/pretrained_models/4stems folder?

JeffreyCA avatar Feb 22 '22 17:02 JeffreyCA

https://mc.codegang.top/file/pic.png

DMB-codegang avatar Feb 23 '22 01:02 DMB-codegang

I can't find the /webapp/pretrained_models/4stems folder

DMB-codegang avatar Feb 23 '22 01:02 DMB-codegang

Can you share logs from the Celery process?

If you're using Docker, what does this return?

docker exec -it spleeter-web-celery-slow-1 ls -la /webapp/pretrained_models

JeffreyCA avatar Feb 23 '22 05:02 JeffreyCA

I've just tried. This error occurs only in the spleeter model

DMB-codegang avatar Feb 23 '22 05:02 DMB-codegang

I think this is similar: https://github.com/deezer/spleeter/issues/306

You may need to download and extract https://github.com/deezer/spleeter/releases/download/v1.4.0/4stems.tar.gz yourself and copy it to /webapp/pretrained_models, not sure why it's not downloading the model automatically.

JeffreyCA avatar Feb 23 '22 05:02 JeffreyCA

OK, thank you, but now there is a new problem. It always shows that spleeter is running, but the model running after it has been completed.

DMB-codegang avatar Mar 11 '22 09:03 DMB-codegang

Hi, sorry for the late reply. Could you clarify the issue, and provide logs if possible?

JeffreyCA avatar Jun 24 '22 05:06 JeffreyCA