Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection issue #32

Open
korijsA opened this issue May 14, 2023 · 2 comments
Open

Connection issue #32

korijsA opened this issue May 14, 2023 · 2 comments

Comments

@korijsA
Copy link

korijsA commented May 14, 2023

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.

@dpMerchant
Copy link

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.

@solexo
Copy link

solexo commented Jan 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants