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
python3 getClouds.py
2022-04-07 13:57:47,928 - capellaAPI.CapellaAPI - INFO - /v2/status
2022-04-07 13:57:48,349 - capellaAPI.CapellaAPI - INFO - /v2/clouds?perPage=100
2022-04-07 13:57:48,484 - capellaAPI.CapellaAPI - INFO - /v2/clouds?perPage=100
Traceback (most recent call last):
File "/Users/michaelreiche/publicapi/rest-api-examples/python/getClouds.py", line 77, in
main(args)
File "/Users/michaelreiche/publicapi/rest-api-examples/python/getClouds.py", line 47, in main
cloud_table_headings = list_of_clouds['data'][0].keys()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
python3 getClouds.py
2022-04-07 13:57:47,928 - capellaAPI.CapellaAPI - INFO - /v2/status
2022-04-07 13:57:48,349 - capellaAPI.CapellaAPI - INFO - /v2/clouds?perPage=100
2022-04-07 13:57:48,484 - capellaAPI.CapellaAPI - INFO - /v2/clouds?perPage=100
Traceback (most recent call last):
File "/Users/michaelreiche/publicapi/rest-api-examples/python/getClouds.py", line 77, in
main(args)
File "/Users/michaelreiche/publicapi/rest-api-examples/python/getClouds.py", line 47, in main
cloud_table_headings = list_of_clouds['data'][0].keys()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: