connectors icon indicating copy to clipboard operation
connectors copied to clipboard

[flashpoint] cannot import name 'Channel' from 'pycti'

Open gileri opened this issue 1 year ago • 0 comments

Description

Environment

  1. OS (where OpenCTI server runs): Official flashpoint container docker OCI image
  2. OpenCTI version: 6.2.17
  3. OpenCTI client: N/A
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Run the container

Expected Output

No error

Actual Output

Traceback (most recent call last):
  File "/opt/opencti-connector-flashpoint/flashpoint.py", line 16, in <module>
    from pycti import (
ImportError: cannot import name 'Channel' from 'pycti' (/usr/local/lib/python3.11/site-packages/pycti/__init__.py)

Additional information

Screenshots (optional)

gileri avatar Aug 30 '24 12:08 gileri