distributev / the-app

The App
MIT License
0 stars 2 forks source link

redis-error #114

Open distributev opened 8 years ago

distributev commented 8 years ago

i012 - redis-errors

distributev commented 8 years ago

I think it is related with https://github.com/distributev/the-app/issues/28 - the difference is that issues/28 was happening with the remote cloud redis while this one is happening with the bundled redis. Anyway see that one too.

luismanuel001 commented 8 years ago

In this case, this happens when running *.bat (ex. startApp.bat) without the "run as administrator" option, since it needs user agreement of the windows firewall to open some ports for node and redis.

Once accepted, the app will run as normal.

So a workaround, and a good practice in general, is to execute this scripts by right clicking the file, and selecting "run as administrator".