Skip to content
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

ERROR Artifact does not exist when calling download where source path has spaces in name #105

Open
veopxg opened this issue Jan 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@veopxg
Copy link

veopxg commented Jan 12, 2022

Describe the bug
When calling download with a source path with a space in the filename the download function fails with error:
ERROR: Artifact ***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip does not exist

when using urllib.parse.quote to encode the source path the download function fails with error:

Input string, '***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip', doesn't have the prefix: '***/***/***/40.x.7.13%20%28%231173%29/'

(actual text replaced with ***)

To Reproduce
Steps to reproduce the behavior:

  1. Try to call download function with a source path file name with a space in it.
  2. See error

Note: function calls info and properties work with the encoded url as expected.

@veopxg veopxg added the bug Something isn't working label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant