axelmierczuk / sportyfin

A way to scrape sports streams for use with Jellyfin.
MIT License
62 stars 11 forks source link

Error occurred bypassing bitly #9

Open neek0la opened 1 year ago

neek0la commented 1 year ago

I have this error when trying to generate the stream then i have another (HTTPSConnectionPool) that crashes the docker container I understand that this is no longer maintained but thought i would give it a shot

image
bbrandt94 commented 1 year ago

Same issue here. Was trying to learn the code myself to see if I could get this working. Looks like no one is maintaining it anymore.

axelmierczuk commented 1 year ago

Hey guys, yeah I'm not maintaining this anymore but the HTTPSConnectionPool error may be fixable by setting verify=False in the request, or handling the error appropriately. This is likely because the website has faulty SSL certs.

https://stefvanlooveren.me/errors/how-fix-sslerrore-requestrequest-requestsexceptionssslerror-httpsconnectionpool

bbrandt94 commented 1 year ago

Thank you very much for the reply! I will check this out 👍