QC Processing Error

qc_engine

Error Type: Json Parsing
Error Time: 2025-07-25 14:38:42

Processing Failed

QC processing failed: [Errno 2] No such file or directory: 'nonexistent_profile.json'

How to Fix This Issue

The JSON file (likely linkingrecord.json) contains syntax errors:

  1. Use a JSON validator: Copy your JSON content to jsonlint.com
  2. Common issues to check:
    • Missing or extra commas
    • Unmatched brackets { } or [ ]
    • Use double quotes (") not single quotes (')
    • Remove tab characters and control characters
    • Ensure proper UTF-8 encoding
  3. Re-export JSON: If possible, regenerate the JSON from your source system
Re-upload Instructions
  1. Validate and fix the JSON file syntax
  2. Ensure the JSON file is UTF-8 encoded
  3. Test the JSON in a validator tool
  4. Re-create the ZIP file with the corrected JSON
  5. Upload the new ZIP file

Error Type:
Json Parsing
File Information:
  • Filename: qc_engine
  • Error Time: 2025-07-25 14:38:42
Additional Details:
  • json_file: linkingrecord.json
Exception Information:
Traceback (most recent call last):
  File "/Users/michael.clervi/Documents/projects/Ford_BnP_QC/qc_engine.py", line 170, in 
    aggregated_results = run_qc_profile(temp_profile_path, args.input_file)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/michael.clervi/Documents/projects/Ford_BnP_QC/qc_engine.py", line 41, in run_qc_profile
    with open(profile_path, 'r', encoding='utf-8') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent_profile.json'
Need Help?

If you continue to experience issues after following the fix instructions, please contact the technical support team and include this error report.