Russell-Newton / TikTokPy

Extract data from TikTok without needing any login information or API keys.
https://pypi.org/project/tiktokapipy/
MIT License
203 stars 25 forks source link

[QUESTION] Data scraping unable to complete in 30.0s #46

Closed konax3 closed 1 year ago

konax3 commented 1 year ago

Hi to all Until yesteday this piece of code was working well:

_with TikTokAPI() as api:
    user = api.user(username)
    for video in user.videos:_

but now i'm always received a error message:
Data scraping unable to complete in 30.0s (retries: 0)

Do you have any idea? Is possible TikTok change something in his webpage? I've modified the timeout to 300s and continues the same error.

K.R.

konax3 commented 1 year ago

i don't know why, but now is working again :S