-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hanging dandi upload call #1069
Comments
@slaytonmarx - does the behavior change if you just use |
Unfortunately not :( |
@jwodder - any ideas what would cause this behavior? is it doing something but not logging? @slaytonmarx - can you post which session/folder you are doing this in? i can also try it. (please do kill those processes) |
Yes! ses-20211111h11m08s18
|
could you try |
i can confirm the behavior. in fact even this command hangs:
|
oh... "hangs". It might not be "hanging" but still "navigating" the filesystem to find bids datasets... since network and .zarrs -- may be taking awhile. I have ran also and now observing the thing to be at
so -- we should stop navigating deeper than into .ngff (BTW -- how come there is .ngff -- should be .ome.zarr, right?) or .ome.zarr subfolders.... I will propose PR in a minute. |
is there a reason why it's navigating anything other than going up to find dandiset.yaml when a specific path is provided (for example the jpg command above). |
also why is it trying to find bids datasets with both |
not yet sure about why it is navigating that much BUT it is not about dandiset.yaml -- we look for BIDS datasets under the path(s) and validate them. E.g. think about 000026.
In principle "yes" with --allow-any-path but currently code finds BIDS datasets to decide either to allow upload files other than .nwb (but there is #1055 so YMMV ;)). Anyways -- hold there, I will propose a fix to avoid navigating too deep. |
Attempt to run dandi upload leading to indefinite stalling. At first I thought it may be due to output not piping correctly, but logs revealed no activity.
On version 0.45.1
Command
DANDI_DEVEL=1 dandi upload --validation skip --allow-any-path ./
Within directory contain ome.zarr files for upload
Log in it's entirety
The text was updated successfully, but these errors were encountered: