C-RH-C / crhc-cli

C.RH.C API Command Line Tool
GNU General Public License v3.0
18 stars 13 forks source link

issue when collecting the patch information #217

Closed waldirio closed 8 months ago

waldirio commented 8 months ago

issue when collecting the patch information

./crhc.py patch systems
Traceback (most recent call last):
  File "/Users/wpinheir/code/crhc-cli/./crhc.py", line 12, in <module>
    parse.main_menu()
  File "/Users/wpinheir/code/crhc-cli/parse/parse.py", line 655, in main_menu
    patch_sub_menu()
  File "/Users/wpinheir/code/crhc-cli/parse/parse.py", line 310, in patch_sub_menu
    response = execution.patch_systems()
  File "/Users/wpinheir/code/crhc-cli/execution/execution.py", line 854, in patch_systems
    for entry in response.json()["data"]:
KeyError: 'data'