sepezho / tik-tok-bot

NodeJs TikTok bot that upload tiktoks automatically via terminal
https://github.com/SEPEZHO/tik-tok-bot
24 stars 5 forks source link

Some issue how to debug ... #2

Open sktechnology opened 2 years ago

sktechnology commented 2 years ago

I am on ubuntu 20 ... setup and convert cookie work i am in command line.

i start the main.js and i have this message

node ./main.js

╔═════════════╣ Have 1 to upload ╠═════════════╣ ╠═════ /root/tik-tok-bot/videos/1.mp4 (1 of 1) Start

I look at process and firefox run but the upload is never done... i have un comment the line options.addArguments("-headless");

any idea to debug and find the issue ?

sktechnology commented 2 years ago

I have installed graphic interface for see the problem, the cookie convert dont work

.filter((e) => e[5] === "sit_tt")

.filter((e) => e[5] === "sid_tt")

i am logged now ... working on tring to upload

sktechnology commented 2 years ago

the problem with the upload now the element is inside a frame ... we looking for fix that, i dont know if you have a idea to fix this issue