DrewStewart7 / ShortFormGenerator

Generates short form videos (1080x1920) using content from TikTok. Please do not post the generated content anywhere, as it belongs to it's original TikTok creator.
34 stars 8 forks source link

Error with API non syntax #1

Closed Fitsbit closed 4 months ago

Fitsbit commented 6 months ago

Hey man, liked the idea and wanted to try it out but got this error: any idea why and can you help me with it?

2024-02-17 18:29:58,814 - TikTokApi.tiktok - ERROR - Got an unexpected status code: {'log_pb': {'impr_id': '20240218022959A4C5CEC0BD98BF640B62'}, 'statusCode': 10201, 'statusMsg': '', 'status_code': 10201, 'status_msg': ''}

image

DrewStewart7 commented 6 months ago

Hi. Thank you for being interested in the project! I'm sorry you're having an issue with it. This seems to be an issue with the TikTokApi. A quick google search doesn't shed much light on a possible solution. Just to check, did you modify the code at all to make the browser headless? If so, I did find an example of someone else having the same issue and making it headless = False fixed it for them. If you didn't modify the code, what is your operating system and are you able to access TikTok on your machine? Also, does a browser open when you run the program?