Skip to content

Starting Neurostack Client with example command does not work #30

@DiademShoukralla

Description

@DiademShoukralla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiissues related to API for front-enddocumentationIssues related to documentationlow

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions