Skip to content
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

Added missing “Channel” import to pycti (Opencti/connector #2579) #721

Closed
Megafredo opened this issue Sep 2, 2024 · 0 comments · Fixed by #722
Closed

Added missing “Channel” import to pycti (Opencti/connector #2579) #721

Megafredo opened this issue Sep 2, 2024 · 0 comments · Fixed by #722
Assignees
Labels
bug use for describing something not working as expected filigran team use to identify PR from the Filigran team solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@Megafredo
Copy link
Member

Megafredo commented Sep 2, 2024

Description

  • Added missing “Channel” import to pycti/init.py

Environment

  1. OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
  2. OpenCTI version: { e.g. OpenCTI 1.0.2 }
  3. Other environment details:

Expected Output

Starting the connector, see issue OpenCTI-Platform/connectors#2579

Actual Output

Error :

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)
@Megafredo Megafredo added bug use for describing something not working as expected filigran team use to identify PR from the Filigran team labels Sep 2, 2024
@Megafredo Megafredo self-assigned this Sep 2, 2024
@Megafredo Megafredo linked a pull request Sep 2, 2024 that will close this issue
5 tasks
@Jipegien Jipegien added this to the Release 6.3.0 milestone Sep 2, 2024
@Megafredo Megafredo added the solved use to identify issue that has been solved (must be linked to the solving PR) label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected filigran team use to identify PR from the Filigran team solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants