I was trying to load .nam-files for the Neural Amp Modeler of Mike Oliphant. Anyway, there was no ‘NAM Models’ folder in the Modep File Manager and loading into ‘Amplifier Profiles’ didn’t seem to be the right way.
I found a workaround to mkdir in the /var/modep/user-files directory and moving files (from ‘Amplifier Profiles’ to ‘NAM Models’) by mv is successful (visible in File Manger and loadable in NAM).
But trying to add more .nam files to the directory shows ‘internal server error’ a d doesn’t load the .nam files
Did already apt update and apt upgrade - all ok
1 Like
What is the output of lsb_release -a
?
Last login: Fri Apr 25 06:42:13 2025
patch@patchbox:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
patch@patchbox:~ $
Looks like there’s a regression in modep-browsepy, I’ve sorted that out in 0.5.7-5 version.
To fix your setup, you have to do:
sudo chown -R modep:modep "/var/modep/user-files/NAM Models"
Many thanks! Now it’s working.
Earlier I tried this workaround, but it was not successful.
I’ll try to link this topic there.