finealignment/video_alignment.py [49:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "video_id": video_id,
        "worker_number": worker_number
    }
    error_file_path = os.path.join(output_folder_path, f"errors_{video_id}.json")
    with open(error_file_path, "w") as f:
        json.dump(error_data, f, indent=4)

    # Update status report for failure
    timestamp = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



finealignment/video_alignment.py [379:387]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "video_id": video_id,
            "worker_number": worker_number
        }
        error_file_path = os.path.join(output_folder_path, f"errors_{video_id}.json")
        with open(error_file_path, "w") as f:
            json.dump(error_data, f, indent=4)

        # Update status report for failure
        timestamp = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



