-
Notifications
You must be signed in to change notification settings - Fork 4
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
Open SSL issue on MacOS Sierra #3
Comments
No idea sorry - I'll check with a workmate who runs MacOS Sierra tomorrow. :-) |
Hmmm. Does this happen for every stream segment, or just the occasional one? Now that I think about it, I seem to get this issue too. It appears to happen when a stream segment doesn't download properly, which causes decrypting it to fail because it's malformed. The script automatically rejects these segments and tries to download them again. Here you can see it failing to download segment 1042 a few times before succeeding and moving onto 1043:
I should probably make the script say "Failed downloading segment, trying again..." or something. That said, if this is happening for EVERY segment, it's likely your cookies.txt are incorrect, or the script has failed to download the keys that are used to decrypt the video segments. |
Yes, it happens on every segment. I try on different games, even those I know was working before. I tried with the keys, the cookies.txt file... nothing. |
Hello,
thanks for this perfect script, I really needed it because I am in Europe and can't watch the games live. With your script, I can bring them anywhere!
Everything was working perfect until I decided to go on the new MacOs version, Sierra, and then, it seems like there is an issue with open ssl, here is the error message:
"error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-64/src/crypto/evp/evp_enc.c:330:"
I tried to update open ssl, but still the same error
Do you have any idea of how to help?
Regards
lunatix
The text was updated successfully, but these errors were encountered: