-
Notifications
You must be signed in to change notification settings - Fork 27
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
Having "panic: no reachable servers" error while follow the guide #6
Comments
Hey if you get this installation figured out would you be able to walk me through it? |
That's weird, as slackarchive-init should fail then as well. The Could you output your |
that "sleeping" continues to arrive Next
|
I've stopped
After that elasticsearch disappeared:
|
May I ask why that strange wait_for_dependencies container is needed? Why not just run |
I believe the issue with the nc: bad address is that the wait_for_dependencies container calls netcat on mongodb:27017 and elasticsearch:9200, which would obviously fail. To fix that issue, I just didn’t do the first step, and skipped to the next in the slackarchive-docket repo. However, that brought up a similar issue to this one, without a server being found. It would really be nice if this project had clear and working documentation, as no other slack archive projects are open-source. |
They'll fail only if Elasticsearch or MongoDB has not been started. We are using the wait_for_dependencies to be sure that all dependencies has been started, before starting both the bot and website. Otherwise they'll fail to start. Just running |
@jaredthecoder I'll be happy to accept pull requests for clear and working documentation. The readme I've written is working on my setup, I expect the issues you're experiencing are issues with starting Elasticsearch, not with starting SlackArchive. As always, check the logs and see why it is failing. And I've build and runned SlackArchive for a multiple years, and had my share of money and time spent. You should be happy that everything is opensource now (which costed me again quite some time) and now it is time for a community to be created and pick up improvement. I'll be very happy to help and accept pull requests, but it is time for the community to give something back. |
It seems I understand what's wrong in my case - it's Mongo in Docker can't work with folder volumes on Windows (docker/for-win#138).
docker ps:
But |
@nl5887 Ahh, I didn’t mean to sound combative. I really (and we all do) appreciate you open sourcing it rather than letting it disappear. It was more of a call to the community to help than use your time. @evil-shrike: I’ll try to reproduce that and get back to you. |
I'm having difficulties following the guide to run the solution.
I've followed the suggested steps in README:
then on executing
docker-compose up slackarchive
it exits with "panic: no reachable servers" error:Could you suggest what can be wrong?
ENV:
Windows 1803
Docker version 18.03.0-ce, build 0520e24
The text was updated successfully, but these errors were encountered: