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
When the supportsave.py is executed the script fails with the following error:
Traceback (most recent call last):
File "supportsave.py", line 200, in
main(sys.argv[1:])
File "supportsave.py", line 194, in main
ss_show_status(session, ss_rsp_obj)
File "supportsave.py", line 161, in ss_show_status
_get_supportsave_status(session, ss_req_obj, ss_rsp_obj)
File "supportsave.py", line 125, in _get_supportsave_status
while ("in-Progress" in ss_state or "Queued" in ss_state or
TypeError: argument of type 'NoneType' is not iterable
I found out that the _post_supportsave() function is never executed.
Any idea on how to resolve this issue?
Thanks in advance.
Best Regards,
Cherif Amghar
The text was updated successfully, but these errors were encountered:
When the supportsave.py is executed the script fails with the following error:
Traceback (most recent call last):
File "supportsave.py", line 200, in
main(sys.argv[1:])
File "supportsave.py", line 194, in main
ss_show_status(session, ss_rsp_obj)
File "supportsave.py", line 161, in ss_show_status
_get_supportsave_status(session, ss_req_obj, ss_rsp_obj)
File "supportsave.py", line 125, in _get_supportsave_status
while ("in-Progress" in ss_state or "Queued" in ss_state or
TypeError: argument of type 'NoneType' is not iterable
I found out that the _post_supportsave() function is never executed.
Any idea on how to resolve this issue?
Thanks in advance.
Best Regards,
Cherif Amghar
The text was updated successfully, but these errors were encountered: