-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not working under "lmscommunity/logitechmediaserver" docker container #140
Comments
Working fine here. Assuming you have mapped the config folder to the outside of the container, what is the underlying OS? Could there be a permissions problem? If you open a shell in the container and run the following, what would you get?
or:
|
Thank a lot for your support. I mapped the config folder outside the container. My underlying operating system is Openmediavault 6 based on Shaitan with the Linux kernel 5.10.0-28-amd64. When I run the command you provided in the docker cli, I get the info that the permission is denied. So there seems actually to be a permission issue.
However, I played around with it already beforehand, and wasn´t able to solve the issue. It also seems to me that the permissions are automatically adapted in the config folder when creating the LMS container. At least I saw some chown commands in the container log when adapting the user for running the container. |
I dare to say that it's a configuration problem between OMV and your container. I know that Spotty does work in Docker, as I often get questions about the required host mode (I hope you've seen that hint 😉). And the permissions in the container seem to be correct. But maybe OMV prevents it from executing the binary? |
I used bridge as mode with the advertiseaddr variable. But when using host mode, it works neither. For deploying the container, I use Portainer. Any experience with that? |
I'm sorry, no. I'm only using Docker either manually (development) or on my Synology NAS using its "Container Manager". You might have more success finding help by joining the community on https://forums.slimdevices.com. I'm confident there are other OMV users. |
When I run the command "//spotty -x" on the main system, not in the docker cli, I also get the permission denied error. Even when adding the execute permission to the file or adding all permissions by chown 777. Is that normal? |
Is it somehow possible to try different versions from the spotty-plugin? The following issue sounds to be comparable to my problem and I wonder whether it is caused by system related changes or may an update of the plugin itself which may also be carried out automatically when auto-updates are enabled in LMS. [https://github.com//issues/133] |
Please see my previous suggestion. |
Dear @michaelherger , As recommended, I discussed it also in the slimdevices forum: Just now I found the solution how to get it running. The following I posted also at the other forum:
I like to thank also you, for your quick and valueable support! Do you think something can be changed to allow Spotty also to run when storing it on another file sytem than the one of the operating system? One of the background having it separates is, that on the root drive I can´t create shared folders. And without a shared folders I can´t configure rsync for backup purposes. |
This is beyond Spotty's responsibilities. If the underlying system doesn't allow it to execute a binary, then there's nothing the plugin can do. |
I installed LMS by the docker Container "lmscommunity/logitechmediaserver" and activated the Spotty plugin.
Unfortunately, I get following error message:
Spotty Spotify für Squeezebox
Beim Ausführen der Spotty Helfer-Anwendung ist ein Fehler aufgetreten. Vermutlich wird diese auf ihrem System nicht unterstützt. Bitte wenden Sie sich an mich, unter Angabe der folgenden Plattform-Informationen:
In the Container log I have following entries:
The rest of LMS as well as other plugins like Youtube are working properly.
Does anybody else use it succesfully or is it a known or reproducable problem?
Any hints for resolving it would be very welcome.
The text was updated successfully, but these errors were encountered: