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

Device not found OS X 10.11.6 #201

Closed
pabloriera opened this issue Oct 23, 2016 · 4 comments
Closed

Device not found OS X 10.11.6 #201

pabloriera opened this issue Oct 23, 2016 · 4 comments
Labels

Comments

@pabloriera
Copy link

This is the output of the test code. Any steps to follow to check if the problem is not with emokit? Thanks

Emotiv Systems Pty Ltd
Receiver Dongle L01
b'USB_1234_ed02_4100000'
4660
60674
sN20131213002732
Please include this information if you open a new issue.
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/Users/Shared/anaconda/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/Users/Shared/anaconda/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/Shared/anaconda/lib/python3.5/site-packages/emokit-0.0.6-py3.5.egg/emokit/emotiv.py", line 191, in run
    self.initialize_reader()
  File "/Users/Shared/anaconda/lib/python3.5/site-packages/emokit-0.0.6-py3.5.egg/emokit/emotiv.py", line 119, in initialize_reader
    self.reader = EmotivReader()
  File "/Users/Shared/anaconda/lib/python3.5/site-packages/emokit-0.0.6-py3.5.egg/emokit/reader.py", line 59, in __init__
    self.setup_platform[self.platform]()
  File "/Users/Shared/anaconda/lib/python3.5/site-packages/emokit-0.0.6-py3.5.egg/emokit/reader.py", line 196, in setup_not_windows
    raise Exception("Device not found")
Exception: Device not found
@ghost
Copy link

ghost commented Oct 23, 2016

Try this repo: https://github.com/CerebralPower/emokit

@ghost ghost self-assigned this Oct 23, 2016
@ghost ghost added the Bug label Oct 23, 2016
@pabloriera
Copy link
Author

Thanks,

It didn't work with that repo either, but I notice this message (it also was previously, but I missed)

Emotiv IsEmotivError <class 'AttributeError'> 'hid_device_info' object has no attribute 'vendor_name' <traceback object at 0x101aa8b88> : 'hid_device_info' object has no attribute 'vendor_name'

@ghost
Copy link

ghost commented Oct 23, 2016

Try that latest commit please.

@pabloriera
Copy link
Author

pabloriera commented Oct 23, 2016

Amazing, thanks a lot.

Now it worked, but the Gyro data didn't responded to movements. I will check a little more.

EDIT: The problem appears to be with the stream of data, is irregular, I am printing in the console, maybe is a flush issue. Is there a way to check if this is not missing data?

@ghost ghost mentioned this issue Oct 23, 2016
@ghost ghost closed this as completed in #202 Oct 23, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant