sourcey / symple-webrtc-video-chat-demo

This demo showcases how to use Symple to create a WebRTC video conferencing chat application.
43 stars 28 forks source link

get errors #12

Open star1015 opened 5 years ago

star1015 commented 5 years ago

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 commented 5 years ago

I don't have time. please help me.

masoudrk commented 5 years ago

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 commented 5 years ago

Thanks.

Sent from Mail for Windows 10

From: Masoud Sent: Friday, December 7, 2018 8:14 PM To: sourcey/symple-webrtc-video-chat-demo Cc: starcoma; Author Subject: Re: [sourcey/symple-webrtc-video-chat-demo] get errors (#12)

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 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.