You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: