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

No plugins available after installation due to incorrect path #94

Open
likeleto opened this issue Sep 24, 2018 · 0 comments
Open

No plugins available after installation due to incorrect path #94

likeleto opened this issue Sep 24, 2018 · 0 comments

Comments

@likeleto
Copy link

By default no plugins was available:
sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins:
when I specify path with folder "openbci" - "--plugins-path openbci/plugins", plugins appears
sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list --plugins-path openbci/plugins ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins: - csv_collect - streamer_lsl - streamer_tcp - noise_test - streamer_osc - udp_server - print - sample_rate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant