We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
obsidian | Starting guacamole-lite websocket server obsidian | events.js:377 obsidian | throw er; // Unhandled 'error' event obsidian | ^ obsidian | obsidian | Error: listen EACCES: permission denied "8080" obsidian | at Server.setupListenHandle [as _listen2] (net.js:1314:21) obsidian | at listenInCluster (net.js:1379:12) obsidian | at Server.listen (net.js:1476:5) obsidian | at Object. (/gclient/app.js:217:6) obsidian | at Module._compile (internal/modules/cjs/loader.js:1085:14) obsidian | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) obsidian | at Module.load (internal/modules/cjs/loader.js:950:32) obsidian | at Function.Module._load (internal/modules/cjs/loader.js:790:12) obsidian | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12) obsidian | at internal/main/run_main_module.js:17:47 obsidian | Emitted 'error' event on WebSocketServer instance at: obsidian | at Server.WebSocketServer._onServerError (/gclient/node_modules/ws/lib/WebSocketServer.js:82:50) obsidian | at Server.emit (events.js:400:28) obsidian | at emitErrorNT (net.js:1358:8) obsidian | at processTicksAndRejections (internal/process/task_queues.js:82:21) { obsidian | code: 'EACCES', obsidian | errno: -13, obsidian | syscall: 'listen', obsidian | address: '"8080"', obsidian | port: -1 obsidian | } obsidian | guacd[1106]: INFO: Guacamole connection closed during handshake
The text was updated successfully, but these errors were encountered:
I think the issue is when you use the env variable for HTTP port.
Sorry, something went wrong.
No branches or pull requests
obsidian | Starting guacamole-lite websocket server
obsidian | events.js:377
obsidian | throw er; // Unhandled 'error' event
obsidian | ^
obsidian |
obsidian | Error: listen EACCES: permission denied "8080"
obsidian | at Server.setupListenHandle [as _listen2] (net.js:1314:21)
obsidian | at listenInCluster (net.js:1379:12)
obsidian | at Server.listen (net.js:1476:5)
obsidian | at Object. (/gclient/app.js:217:6)
obsidian | at Module._compile (internal/modules/cjs/loader.js:1085:14)
obsidian | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
obsidian | at Module.load (internal/modules/cjs/loader.js:950:32)
obsidian | at Function.Module._load (internal/modules/cjs/loader.js:790:12)
obsidian | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
obsidian | at internal/main/run_main_module.js:17:47
obsidian | Emitted 'error' event on WebSocketServer instance at:
obsidian | at Server.WebSocketServer._onServerError (/gclient/node_modules/ws/lib/WebSocketServer.js:82:50)
obsidian | at Server.emit (events.js:400:28)
obsidian | at emitErrorNT (net.js:1358:8)
obsidian | at processTicksAndRejections (internal/process/task_queues.js:82:21) {
obsidian | code: 'EACCES',
obsidian | errno: -13,
obsidian | syscall: 'listen',
obsidian | address: '"8080"',
obsidian | port: -1
obsidian | }
obsidian | guacd[1106]: INFO: Guacamole connection closed during handshake
The text was updated successfully, but these errors were encountered: