-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Yarl 1.0.0 drops unquote #1258
Comments
I don't think this is an issue with the bot, it looks like a version mismatch with your aiohttp and yarl versions. But out of curiosity, what is your aiohttp version? |
@Tobotimus I don't have issue with aiohttp 2.2.5 and yarl 0.16.0. The issue is posted after a case I handled on v3support with aiohttp 2.2.5 and yarl 1.0.0 Wyn case also on the same version, aiohttp 2.2.5 and yarl 1.0.0 |
See aio-libs/aiohttp#2662, aiohttp<2.3.8 is incompatible with yarl>=1.0.0 (1.0.0 was only released about 24 hours ago). As a workaround you should downgrade to yarl 0.18.0 with something like |
I recommend a hard lock to 0.18 for Yarl until we're 1.0 compatible |
Good point Kowlin. Gonna reopen this until #1262 is merged |
Please be sure to read through other issues as well to make sure what you are suggesting/reporting has not already
been suggested/reported
Type:
Brief description of the problem
do redbot-setup with yarl 1.0.0 installed
Expected behavior
redbot setup work
Actual behavior
redbot setup failed
traceback as follow (taken from v3support)
Steps to reproduce
reference : https://pypi.python.org/pypi/yarl/1.0.0 | https://github.com/aio-libs/yarl/pull/155/files
The text was updated successfully, but these errors were encountered: