Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta_mpd.py': [Errno 13] Permission denied #970

Closed
tgurr opened this issue Jan 5, 2022 · 2 comments
Closed

meta_mpd.py': [Errno 13] Permission denied #970

tgurr opened this issue Jan 5, 2022 · 2 comments
Labels
bug next release fixed in develop branch and will be part of the next release

Comments

@tgurr
Copy link
Contributor

tgurr commented Jan 5, 2022

Describe the bug
Jan 05 16:28:07 host snapserver[633134]: Stream: steamname, message: python3: can't open file '/usr/share/snapserver/plug-ins/meta_mpd.py': [Errno 13] Permission denied

Steps to Reproduce

  1. Install snapserver 0.26.0
  2. Configure to use controlscript
  3. Try to start it
  4. See error in journal

/usr/share/snapserver/plug-ins/meta_mpd.py is having only executable rights but no read rights.

# ls -la /usr/share/snapserver/plug-ins/meta_mpd.py 
---x--x--x 1 root root 33278 Jan  5 16:12 /usr/share/snapserver/plug-ins/meta_mpd.py

Workaround:

# chmod 755 /usr/share/snapserver/plug-ins/meta_mpd.py
# ls -la /usr/share/snapserver/plug-ins/meta_mpd.py 
-rwxr-xr-x 1 root root 33278 Jan  5 16:12 /usr/share/snapserver/plug-ins/meta_mpd.py

Environment details

  • OS: Exherbo Linux
  • Snapcast version: 0.26.0
  • Source-based distribution, compiled from package.
Jan 05 16:28:07 host snapserver[633134]: Stream: streamname, message: python3: can't open file '/usr/share/snapserver/plug-ins/meta_mpd.py': [Errno 13] Permission denied
@badaix
Copy link
Owner

badaix commented Jul 4, 2022

Should be fixed with 7ab3daa

@badaix badaix added bug next release fixed in develop branch and will be part of the next release labels Jul 4, 2022
@badaix
Copy link
Owner

badaix commented Feb 5, 2023

Fixed in snapcast v0.27.0

@badaix badaix closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug next release fixed in develop branch and will be part of the next release
Projects
None yet
Development

No branches or pull requests

2 participants