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
New to this library, hoping to use it. Auth was fine, but I am unable to walk. Not sure if I am missing something
Running into this error right away
File "C:\Users\admin\Work\\MyArtifactory.py", line 23, in __init__
for p in artifactoryPath.glob("**/some-package*.zip"):
File "C:\Users\admin\.pyenv\pyenv-win\versions\3.11.2\Lib\pathlib.py", line 953, in glob
for p in selector.select_from(self):
File "C:\Users\admin\.pyenv\pyenv-win\versions\3.11.2\Lib\pathlib.py", line 408, in _select_from
for p in successor_select(starting_point, is_dir, exists, scandir):
File "C:\Users\admin\.pyenv\pyenv-win\versions\3.11.2\Lib\pathlib.py", line 355, in _select_from
with scandir(parent_path) as scandir_it:
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\admin\.pyenv\pyenv-win\versions\3.11.2\Lib\pathlib.py", line 938, in _scandir
return os.scandir(self)
^^^^^^^^^^^^^^^^
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'https://artifactory.company.com/artifactory/some_repo'
The text was updated successfully, but these errors were encountered:
https://github.com/devopshq/artifactory#walking-directory-tree
New to this library, hoping to use it. Auth was fine, but I am unable to
walk
. Not sure if I am missing somethingRunning into this error right away
The text was updated successfully, but these errors were encountered: