davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
347 stars 61 forks source link

Not secure #9

Closed Abdulsamipy closed 4 years ago

Abdulsamipy commented 4 years ago

Hi, so im trying to run the bot and whenever im starting it im getting the following log on cmd

[18252:16376:0307/145527.641:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145527.643:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145528.049:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145528.065:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145528.094:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145528.253:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [18252:16376:0307/145534.177:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -202 [1688:18952:0307/145534.181:ERROR:gcm_channel_status_request.cc(145)] GCM channel request failed.

and in the browser it says the website is not secure and the tiktok website is not loading Capture

davidteather commented 4 years ago

New version has been released. It requires an updated TikTokApi.

Just run

pip install TikTokApi --upgrade

Download the code again and run the tiktokbot.py python file.