neuroanatomy / BrainBox

BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
https://brainbox.pasteur.fr
Other
96 stars 46 forks source link

Save after import data from csv broken #320

Closed katjaq closed 2 years ago

katjaq commented 2 years ago

When adding an mri manually to a project, I can save changes. When uploading a csv file, import is all fine, but I cannot save the changes. Unable to save: Error 500: Invalid file name which is probably not the error 😅 . I know @dhovart had this on the radar, maybe you have an idea? I sent you the example file.

r03ert0 commented 2 years ago

the problem was CRLF characters at the end of the lines of the csv file, instead of the expected LF. I'll close this issue and open a new one asking for an enhancement to take that case into account automatically.