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

[ransomwarelive] len(post_title) > 2 throws TypeError: object of type 'NoneType' has no len() #3585

Open
gileri opened this issue Mar 7, 2025 · 0 comments
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team

Comments

@gileri
Copy link
Member

gileri commented Mar 7, 2025

Description

Connector seem to not ingest data anymore

Environment

  1. OS (where OpenCTI server runs): Official container image
  2. OpenCTI version: 6.5.5
  3. OpenCTI client: python
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Run the connector
  2. It throws errors, doesn't ingest data

Expected Output

No error

Actual Output

Traceback (most recent call last): File "/opt/connector/lib/ransom_conn.py", line 794, in collect_intelligence bundle_list = self.stix_object_generator( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/connector/lib/ransom_conn.py", line 403, in stix_object_generator if len(post_title) > 2 ^^^^^^^^^^^^^^^ TypeError: object of type 'NoneType' has no len()

Additional information

4db3cd3

Screenshots (optional)

@gileri gileri added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Mar 7, 2025
@gileri gileri changed the title [ransomwarelive] [ransomwarelive] len(post_title) > 2 throws TypeError: object of type 'NoneType' has no len() Mar 7, 2025
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 needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant