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
Other environment details: official Docker image at sha256:0e6880ee49a5f68c9a0857fe717c72a90eb9c5adecc05
Reproducible Steps
Steps to create the smallest reproducible scenario:
Add the connector
Expected Output
No error
Actual Output
{"timestamp": "2024-07-11T07:56:12.131264Z", "level": "ERROR", "name": "INFOBLOX", "message": "type object 'datetime.datetime' has no attribute 'datetime'", "exc_info": "Traceback (most recent call last):\n File \"/opt/opencti-connector-infoblox/infoblox.py\", line 267, in process_data\n now = datetime.datetime.fromtimestamp(timestamp, datetime.timezone.utc)\n ^^^^^^^^^^^^^^^^^\nAttributeError: type object 'datetime.datetime' has no attribute 'datetime'"}
Additional information
Looks like from datetime import datetime should be import datetime
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
gileri
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Jul 11, 2024
SamuelHassine
added
solved
use to identify issue that has been solved (must be linked to the solving PR)
and removed
needs triage
use to identify issue needing triage from Filigran Product team
labels
Jul 11, 2024
Description
Environment
sha256:0e6880ee49a5f68c9a0857fe717c72a90eb9c5adecc05
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
No error
Actual Output
Additional information
Looks like
from datetime import datetime
should beimport datetime
Screenshots (optional)
The text was updated successfully, but these errors were encountered: