JulianHn
JulianHn
I've converted this to draft status until discussion in [#198](https://github.com/ome/omero-scripts/pull/198) over in omero-scripts is finished and possibly necessary changes to the `get_original_file_data` function are implemeted here.
I've added a try-catch in the `get_original_file_data()` function that adds a message to the UnicodeDecodeError and then reraises the error to make this a bit easier to diagnose for a...
@will-moore Woah, thanks for catching that. Not sure why I did not catch this when running my own small tests, I need to check my test setup apparently. I'm pretty...
@will-moore Thanks for the info will let you know. That I did not catch this myself has made me suspicious of my testing, so I want to double check things...
@dominikl : Thanks for opening the issue again. Here is the diff of my modified `populate_metadata.py` that defines an own FileProvider Class to overwrite the behaviour imported from `omero.util.populate_roi`. At...