-
Notifications
You must be signed in to change notification settings - Fork 11
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
Nendo server fails immediately on start #65
Comments
I don't know if it's noteworthy or not but I had a real challenge getting docker set up on this machine (ubuntu 20.04 LTS I believe) -- I started off with the apt repositories, then switched to the Snap version of docker, then installed a recent build of docker-compose from the github repository, finally removed it all and installed docker desktop (which runs but doesn't seem to use systemd for the daemon??)... Just a note, not sure if there may still be funny things with my docker configuration but it looks local to the server itself: nendo.schema.exception.NendoPluginLoadingError: Failed to import plugin 'nendo_plugin_library_postgres'. Error: [Errno 13] Permission denied: '/home/nendo/nendo_library/ffffffff-1111-2222-3333-1234567890ab' |
No, you don't need to change anything, following the setup instructions in the Platform's README should be enough to get it running. The CLAP warnings are not an issue, they can be ignored. Since other users have been irritated by them as well, we'll consider changing this behavior in the future. Now back to your original issue. Assuming you followed the installation steps outlined in the README, you should now see a |
I've verified that I'm using make as a user that's a member of the docker group. My library directory is empty. I tried removing my entire docker environment to see if I could install the most recent docker using their documentation, so I installed most recent docker-engine instead. This would not build and complained "services.web-http: container name nendo-web is already in use by services.web: invalid compose project" This was after purging and verifying that there was nothing remaining from a prior docker installation. The only way I've successfully built this is with docker-desktop. After trying some more at making sure my docker environment was correct, I purged everything again and reinstalled docker-desktop, downloaded a fresh copy of the repo and built again and reproduced the same error. I did not note any errors appear during the build process. |
Please verify that it's also owned by the user with which you are running docker. Do
To fix that, try I'm not really sure about docker-desktop, all our tests have been performed with docker-engine. |
Attached log output.
error.txt
Can't connect to running container to investigate further as it immediately shuts down. Is there something I need to do to enable plugins? I installed one of the nendo-core plugins as a test but it seems like nendo-core is unrelated to platform -- however it seems I'm now getting CLAP errors as well which was the nendo pip module I installed....? There is no good documentation explaining how these various repositories interact, if at all.
The text was updated successfully, but these errors were encountered: