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 with parsing urlencoded requests #46

Open
alufers opened this issue May 17, 2023 · 2 comments
Open

Error with parsing urlencoded requests #46

alufers opened this issue May 17, 2023 · 2 comments

Comments

@alufers
Copy link
Owner

alufers commented May 17, 2023

d04b127#r113463641

AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
parse_qsl seems to return list of string pairs already.

@vividsystem
Copy link

vividsystem commented Nov 3, 2023

https://docs.python.org/3/library/urllib.parse.html

Parse a query string given as a string argument (data of type application/x-www-form-urlencoded). Data are returned as a list of name, value pairs.

This is the description I could find on the official docs. I get the same issue

@vividsystem
Copy link

Fixed it with #103

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

2 participants