You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
[error: Error: Connection refused: Not authorized
at MqttClient._handleConnack (/root/canoed/node_modules/mqtt/lib/client.js:893:15)
at MqttClient._handlePacket (/root/canoed/node_modules/mqtt/lib/client.js:329:12)
at work (/root/canoed/node_modules/mqtt/lib/client.js:271:12)
at Writable.writable._write (/root/canoed/node_modules/mqtt/lib/client.js:281:5)
at doWrite (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Writable.write (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at Socket.ondata (_stream_readable.js:693:20)
at Socket.emit (events.js:197:13)
at addChunk (_stream_readable.js:288:12) ](url)
Here is terminal Script
root@acvd:~/canoed# canoed
info: Connected to Postgres
info: Connecting to Redis ...
info: Http server started on port 8180
info: Connected to Redis
error: Error: Connection refused: Not authorized
at MqttClient._handleConnack (/root/canoed/node_modules/mqtt/lib/client.js:893:15)
at MqttClient._handlePacket (/root/canoed/node_modules/mqtt/lib/client.js:329:12)
at work (/root/canoed/node_modules/mqtt/lib/client.js:271:12)
at Writable.writable._write (/root/canoed/node_modules/mqtt/lib/client.js:281:5)
at doWrite (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Writable.write (/root/canoed/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at Socket.ondata (_stream_readable.js:693:20)
at Socket.emit (events.js:197:13)
at addChunk (_stream_readable.js:288:12)
info: Calling exit...
info: Cleaning up...
Error when initialising the canoed
Here is terminal Script