Skip to content
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

get errors #12

Open
star1015 opened this issue Dec 5, 2018 · 3 comments
Open

get errors #12

star1015 opened this issue Dec 5, 2018 · 3 comments

Comments

@star1015
Copy link

star1015 commented Dec 5, 2018

Symple server listening on port 4551
Express server listening on port 4550
events.js:167
throw er; // Unhandled 'error' event
^

Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)
Emitted 'error' event at:
at RedisClient.on_error (C:\Users\comagom\Downloads\node template\symple-webrtc-video-chat-demo-master\symple-webrtc-video-chat-demo-master\node_modules\redis\index.js:406:14)
at Socket. (C:\Users\comagom\Downloads\node template\symple-webrtc-video-chat-demo-master\symple-webrtc-video-chat-demo-master\node_modules\redis\index.js:279:14)
at Socket.emit (events.js:182:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)

I have already installed redis.

@star1015
Copy link
Author

star1015 commented Dec 5, 2018

I don't have time. please help me.

@masoudrk
Copy link

masoudrk commented Dec 7, 2018

are you sure the redis server is running ?
you can try to run the redis server with typing this in the terminal :
redis-server

or you can get redis server running status :
redis-server status

@star1015
Copy link
Author

star1015 commented Dec 7, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants