TikTok-Chat-Reader icon indicating copy to clipboard operation
TikTok-Chat-Reader copied to clipboard

Connection issue

Open korijsA opened this issue 2 years ago • 2 comments

I'm suddenly receiving the error

Request failed with status code 500

I get this error when I run it locally and on your demo page. What's strange is that it was working perfectly fine earlier today. Any assistance in resolving this issue would be appreciated.

korijsA avatar May 14 '23 20:05 korijsA

It most likely means t hat Tiktok has blocked your IP address. Try using a VPN and see if this fixes the issue. If it does then your IP is blocked and you will need to use a VPN to connect.

dpMerchant avatar Dec 05 '23 06:12 dpMerchant

fixed : modify the tiktok-live-connector version to "tiktok-live-connector": "^1.0.6" or copy and paste that : { "dependencies": { "dotenv": "^16.0.0", "express": "^4.17.2", "socket.io": "^4.4.1", "tiktok-live-connector": "^1.0.6" } } in the package.json

solexo avatar Jan 17 '24 21:01 solexo