-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix Upload BeforeSave Callback #359
Conversation
That resolved that issue, now on to ncaught (in promise) Error: Request to upload/folder failed: upload_folder_to_dandi() got an unexpected keyword argument 'project'
at run (utils.js:35:33)
at async GuidedUploadPage.uploadToDandi (UploadsPage.js:32:12)
at async GuidedFooter.onNext [as __onNext] (GuidedUpload.js?t=1694567791220:50:29) |
I was seeing this before if I didn't start a new conversion. Can you try that? |
Yep, confirmed with an entirely newly generated tutorial pipeline Will try a non-tutorial one now |
@garrettmflynn If it's any help at giving more context, I always seem to get this screen even if it is definitely the first time I've ever tried uploading this session |
And yeah, same issue again in a custom pipeline once I press that 'continue with reupload' button |
Okay thanks for the context. I’ll try on my end
…On Tue, Sep 12, 2023 at 6:29 PM, Cody Baker ***@***.***> wrote:
And yeah, same issue again in a custom pipeline once I press that
'continue with reupload' button
—
Reply to this email directly, view it on GitHub
<#359 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDAY5LPNUOBKW4OVSIHRVDX2ED77ANCNFSM6AAAAAA4VRHC7M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
for more information, see https://pre-commit.ci
…ithoutBorders/nwb-guide into fix-upload-beforesave
Alright this is fixed and merged with |
Tested both guided mode page and stand alone page - both worked great! |
fix #357