We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I faced a new problem that I could not solve myself, beeing completely ignorant of JS. Wassjs cannot contact redis.
Here is the error
$ ./Docker/wass_docker_run.sh /home/schplurtz/W/* Mapping /home/schplurtz/W/conf to /DATA_CONF Mapping /home/schplurtz/W/in to /DATA_IN Mapping /home/schplurtz/W/out to /DATA_OUT Entrypoint WASS running with ID:GID 999:999 Welcome to Wass.js - 1.4 ====================================================== Settings loaded. Pipeline directory: /wass/dist/bin/ Loading default worksession file Pipeline executables looks good! Bootstrapping... Goodbye events.js:183 throw er; // Unhandled 'error' event ^ Error: Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I faced a new problem that I could not solve myself, beeing completely ignorant of JS.
Wassjs cannot contact redis.
Here is the error
The text was updated successfully, but these errors were encountered: