Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supportsave #13

Open
capirexlefou opened this issue Mar 15, 2021 · 2 comments
Open

supportsave #13

capirexlefou opened this issue Mar 15, 2021 · 2 comments

Comments

@capirexlefou
Copy link

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

@capirexlefou
Copy link
Author

When run the script in debug mode i have this message :

{'info-code': -1, 'info-message': 'Switch version is lower than the object', 'info-type': 'Informational'}

the switch is running the version of FOS 8.2.1a

@capirexlefou
Copy link
Author

Even with the script failing, the supportsave is triggered and runssuccessfully against the switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant