carcabot / tiktok-signature

Generate tiktok signature token using node
733 stars 283 forks source link

Empty Response #211

Open MyNameJeff12123 opened 4 months ago

MyNameJeff12123 commented 4 months ago

Still receiving empty responses.

Any Fixes?

monty-dev commented 4 months ago

Provide more details on the requests you're making. I'm getting expected responses.

MyNameJeff12123 commented 4 months ago

I am using the user-videos.js example with my sec user id

MyNameJeff12123 commented 4 months ago

I am using your version without issue.

johnsmith765 commented 4 months ago

Same problem. Getting empty response using the new updated code

ocsi94 commented 4 months ago

With node 17 or higher the request almost always empty With node 16 or lower ther request almost always fulfilled

can anyone found it out why?

FrancoBM12 commented 4 months ago

The same thing happens when I want to sign a websocket url. The result of the response is 200, but the body is empty.

zakrian07 commented 4 months ago

I'm getting same issue

zakrian07 commented 4 months ago

when using proxy it work after 4-5 retries @carcabot is there any update as tiktok api give response in 2 sec and it leading my api to 30-40 sec due to retries

ocsi94 commented 4 months ago

With node 17 or higher the request almost always empty With node 16 or lower ther request almost always fulfilled

can anyone found it out why?

Now its not working on node 16 or lower either.

MyNameJeff12123 commented 4 months ago

I use node v20, works fine. Sent from my iPhone 13 Pro MaxOn 14 May 2024, at 10:54, Baraksó Gyula @.***> wrote:

With node 17 or higher the request almost always empty With node 16 or lower ther request almost always fulfilled can anyone found it out why?

Now its not working on node 16 or lower either.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

zakrian07 commented 3 months ago

im still getting empty response

pthieu commented 3 weeks ago

empty response, node 22 there's a comment:

// If you're getting empty results change the verifyFp, msToken, X-Bogus and _signature params

tried this, didn't work