-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error: Cannot find module './server' #162
Comments
So it works, but you see that error? How often does the error happen? |
No it doesn't work at all! It's just installed. |
Which docker image/version are you using? |
app docker asustor |
I don't know what an asustor is, nor what instruction set it uses. Amd64? Arm?? |
Arm v7 or v8 |
Please help me. Navidrome is ok. Bonob log same error : Error: Cannot find module './server'
|
i use portainer in asustor nas arm7 or 8 |
bonob is running. I can't connect to address 4534. Still the same error. Error: Cannot find module './server' /bonob/src/app.js Please help me |
Nobody ? |
Have you tried running this on a different machine? Plenty of people use this project without reporting this issue, so perhaps there is something in your setup that is causing it? |
Hello, I'm getting to the point. Another mistake. The bonob service is well recognized in the sonos app. But I can't connect. Always the same message: check your network connection. A problem occurred during startup. Please check your network connection, then try again. |
Hello, Please help |
This may because you have not set BNB_URL correctly. It must be an address that is accessible by the Sonos devices |
I've got it! Last question: what environment variable should I create so that the service never stops? I'm using docker desktop in windows 11. Thanks again for everything. |
Because when I turn off my computer, I have to recreate the container every time. |
In docker desktop, you can only create a container and nothing else. |
That's a windows/docker desktop thing, you need to work out how to get windows to start docker on boot. I'm sure it will be possible, however I don't use windows so how exactly I'm not sure. |
Hello,
I just installed navidrome on a nas asustor via portainer. It works fine. Bonob is also installed on portainer. It works but in the logs I always have the following error :
node:internal/modules/cjs/loader:1029
�
throw err;
^
Error: Cannot find module './server'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)
at Function.Module._load (node:internal/modules/cjs/loader:871:27)
at Module.require (node:internal/modules/cjs/loader:1098:19)
at require (node:internal/modules/cjs/helpers:108:18)
at Object. (/bonob/src/app.js:32:34)
at Module._compile (node:internal/modules/cjs/loader:1196:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
at Module.load (node:internal/modules/cjs/loader:1074:32)
at Function.Module._load (node:internal/modules/cjs/loader:909:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/bonob/src/app.js' ]
Please help me
The text was updated successfully, but these errors were encountered: