richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

requests.exceptions.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol #112

Closed Animal79 closed 7 years ago

Animal79 commented 7 years ago

I've installed it on raspberry pi and I receive this error requests.exceptions.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol when I try pb = Pushbullet(api_key) Could someone help me?

Thanks, Carmine

simonporter007 commented 7 years ago

Seems same as issue #103 and #106 can you please try upgrading openssl and pyOpenSSL libraries as described there? It resolved the issue for the original posters.

kovacsbalu commented 7 years ago

@Animal79 pyOpenSSL-0.13 fixed my problem