-
Notifications
You must be signed in to change notification settings - Fork 177
Issue with #493 when commit is not required, response None #569
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
Comments
Maybe similar to #471 |
I have tried with success to add the following lines and this fix the issue L4906 on base.py
|
the problem has been added here #493 the 07/02/2024 |
Pull request #557 |
I can confirm that it works in pan-os-python 1.11.0 |
was that fixed? I still have issue with following environment:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'NoneType' object has no attribute 'text' |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Was OK before 02/2024
With Ansible, when I commit to Panorama I have this issue. This is related to the pan-os-python as
Expected behavior
It should work with a message Commit not needed
No issues when modification are there to commit to the device.
Current behavior
Python error
Possible solution
Change line on /panos/base.py (https://github.com/PaloAltoNetworks/pan-os-python/blob/62bcff3bca86a5ff745eae3e92635d109673963a/panos/base.py#L4906C1-L4906C78)
to add a try except
Steps to reproduce
Screenshots
Context
Issue is with last version of ansible, and pan-os-python
Your Environment
The text was updated successfully, but these errors were encountered: