ngovil21 / RequestChannel.bundle

Request Channel - A Plex Channel to create requests
158 stars 22 forks source link

Fixing PushBullet API issue #46

Closed jakeman2048 closed 7 years ago

jakeman2048 commented 7 years ago

It seems the PushBullet API recently disallowed SSLv3, so we now have to force TLSv1. I didn't know how to do this with Plex's HTTP.Request, so I imported URLlib2 and SSL instead.

theCheek commented 7 years ago

I overwrote my local session.py with your changes, and it fixed my pushbullet issues immediately. Many thanks.

jakeman2048 commented 7 years ago

@haxcop Sometimes you have to restart Plex. Are you also using the newest version of Plex?

ngovil21 commented 7 years ago

Looks good works for me, thanks for the fix.

@haxcop it should be in the master branch now.