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

Wheel and URL issue resolution #61

Open
joshkulick opened this issue Dec 1, 2024 · 0 comments
Open

Wheel and URL issue resolution #61

joshkulick opened this issue Dec 1, 2024 · 0 comments

Comments

@joshkulick
Copy link

Update wheel package

python -m pip install --upgrade wheel

Update TikTok API URL

  1. Open main.py in your text editor
  2. Find this line near the top of the file:
    API_BASE_URL = f"https://api16-normal-v6.tiktokv.com/media/api/text/speech/invoke/"
  3. Replace it with:
    API_BASE_URL = f"https://api16-normal-useast5.us.tiktokv.com/media/api/text/speech/invoke/"
  4. Save the file and run your script as normal

That's it! The script should now work with the updated API endpoint.

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

1 participant