You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Hi, I converted a video file in ".avi" format to nwb using NWB GUIDE. However, I cannot upload it. The error message is " --update-external-file-paths option not specified but found external video files linked to the nwbfiles"
To Reproduce
Expected behavior
Screenshots
**Operating system used: **
Windows 10
Additional context
In the inspector Report, there's a warning message that says "the external file 'C;/Users/.../.avi' is not a relative path. Please adjust the absolute path to be relative to the location of the NWBFile". Is this the problem blocking the upload? How can it be resolved?
The text was updated successfully, but these errors were encountered:
Thanks for the report; we don't yet support the automatic DANDI upload together with the video interface yet, sorry about that.
The Inspector checks are also something we're aware of from #550, but still working on the approach to fix them; not to worry in any case, they don't actually affect the DANDI upload process.
Good news is, if you're comfortable with using a terminal with Python installed, you can still complete the DANDI upload process yourself on the files you created using the classic command-line approach. If you didn't override the default conversion output folder at the first step of the pipeline, then your NWB files can be found in the home directory of the GUIDE under the 'conversions' subfolder.
Just follow these instructions and add some flags to the dandi organize step (--update-external-file-paths and --media-files-mode symlink (if that errors, try changing the mode to 'copy' instead)
If you're comfortable installing GUIDE using the developer instructions just let us know and we can ask you to help test this when we try to fix it
garrettmflynn
changed the title
Request to upload project failed
Cannot upload NWB files with linked video file
Feb 12, 2024
CodyCBakerPhD
changed the title
Cannot upload NWB files with linked video file
[Known limitation] Cannot upload NWB files with linked video file
Jun 12, 2024
CodyCBakerPhD
changed the title
[Known limitation] Cannot upload NWB files with linked video file
[Known limitation]: Cannot upload NWB files with linked video file
Jun 12, 2024
Describe the issue
Hi, I converted a video file in ".avi" format to nwb using NWB GUIDE. However, I cannot upload it. The error message is " --update-external-file-paths option not specified but found external video files linked to the nwbfiles"
To Reproduce
Expected behavior
Screenshots
**Operating system used: **
Windows 10
Additional context
In the inspector Report, there's a warning message that says "the external file 'C;/Users/.../.avi' is not a relative path. Please adjust the absolute path to be relative to the location of the NWBFile". Is this the problem blocking the upload? How can it be resolved?
The text was updated successfully, but these errors were encountered: