Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
370 stars 102 forks source link

403 forbidden when trying to get room ID #70

Closed rando-username closed 1 year ago

rando-username commented 1 year ago

Similar symptoms as https://github.com/Michele0303/tiktok-live-recorder/issues/37

Adding a print(response) after this line https://github.com/Michele0303/tiktok-live-recorder/blob/d1a043781e7ca5e16b49e7d417b53a56b89c78b1/tiktokbot.py#L234C14-L234C14 just says 403 forbidden

bakuchanlove commented 1 year ago

Also having same problem from few hours ago :(

Michele0303 commented 1 year ago

You turned down the delay too much

rando-username commented 1 year ago

Sorry, what do you mean by delay? I don't see any setting pertaining to that. My only command used is

python main.py -user <username> -mode automatic -ffmpeg

Also, this has persisted even after I stopped the command for more than a day. Do you have a remedy you can suggest @Michele0303 ?

nicolas916 commented 1 year ago

Same, I am having this issue and am interested in knowing how to adjust this delay. The issue started happening in the middle of the day, without me changing anything.

rando-username commented 1 year ago

Related: #73

Michele0303 commented 1 year ago

Unfortunately tiktok after a while, it blocks your ip. One possible solution would be to raise the delay between requests.

image