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

particle claim should work when supplying an ID with uppercase hex letters #208

Closed
opyh opened this issue Feb 9, 2016 · 4 comments
Closed

Comments

@opyh
Copy link

opyh commented Feb 9, 2016

We just tried to claim a Photon by supplying its ID that we copy&pasted from the command line output of particle-cli. It worked neither with the Particle Build web interface nor with particle-cli ('Could not claim device')

The ID was 220034000E47343432313031.

When we changed the letter E to e, it worked. Could it be that IDs are interpreted case sensitive somewhere on the server? In this case the tool should output the ID in lowercase or the server should convert the IDs to lowercase before trying to add them to your account.

@brycekahle
Copy link
Contributor

What command did you run that output the ID in uppercase?

@opyh
Copy link
Author

opyh commented Feb 9, 2016

If I remember correctly, this was part of the particle setup output.

@brycekahle
Copy link
Contributor

I've fixed the setup output to lowercase. I will file an internal bug against our API to be case-insensitive.

@opyh
Copy link
Author

opyh commented Feb 14, 2016

Thanks for your quick response!

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