-
Notifications
You must be signed in to change notification settings - Fork 16
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
track down transfer errors when there are spaces in transfer paths #360
Comments
There seems to be Foundry transfer errors when using Image and err via @isaac-darling
|
Getting this issue in MDF as well when they publish things with space in the path -- must be a globus change |
TODO: ask someone on transfer team |
After looking into this for just a few minutes here are my thoughts: The string 'c:\Users\Isaac Darling\Desktop\Programs\globus\seedlings\foundry_example\data' is being used as the endpoint_id of the local GlobusConnectPersonal endpoint. This is almost definitely wrong. Tracing through the code to see where this comes from: Line 720 of forge.py: https://github.com/materials-data-facility/forge/blob/a7f545170faab4ff312ffb3149b2346ee4b059c7/mdf_forge/forge.py#L720 assembles g_link as: which is looking for something like the endpoint_path field from: example_dataset = { The error looks to me like the dataset that is being attempted to transfer probably has an endpoint_path defined as 'c:\Users\Isaac Darling\Desktop\Programs\globus\seedlings\foundry_example\data' In any case, I don't think this is a simple "error on a globus transfer because of spaces in path", I think something else is going on, and the first thing to check would be the dataset. |
Eric had some thoughts on this one! |
No description provided.
The text was updated successfully, but these errors were encountered: