tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 511 forks source link

npx laravel-echo-server start #612

Open zy77777 opened 1 year ago

zy77777 commented 1 year ago

vagrant@homestead:~/code/processmaker$ npx laravel-echo-server start

L A R A V E L E C H O S E R V E R

version 1.6.3

Starting server...

✔ Running at localhost on port 6001 ✔ Listening for http events... [ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required. at parseError (/home/vagrant/code/processmaker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/home/vagrant/code/processmaker/node_modules/redis-parser/lib/parser.js:302:14) [ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required. at parseError (/home/vagrant/code/processmaker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/home/vagrant/code/processmaker/node_modules/redis-parser/lib/parser.js:302:14) ✔ Listening for redis events... node:internal/process/promises:279 triggerUncaughtException(err, true / fromPromise /); ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Redis could not subscribe.".] { code: 'ERR_UNHANDLED_REJECTION' }

laravel-echo-server.json { "authEndpoint": "/broadcasting/auth", "clients": [ { "appId": "0fd1f7a0ce0d527c", "key": "21a795019957dde6bcd96142e05d4b10" } ], "database": "redis", "databaseConfig": { "redis": { "port": 6379, "host": "192.168.10.10", "authPass": "homestead" }, "sqlite": { "databasePath": "/database/laravel-echo-server.sqlite" } }, "protocol": "http", "socketio": {}, "sslCertPath": "", "sslKeyPath": "", "sslCertChainPath": "", "sslPassphrase": "", "subscribers": { "http": true, "redis": true }, "apiOriginAllow": { "allowCors": false, "allowOrigin": "", "allowMethods": "", "allowHeaders": "" } }

shifas-cubet commented 1 year ago

Same error for me