-
Notifications
You must be signed in to change notification settings - Fork 192
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
math worker crashes when run in dev mode #1279
Comments
Thanks again @andxblack I've never done development on math (nor have I used the dev compose file), but I'm seeing that @metasoarous added it in July and should have more context :) |
Confirmed I'm seeing the same thing. Logs with docker-compose.dev.yml file and regular compose file both start with:
Oddly, when trying to start following the logs with |
Hi @andxblack. Thanks for reporting this. This should be fixed as of #962. If it's not, please reopen, or start a new issue if it seems like a different problem. Thanks again |
Hiya, I am running into this same issue trying to run the project for the first time. I tried to connect to polis-math via nREPL but couldn't connect (even though the nREPL proces did at one point start on
|
It's been awhile, but I think most of those polis-math logs are expected, and just the Is polis working fine when not trying to connect to math with nREPL? You'll know if you submit fake votes for 7 anon users and the visualization shows up (incognito tabs should work, so long as you allow voting without login) |
Expected behavior:
Spin up the dev environment using docker-compose and connect to the math worker nREPL as described in math/readme.md
Actual behavior:
polis-math starts up, but exits after about a minute.
To Reproduce:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
Device information:
OSX 12.1, Docker desktop 4.3.2 (72729)
The text was updated successfully, but these errors were encountered: