Open 467754239 opened 7 years ago
This error is coming from Line 186 of aliyun.ecs.connection.py, in the get_instance()
method:
dateutil.parser.parse(resp['ExpiredTime']),
ExpiredTime
will return an empty string if the instance has no ExpiredTime (this is very common).
This line of code can be improved to check this, I'll submit a pull request for that ASAP.
get_instance(instance_id)
errormsg:
ValueError Traceback (most recent call last)