splunk-soar-connectors / proofpoint

Apache License 2.0
2 stars 4 forks source link

Proofpoint App test connectivity fail #2

Open splunk-soar-connectors-bot opened 2 years ago

splunk-soar-connectors-bot commented 2 years ago

Name of the app Proofpoint TAP

Describe the bug Test connectivity fails from App configuration. With error: "1 action failed Unable to parse JSON response. Error: Error Message: Expecting value: line 1 column 1 (char 0)"

To Reproduce Steps to reproduce the behavior:

  1. Go to Apps
  2. Click on Proofpoint TAP
  3. Open Asset Settings
  4. Hit Test Connectivity

Expected behavior Should display (previous version does), "Test connectivity passed"

Screenshots

Phantom Version (please complete the following information):

Additional context This issue doesn't seem to affect any functionality for functions (decode_url tested), on_poll didn't test.

x64x76-747126AF333E commented 2 years ago

Verified again with Splunk SOAR (on prem) v5.2.1.78411 and the app version 1.2.22 and I can confirm that the issue is still happening (as can be seen in the last comment from the parent ticket phantomcyber/phantom-apps#412).

The bug does affect the ingestion (on_poll) action with the same error message:

error ("1 action failed Unable to parse JSON response. Error: Error Message: Expecting value: line 1 column 1 (char 0)").

Therefore, connectivity test and on poll functionalities are broken.

Screen Shot 2022-08-17 at 11 04 33 AM

x64x76-747126AF333E commented 2 years ago

I will re-attempt to submit a fix in the next few days. Can this issue be assigned to myself?

x64x76-747126AF333E commented 1 year ago

It looks the PR #4 would potentially fix this issue at the same time as making the app compatible with Python 3. Could a maintainer look at the PR please?