-
Notifications
You must be signed in to change notification settings - Fork 2k
Raspberry - Docker Zenbot server issue - bug #1217
Comments
I'm having the exact same issue with the same setup. Can't fix it either, I've tried still the same result. |
Same problem too, on the latest Raspbian Stretch Lite distribution. I found that if you rebuild the container yourself, you can run it but you need to do some changes. In your
And then run It will take some time, but your containers should now be running. You can now run a command like this:
This is the only way I found to make it work. The command If you try to run a command using the way described in the Raspberry doc it won't work, but I couldn't figure out why.
My Docker knowledge is pretty limited and I find my solution a bit hacky, so I won't be able make a PR but I hope it will help you. |
@AcelisWeaven followed your solution, now it's a mongo issue closing down quickly
|
@elRadix what? I guess you mix up the names? ;P |
@acecilia Sorry indeed :) this is my docker config:
|
@elRadix Can you do a
By the way, I've got the exact same docker-compose.yml. |
This is what I have
|
Well, this may not come from Docker itself then. Maybe the port is already used, or something like that? Can I ask you to do another command for comparison?
|
same output
list of open ports root@raspi:/opt/zenbot# lsof -i -P -n | grep LISTEN
docker ps
|
@AcelisWeaven provided additional log output above, anything else ? seems that the mongo docker is shutting down quickly |
@elRadix Sorry for the late answer, I won't be at my place for a few days. I don't have any more idea about this, have you found a solution to your problem? Good luck anyway! Sorry I can't help you more, I wish I could. |
@AcelisWeaven I've installed Raspbian strech on my Pi3, both containers are running now: installation:
It's not accepenting any of the commands apparently, can you pls check what I'm doing wrong? root@DietPi:/opt/zenbot# docker-compose exec server /app/zenbot.sh [ "trade", "--paper" ]
|
@elRadix Are you using the unstable branch? If so, try to downgrade the mongodb dependency to match the one in the master branch. Quick and ugly fix:
|
I'm using the dietpi v6 - stable version OS, downgraded mongo but it's still complaining
|
Dear issue reporter, We have slightly changed our github issue policy and would now kindly request folks that have questions that they ask them in our zenbot subreddit. You can find it here: https://reddit.com/r/zenbot This issue will be closed, but if you disagree with your ticket being marked as a question feel free to leave a comment defending your case. Thanks for contributing time and effort! Greetings, |
System information
Have I written custom code (as opposed to using zenbot vanilla):
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux 4.9.62-v7+ armv7l GNU/Linux
Zenbot version: v4.1.0
NodeJS version: v8.8.1
Python version: Python 2.7.9
Exact command to reproduce: docker-compose up
Describe the problem.
Installed docker and zenbot based on this guide, all the steps - no issues with docker setup
https://github.com/DeviaVir/zenbot/blob/unstable/docs/raspberrypi.md
Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
The text was updated successfully, but these errors were encountered: