I've logged in Tiktok Live but can't find the API token
Enderwonder opened this issue · 17 comments
Do it like this;
- Open streamlabs
- Close streamlabs (DON'T GO LIVE ON STREAMLABS).
- Open the app and save the token somewhere for future use.
@Enderwonder give the new version a try. If the auto loading of the token didn't work, I added a new method to load it through the browser.
@Enderwonder give the new version a try. If the auto loading of the token didn't work, I added a new method to load it through the browser.
It pop up these two error message.
@Enderwonder give the new version a try. If the auto loading of the token didn't work, I added a new method to load it through the browser.
It pop up these two error message.
Are you using the executable or running the Python code directly? If using the executable, can you try running the code directly?
Are you using the executable or running the Python code directly? If using the executable, can you try running the code directly?
I'll try to run the code directly, but i need to download python on my laptop first
Yeah open terminal there and type
python StreamLabsTikTokStreamKeyGenerator.py
orpython3 StreamLabsTikTokStreamKeyGenerator.py
not sure if it's my python's problem
Yeah it's not added to path. The issue seem to be because of your windows language. Can you try this test version and see if it works? https://github.com/Loukious/StreamLabsTikTokStreamKeyGenerator/releases/download/v0.0.5/StreamLabsTikTokStreamKeyGeneratorTest.exe
Yeah open terminal there and type
python StreamLabsTikTokStreamKeyGenerator.py
orpython3 StreamLabsTikTokStreamKeyGenerator.py
Yeah it's not added to path. The issue seem to be because of your windows language. Can you try this test version and see if it works? https://github.com/Loukious/StreamLabsTikTokStreamKeyGenerator/releases/download/v0.0.5/StreamLabsTikTokStreamKeyGeneratorTest.exe
another error message pop up, but seems like the original problem was solved
another error message pop up, but seems like the original problem was solved
Well that confirms my suspicion. Try this https://github.com/Loukious/StreamLabsTikTokStreamKeyGenerator/releases/download/v0.0.5/StreamLabsTikTokStreamKeyGeneratorTest.exe
Well that confirms my suspicion. Try this https://github.com/Loukious/StreamLabsTikTokStreamKeyGenerator/releases/download/v0.0.5/StreamLabsTikTokStreamKeyGeneratorTest.exe
wow, that truly installed it without error message, but it failed to load config file?
Well that confirms my suspicion. Try this
v0.0.5
StreamLabsTikTokStreamKeyGeneratorTest.exe (download)wow, that truly installed it without error message, but it failed to load config file?
The config error is normal (because no config was created yet). For the second error if it's causing issues, you can try manually placing the ca.crt in that folder. You can download it here. PS: all these issues are caused by your Windows language. An easier solution is to either to install a virtual machine, download the app there and get the token then remove the virtual machine and use the original app on your current Windows by manually putting the token in the config file or use WSL (which is a bit complicated for a beginner). You can also contact me on Discord (Loukios) if you want to continue trying to fix it.