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
I think this is a convenience with joining paths. Are you joining the URL-Path with os.path.join?
When it's coming to on-disk-paths python can handle \ or / in whatever OS it is. On windows os.path.join joins with \ and on unix systems it joins with /. When you join a URL on windows it joins a \ instead a /.
When i replace the \ (right before final.zip in the upper URL) with an / I can access the file manually.
The text was updated successfully, but these errors were encountered: