-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This Isnt in your video tutorial but im sure you'll know why it keeps erroring #108
Comments
im actually Seeing where it keeps erroring in the REDISCLIENT but i dont want to touch that code cuase it wasnt in the video tutorial |
It seems like your redis server is not installed / running?
|
oof how to install e.e it wasnt included in the video tutorial in the server part ??? oof ??? |
ok well apparently i fixed my issue solo on this one but more issues ahead apprently too theres alot of deprications in your work and server crashes when a player logs in |
Relax a bit dude,
First its not mine work, its a work in progress by Nelderson.
The new setup files comes with some flaws, bugs and a documentation that’s not yet up to date.
Making use of the old files / setup could help you going following the youtube vids from a year or so ago..
Also feel free to join the discord to help you solve your problems faster and help others with their problems.
Discord:
Discord.ggKZqBqK
|
Click a file on the github and click history. |
I fix this in the config.js, in the line 23: change this for: |
error is as stated below
14:54:33.92 Master Server started on port: 8000
events.js:173
throw er; // Unhandled 'error' event
^
Error: Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1054:14)
Emitted 'error' event at:
at RedisClient.onError (G:\RPGMaker MV Projects\MV_Online-master\node_modules\socket.io-redis\index.js:118:12)
at RedisClient.emit (events.js:196:13)
at RedisClient.on_error (G:\RPGMaker MV Projects\MV_Online-master\node_modules\redis\index.js:406:14)
at Socket. (G:\RPGMaker MV Projects\MV_Online-master\node_modules\redis\index.js:279:14)
at Socket.emit (events.js:196:13)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at processTicksAndRejections (internal/process/task_queues.js:84:9)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mvonline@0.2.2 start:
node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mvonline@0.2.2 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: