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
returns a 0KB zip file. It's not entirely clear to me what goes wrong as no error is returned. Output reads None. This seems to happen for this specific resource only, as a different resource (e.g. ddbe8fa5a5b84e23bb37beeaeaac714d) can be successfully downloaded as a zip file with this same code.
Downloading the main file in resource 1361509511e44adfba814f6950c6e742 with getResourceFile() seems to successfully complete. Sample code:
It sounds like the issue we saw a couple of months back. @cbcunc Here is another resource that downloads a 0 bytes bag, is this related to the replica issue we saw previously?
returns a 0KB zip file. It's not entirely clear to me what goes wrong as no error is returned. Output reads
None
. This seems to happen for this specific resource only, as a different resource (e.g.ddbe8fa5a5b84e23bb37beeaeaac714d
) can be successfully downloaded as a zip file with this same code.Downloading the main file in resource
1361509511e44adfba814f6950c6e742
withgetResourceFile()
seems to successfully complete. Sample code:The text was updated successfully, but these errors were encountered: