diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 33234c0..82a3568 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -91,7 +91,20 @@ def process_file(input_file: str) -> None: elif matches.group('software_name').startswith('E:D Market Connector'): # https://github.com/EDCD/EDMarketConnector/releases/latest if software_version >= semantic_version.Version.coerce('5.4.1'): - print(line) + if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/fsssignaldiscovered/1': + if matches.group('err_msg') == 'Failed Validation "[]"': + # + pass + + elif matches.group('err_msg') == 'Failed Validation "[]"': + # + pass + + else: + print(line) + + else: + print(line) elif matches.group('software_name') == 'Elite G19s Companion App': #