jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 131 forks source link

error access system.sh #950

Open amigthea opened 4 months ago

amigthea commented 4 months ago

Iris version

3.69.3

Operating system(s) affected

Browser(s) affected

What happened?

I install Mopidy-Iris with pip inside an alpine linux docker image, but the webclient shortcut to Start local scan output me this error:

ERROR    2024-05-05 15:36:30,765 [70:Thread-16] mopidy_iris.system
  Password-less access to file:///usr/lib/python3.11/site-packages/mopidy_iris/system.sh was refused. Check your /etc/sudoers file.

I tried to install sudo package on alpine but to no avail. Anyway the mopidy user is root, shouldn't that be needless? I tried to edit out "sudo " from system.sh and restart mopidy but again, it didn't work.

Any clue?

Logs

No response