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
When there is a missing file or a file that is not allowed to user for any reason (usually an HTTP 503 in logs), ingestion in sync manager of data is stopped.
Would be great to try/catch the error on file get and ingest element data.
Need to discuss if we log a warning or error in case of missed files.
Implementation that requires a try/catch is around here:
OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
OpenCTI version: { e.g. OpenCTI 1.0.2 }
OpenCTI client: { e.g. frontend or python }
Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
{ e.g. Run ... }
{ e.g. Click ... }
{ e.g. Error ... }
Expected Output
Actual Output
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
aHenryJard
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Dec 17, 2024
Description
When there is a missing file or a file that is not allowed to user for any reason (usually an HTTP 503 in logs), ingestion in sync manager of data is stopped.
Would be great to try/catch the error on file get and ingest element data.
Need to discuss if we log a warning or error in case of missed files.
Implementation that requires a try/catch is around here:
opencti/opencti-platform/opencti-graphql/src/manager/syncManager.js
Line 90 in 101d70d
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Actual Output
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: