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
Describe the bug
OTXQuery_2_0 analyzer does not work after switching to python3.
To Reproduce
Steps to reproduce the behavior:
Configure OTXQuery_2_0 analyzer
Click New Analysis
Choose data type: ip
Put '8.8.8.8' into Data field
Mark OTXQuery_2_0 analyzer in the list of Analyzers.
Click Start
Expected behavior
A successful result from the analyzer.
Actual behaviour
The analyzer fails with the following error:
{
"errorMessage": "API Error! Please verify data type is correct.",
"input": "{"dataType":"ip","tlp":2,"data":"8.8.8.8","pap":2,"config":{"max_pap":2,"jobTimeout":30,"auto_extract_artifacts":false,"key":"REMOVED","check_pap":true,"proxy_http":null,"cacerts":null,"proxy_https":null,"max_tlp":2,"check_tlp":true,"jobCache":10},"message":"","parameters":{}}",
"success": false
}
The text was updated successfully, but these errors were encountered:
Describe the bug
OTXQuery_2_0 analyzer does not work after switching to python3.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A successful result from the analyzer.
Actual behaviour
The analyzer fails with the following error:
{
"errorMessage": "API Error! Please verify data type is correct.",
"input": "{"dataType":"ip","tlp":2,"data":"8.8.8.8","pap":2,"config":{"max_pap":2,"jobTimeout":30,"auto_extract_artifacts":false,"key":"REMOVED","check_pap":true,"proxy_http":null,"cacerts":null,"proxy_https":null,"max_tlp":2,"check_tlp":true,"jobCache":10},"message":"","parameters":{}}",
"success": false
}
The text was updated successfully, but these errors were encountered: