-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
urllib3 complains with a SecurityWarning #39
Comments
@yarekt Thanks a lot for your report! 👍 This problem is linked with your version of Python. See here: urllib3/urllib3#497
I've just disabled this urllib3's warning directly from PlatformIO. Try $ pip uninstall platformio
$ pip install https://github.com/ivankravets/platformio/archive/develop.zip P.S: Please don't forget to upgrade to the new release when it will be available. You can be informed about it via Twitter - follow PlatformIOTool. |
@ivankravets Thanks for looking into this so quickly! I've tried out the change, it does get rid of the SSL warning, but the error about the API is still there:
What does the error mean?
Could this be something related to my python installation? Is there any way to find out what URL is it trying? |
I've just installed Python 2.7.2 in the virtualenv and I reproduced this bug. Give me a few minutes... Sorry. |
Can you upgrade development version of PlatformIO? $ pip install https://github.com/ivankravets/platformio/archive/develop.zip |
@ivankravets legend! That fixes the problem |
Happy coding with PlatformIO 😄 |
Having a problem with urllib3 and SSL it seems. This is just following the quickstart, empty project, adding arduino micro into platforms and doing run.
I'm on OSX 10.8.5, Python 2.7.2. Reinstalled urllib3 with latest version from pip.
The text was updated successfully, but these errors were encountered: