Skip to content
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

Starting Neurostack Client with example command does not work #30

Open
DiademShoukralla opened this issue Dec 1, 2019 · 0 comments
Open
Labels
api issues related to API for front-end documentation Issues related to documentation low

Comments

@DiademShoukralla
Copy link

To Recreate:

  1. Pull from master
  2. cd neurostack/
  3. Start server

python start_server.py

  1. Start Neurostack client

python neurostack.py --server_address localhost:8001 --address localhost:8002 --use_fake_data

Expected:

  • Step 3: Server starts at localhost:8001 ✔️
    image

  • Step 4: Neurostack Client starts at localhost:8002 using fake data ❌
    image

Additional Notes:
I believe this is a CLI issue since if I hardcode fake_data to be True (instead of retrieving from command line) it works.

  1. Modified neurostack.py:
    image
  2. Start Neurostack client

python neurostack.py --server_address localhost:8001 --address localhost:8002 --use_fake_data

  1. Neurostack Client starts at localhost:8002 using fake data ✔️
    image

Setting low priority because of the workaround.

@DiademShoukralla DiademShoukralla added low documentation Issues related to documentation api issues related to API for front-end labels Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api issues related to API for front-end documentation Issues related to documentation low
Projects
None yet
Development

No branches or pull requests

1 participant