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

Mac OS Sierra - Exception(ExceptionCode.INVALID_PLATFORM) #7

Open
cldauden opened this issue Feb 24, 2017 · 2 comments
Open

Mac OS Sierra - Exception(ExceptionCode.INVALID_PLATFORM) #7

cldauden opened this issue Feb 24, 2017 · 2 comments

Comments

@cldauden
Copy link

Hi!
When using the python API (in PyCharm) with Mac OS Sierra, I keep getting this error because it says that the platform system is not Windows or Linux:

File "/Library/Python/2.7/site-packages/bitalino.py", line 90, in init
raise Exception(ExceptionCode.INVALID_PLATFORM)
Exception: This platform does not support bluetooth connection.

Can this API run in Mac OS?
Thanks!!

@hugoslv
Copy link

hugoslv commented Feb 24, 2017

Hi there,

On Mac OS you need to connect to the device using the Virtual COM Port... from the message it seems that you're trying to connect using the Bluetooth MAC address.

Also, this repository refers to a legacy version of the API. You can find the latest resources and documentation here:
https://github.com/BITalinoWorld/revolution-python-api
http://bitalino.com/pyAPI/

Best regards,
Hugo Silva

@cldauden
Copy link
Author

Thanks you very much Hugo!
Best,
Claudia

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

2 participants