Mapillary-Tools: error handling

Hi,

I started processing the photos of a extensive roadtrip (100k+), the GPS should already be embedded from the camera, but sometime (tunnels, valleys) this information is missing.
During the processing with python mapillary_tools process --advanced --user_name <<myUser>> --flag_duplicates --interpolate_directions --cutoff_distance 120 --cutoff_time 120 --verbose --rerun --import_path <<pathName>> , I get then the error Warning, geotag processing failed for image ... (besides others).
Thats now also okay, but how do I now find the exact image again in my folder? Even after the upload (which will skip these images) is no sorting of successful and failed upload

The old CLI-tool created folder with failed and successful images, is there a way to achieve that also with the new tool?