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

module 'urllib' has no attribute 'quote_plus' #172

Open
GabrielSSAlmeida opened this issue Mar 9, 2023 · 0 comments
Open

module 'urllib' has no attribute 'quote_plus' #172

GabrielSSAlmeida opened this issue Mar 9, 2023 · 0 comments

Comments

@GabrielSSAlmeida
Copy link

GabrielSSAlmeida commented Mar 9, 2023

When trying to use the 'delete_intent' method, the error "module 'urllib' has no attribute 'quote_plus'" occurred.

To solve it I had to change the import from 'import urllib' to 'import urllib.parse' , change the method call from 'urllib.quote_plus()' to 'urllib.parse.quote_plus()' and it worked.

Can anyone confirm that the changes I made are correct? I'm a beginner in programming.

Sorry for the English, I'm using Google Translate.

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