HeliosOrg / SimpleDataIntegrationServer

Server for Simple Data Integration in UE4
MIT License
5 stars 1 forks source link

ioredis connection error #1

Open ademets opened 8 years ago

ademets commented 8 years ago

Trying to run the server, I get following error: [ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379 at Object.exports._errnoException (util.js:1012:11) at exports._exceptionWithHostPort (util.js:1035:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1080:14)

I'm running the server from localhost (input.json has http://localhost as address). Tried it under Windows, as well as Ubuntu and got the same error.

masterofshapes commented 8 years ago

I have the same error did you have any luck?