iotile / iotile/coretools

Input parsing of UUID fails when using full UUID

Open
#691 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.