-
Notifications
You must be signed in to change notification settings - Fork 4
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
Missing dependency or permission issue? #56
Comments
After more hours spent troubleshooting, this is what I've learned:
then the gui will be reachable. However it completely ignores the volumes of my host for my music folder for inbox & clean. Clicking on Inbox or Tags says Error, load failed. I also edited the Env variable for BEETSDIR and BEETSFLASKDIR but this seems to be completely ignored, it will only use the config folders that it creates by default (which doesn't help me since I need my actual beets config to be used). I did verify that my outside directory (in this case /opt ) had the correct permissions for user 1000:1000 but the worker still said permission denied (even if I did 777). Therefore any actual customization options on my end to use my actual volume locations seems to cause errors and not work. Gonna move on for now since I don't have the programming know-how to figure out how to fix these issues but if I can provide additional info to help troubleshoot I'd be happy to. Thanks! |
Can you share your compose file? I'll share mine. Maybe that can help you. Be aware that I changed the port to 5555 as 5001 was already in use, and the music-inbox/archive/streaming directories are on a network share, so those parts might not be applicable to you.
|
hi @eq2kazial, Im sorry you having a hard time getting this up and running. I know our documentation is still quite limited - so far this is something we are building for our own needs, and the onboarding experience for non-techies isnt great yet. Having said that, issues like these help others who might have the same problems to solve them until we merge all that knowledge into a Getting-Started guide. Anyway.
best, |
Hi, I'm new-ish to docker and getting my feet wet with Linux again. I've been trying for days to get this to work and I'm not informed enough to recognize what the issue might be. Debian 12, docker install. My beets & beets-flask env is set to "/opt/docker" I've verified the permissions are correct for user/group 1000, tho I only have root access to the docker container in "/var/lib/..." as I've read I shouldn't alter those permissions. This is my current output from logs
I know my lack of knowledge regarding this is the issue, thank you in advance for any help.
The text was updated successfully, but these errors were encountered: