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

Fix for None datatype in _parse_job_results() #471

Merged

Conversation

undodelete
Copy link
Contributor

Description

Adding an exception handler to catch datatype errors with jobs where details is None.

Motivation and Context

Resolve bug described in #470

How Has This Been Tested?

The command that encountered the issue were rerun and the response was successful.

download_cmd = "<request><plugins><download><file>vm_series-2.1.2</file></download></plugins></request>"
download_response = parent.op(download_cmd, cmd_xml=False)
download_result = parent.syncjob(download_response)

Successful download response

{
   "success":true,
   "result":"OK",
   "jobid":"18",
   "user":"None",
   "warnings":"None",
   "starttime":"2022/07/26 08:58:18",
   "endtime":"08:58:19",
   "messages":[
      
   ],
   "devices":{
      
   },
   "xml":"<Element""response"at 0x7f68569ca180>
}

Tested against panos 9.1 using the pan-os-python poetry venv.
This is very small and self contained change and won't affect other parts of the code base.

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

- [ ] I have updated the documentation accordingly.

  • I have read the CONTRIBUTING document.
    - [ ] I have added tests to cover my changes if appropriate.
    - [ ] All new and existing tests passed.

@welcome-to-palo-alto-networks

🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌

@ewlumpkin
Copy link

I had a similar issue.
Can @shinmog or @btorresgil review?

Copy link
Collaborator

@shinmog shinmog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@shinmog shinmog merged commit f01ae25 into PaloAltoNetworks:develop Feb 7, 2024
github-actions bot pushed a commit that referenced this pull request Apr 11, 2024
## [1.12.0](v1.11.0...v1.12.0) (2024-04-11)

### Features

* **ApplicationFilter:** Add new_appid parameter ([#547](#547)) ([bc96108](bc96108))
* **Firewall:** New fields for show_system_resources ([#544](#544)) ([9e8cc2a](9e8cc2a))
* Handling Log Collector Group (LCG) pushes ([#493](#493)) ([7e87952](7e87952))
* **panos/network:** Advanced routing engine ([#539](#539)) ([173bb8a](173bb8a))
* Enhance updater logic ([#548](#548)) ([23ed1ad](23ed1ad))
* **network.BgpPolicyRule:** Add action_community_modifier param ([#535](#535)) ([58ce888](58ce888)), closes [#534](#534)
* **PanDevice:** add `is_ready()` ([#532](#532)) ([a6b018e](a6b018e))

### Bug Fixes

* **_parse_job_results:** Catch None details in response ([#471](#471)) ([f01ae25](f01ae25)), closes [#470](#470)
github-actions bot pushed a commit that referenced this pull request Apr 11, 2024
## [1.12.0](v1.11.0...v1.12.0) (2024-04-11)

### Features

* **ApplicationFilter:** Add new_appid parameter ([#547](#547)) ([bc96108](bc96108))
* **Firewall:** New fields for show_system_resources ([#544](#544)) ([9e8cc2a](9e8cc2a))
* Handling Log Collector Group (LCG) pushes ([#493](#493)) ([7e87952](7e87952))
* **panos/network:** Advanced routing engine ([#539](#539)) ([173bb8a](173bb8a))
* Enhance updater logic ([#548](#548)) ([23ed1ad](23ed1ad))
* **network.BgpPolicyRule:** Add action_community_modifier param ([#535](#535)) ([58ce888](58ce888)), closes [#534](#534)
* **PanDevice:** add `is_ready()` ([#532](#532)) ([a6b018e](a6b018e))

### Bug Fixes

* **_parse_job_results:** Catch None details in response ([#471](#471)) ([f01ae25](f01ae25)), closes [#470](#470)
github-actions bot pushed a commit that referenced this pull request Apr 11, 2024
## [1.12.0](v1.11.0...v1.12.0) (2024-04-11)

### Features

* **ApplicationFilter:** Add new_appid parameter ([#547](#547)) ([bc96108](bc96108))
* **Firewall:** New fields for show_system_resources ([#544](#544)) ([9e8cc2a](9e8cc2a))
* Handling Log Collector Group (LCG) pushes ([#493](#493)) ([7e87952](7e87952))
* **panos/network:** Advanced routing engine ([#539](#539)) ([173bb8a](173bb8a))
* Enhance updater logic ([#548](#548)) ([23ed1ad](23ed1ad))
* **network.BgpPolicyRule:** Add action_community_modifier param ([#535](#535)) ([58ce888](58ce888)), closes [#534](#534)
* **PanDevice:** add `is_ready()` ([#532](#532)) ([a6b018e](a6b018e))

### Bug Fixes

* **_parse_job_results:** Catch None details in response ([#471](#471)) ([f01ae25](f01ae25)), closes [#470](#470)
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

Successfully merging this pull request may close these issues.

3 participants