-
Notifications
You must be signed in to change notification settings - Fork 13
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 since today #7
Comments
yess same ! thanks for all ! |
Hi, I just noticed that I can run the following program without error:
Only with python3.6 Here are the outputs I have:
Have a great day ! |
Any update on this? |
Yes, I'm pretty sure it's related to the python version. |
I guys ! Sorry for not replying I was on vacation. I will look into this in the following week. |
I have just tested with python3.7.6 and request==2.19.1 and it worked fine ! |
any updates? |
@aime-risson |
Works OK with python 3.9.2 and requests==2.19.1. Failed with newer requests (2.23.1 maybe). |
Updated to python 3.11.1 and still worked. Then upgraded requests to 2.28.1. Still worked. The most recent working version for urllib3 is 1.24.3. |
pip install --force-reinstall -v "urllib3 ==1.21.1" worked like a charm |
Hello there ! First of all, thank you for this wrapper, it's been very usefull for me and my friends.
Then I made a bot that scan some page basing on the search tag you give him and then play a sound when a new article is posted on it, here is the code for the first request I send:
And everything was fine until today, but now, when I to use it, I have this error :
Could you please tell me if something is wrong or how to fix it ? thank you
The text was updated successfully, but these errors were encountered: