Input parsing of UUID fails when using full UUID
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Trying to connect to a full UUID does not parse properly. Tried with or without quotes.
> iotile hw connect 0000-0000-0000-082d
ValidationError: Could not convert value
Additional Information:
error_message: invalid literal for long() with base 8: '0000-0000-0000-082d'
type: integer
value: 0000-0000-0000-082d
> iotile hw connect "0000-0000-0000-082d"
ValidationError: Could not convert value
Additional Information:
error_message: invalid literal for long() with base 8: '0000-0000-0000-082d'
type: integer
value: 0000-0000-0000-082d
Contributor guide
Assessment
This issue has not been assessed yet.