-
Notifications
You must be signed in to change notification settings - Fork 92
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
particle subscribe --device <id>
fails in v1.29.0 ~ 1.33.0
#409
Comments
Good one. I thought I had turned off the automatic conversion from string to number for all options but apparently that doesn't work across the board. |
Fixed in 1.31.0. Try it with |
It appears this problem was never fixed in 1.31.0 and exists in the latest 1.33.0 as well. It only surfaces with ID's that contain only digits 0-9. ✏️ As a workaround, you may use the device name instead of the device id. |
particle subscribe --device <id>
fails in v1.29.0particle subscribe --device <id>
fails in v1.29.0 ~ 1.33.0
Sorry about that. #447 fixes this. |
Old way: particle subscribe mine 123412341234123412341234 --private
New way: particle subscribe --device 123412341234123412341234
Looks like it fails due to scientific notation conversion
The text was updated successfully, but these errors were encountered: