lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.68k stars 261 forks source link

What will happen when #945

Closed HOLYMDZ closed 8 months ago

HOLYMDZ commented 8 months ago

Checklist

Write stuff here

I encountered an SSL error while downloading VODs and chats, and I'm wondering what will happen to the final files I receive. Thanks a lot if anyone can lend me a hand.

TwitchDownloaderCLI 1.54.0 Copyright (c) lay295 and contributors [STATUS] - Fetching Video Info [1/5] [STATUS] - Downloading 49% [2/5][23384:11952:0114/215230.476:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215230.614:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215230.741:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215230.855:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [STATUS] - Downloading 100% [2/5] [STATUS] - Verifying Parts 100% [3/5] [STATUS] - Combining Parts 100% [4/5] [STATUS] - Finalizing Video... [5/5] [23384:11952:0114/215730.491:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215730.612:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215730.759:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [23384:11952:0114/215730.868:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -100 [STATUS] - Finalizing Video 100% [5/5]TwitchDownloaderCLI 1.54.0 Copyright (c) lay295 and contributors [STATUS] - Downloading 99% [STATUS] - Backfilling commenter info [STATUS] - Writing output file

And I am also using selenium in my code, maybe this is the output of selenium?

ScrubN commented 8 months ago

And I am also using selenium in my code, maybe this is the output of selenium?

This does not look like the SSL error output from .NET, so it is probably from selenium. You can see an SSL error from .NET example in #934.

HOLYMDZ commented 8 months ago

Thank you, I found out later that day when I run out of all my data allowance, it will stop without the final output file, and I checked some of the m4a files and found no glitch in them.