Hello,
This is a correction proposal for #64
The function for adding a local media file to the Frogbase database (__add_from_disk) copies the file to the temporary directory when using the web UI. Once loaded, the file is no longer there, but it is referenced, which causes the error (FileNotFoundError: [Errno 2] No such file or directory).
Hello, This is a correction proposal for #64 The function for adding a local media file to the Frogbase database (__add_from_disk) copies the file to the temporary directory when using the web UI. Once loaded, the file is no longer there, but it is referenced, which causes the error (FileNotFoundError: [Errno 2] No such file or directory).