Apparently zip files can somehow contain 2 files with the same filename (and thus same path in the zip file). The zip command tries to prompt the user for an action.
Here is an example of a file that does not work in dtrx: identical_names_same_dir.zip
Fix Options
- Minimum viable fix: raise an error.
- Ideally, add interactive and non-interactive handlers, where the file is extracted and renamed in non-interactive mode