TobyG74 / tiktok-api-dl

Scrapper for download Video, Image, Music from Tiktok
Apache License 2.0
69 stars 18 forks source link

Error with TiktokStalk #4

Closed nedsion closed 12 months ago

nedsion commented 1 year ago

i try this:

const { TiktokStalk } = require("@tobyg74/tiktok-api-dl")

const username = "tobz2k19"

TiktokStalk(username).then((result) => {
  console.log(result)
})

and got this error:

{
  status: 'error',
  message: 'Client network socket disconnected before secure TLS connection was established'
}
TobyG74 commented 12 months ago

I've updated it