-
Notifications
You must be signed in to change notification settings - Fork 385
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
[Bug] OTX analyser no requests module on line 4 #818
Comments
The requests module has been added to requirements 7 months ago. |
Yes Latest Release, this fresh install last night with the default application config to use docker. |
@asucrews could you please confirm this is still note working on your side ? Just made a successful test.
|
sorry for the delay, this my docker image REPOSITORY TAG IMAGE ID CREATED SIZE |
Just tested docker release on thehive4 image and the image for otxquery is the similar to Jerome one. |
Closing since no update. |
Describe the bug
Analyzers is erroring out with below error using docker images.
{
"errorMessage": "Traceback (most recent call last):\n File "OTXQuery/otxquery.py", line 4, in \n import requests\nModuleNotFoundError: No module named 'requests'\n",
"input": null,
"success": false
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Results from OTX
Complementary information
{
"errorMessage": "Traceback (most recent call last):\n File "OTXQuery/otxquery.py", line 4, in \n import requests\nModuleNotFoundError: No module named 'requests'\n",
"input": null,
"success": false
}
Work environment
Possible solutions
Additional context
Works with Proccess runner, just not with docker runner
The text was updated successfully, but these errors were encountered: