You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
hi, after running main.py on the terminal it shows this error.
"
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\bots\tiktok\TikTokToYT\main.py", line 261, in
main()
File "C:\Users\Administrator\Desktop\bots\tiktok\TikTokToYT\main.py", line 198, in main
trending = api.by_trending(count=1, custom_verifyFp="")
File "C:\Program Files\Python39\lib\site-packages\TikTokApi\tiktok.py", line 427, in by_trending
if not res["hasMore"] and not first:
KeyError: 'hasMore'
"
why is that? please can you help me to fix this?
The text was updated successfully, but these errors were encountered:
hi, after running main.py on the terminal it shows this error.
"
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\bots\tiktok\TikTokToYT\main.py", line 261, in
main()
File "C:\Users\Administrator\Desktop\bots\tiktok\TikTokToYT\main.py", line 198, in main
trending = api.by_trending(count=1, custom_verifyFp="")
File "C:\Program Files\Python39\lib\site-packages\TikTokApi\tiktok.py", line 427, in by_trending
if not res["hasMore"] and not first:
KeyError: 'hasMore'
"
why is that? please can you help me to fix this?
The text was updated successfully, but these errors were encountered: