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

url encode issue #42

Open
DaiZack opened this issue May 9, 2022 · 0 comments
Open

url encode issue #42

DaiZack opened this issue May 9, 2022 · 0 comments

Comments

@DaiZack
Copy link

DaiZack commented May 9, 2022

Some url as special character, better to use quote before construct the URL for the request.

In client.py

row 189.

change to url = urllib.parse.urljoin(self.base_url, urllib.parse.quote(path))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant