You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After VS id 81397493 was cancelled, I get the below error when trying to get its details.
>slcli vs detail 81397493
An unexpected error has occured:
Traceback (most recent call last):
File "/Users/chris/Code/py3/lib/python3.7/site-packages/SoftLayer/CLI/core.py", line 182, in main
cli.main(**kwargs)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/SoftLayer/CLI/virt/detail.py", line 71, in cli
bandwidth = vsi.get_bandwidth_allocation(vs_id)
File "/Users/chris/Code/py3/lib/python3.7/site-packages/SoftLayer/managers/vs.py", line 1070, in get_bandwidth_allocation
return {'allotment': allotment.get('allocation'), 'useage': useage}
AttributeError: 'NoneType' object has no attribute 'get'
Feel free to report this error as it is likely a bug:
https://github.com/softlayer/softlayer-python/issues
The following snippet should be able to reproduce the error
After VS id 81397493 was cancelled, I get the below error when trying to get its details.
The text was updated successfully, but these errors were encountered: