-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): #342
Comments
did u find a fix ? |
Yes, thanks
β¦On Thu, 4 Jul 2024 at 2:18β―AM DerekDM15 ***@***.***> wrote:
did u find a fix ?
β
Reply to this email directly, view it on GitHub
<#342 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCZF2OGN23IT77YVGZLWALTZKSBE5AVCNFSM6AAAAABIIKTNDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBXGQ3TENZRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
How did you do it ? I am getting this error. |
Sorry I thought different email, this tiktokpy is scam donβt bother looking
on to it
β¦On Thu, 4 Jul 2024 at 2:35β―AM DerekDM15 ***@***.***> wrote:
How did you do it ?
I am getting this error.
pydantic.error_wrappers.ValidationError: 1 validation error for FeedItems
*root* -> 3 -> author -> verified
field required (type=value_error.missing)
β
Reply to this email directly, view it on GitHub
<#342 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCZF2OA6XA2KXQU6VMRRHMDZKSDDZAVCNFSM6AAAAABIIKTNDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBXGUYTEOJYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
oh okay thank you |
did you find any alternatives toa this though ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I face this issue when I start it:
π Getting trending items
π Getting trending en: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 5/5 [00:00<00:00, 999.98it/s]
2024-05-25 01:57:57 | INFO | πΉ Found 5 videos
2024-05-25 01:57:58 | INFO | β TikTokPy finished working. Session lasted: 12 seconds
Traceback (most recent call last):
File "C:\Users\xFaneZz\Desktop\New folder (2)\tiktokpy-master\quickstart.py", line 37, in
asyncio.run(main())
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self.loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\xFaneZz\Desktop\New folder (2)\tiktokpy-master\quickstart.py", line 9, in main
trending_items = await bot.trending(amount=5)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\xFaneZz\Desktop\New folder (2)\tiktokpy-master\tiktokpy\bot_init.py", line 82, in trending
_trending = FeedItems(root=items)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pydantic\main.py", line 341, in init
raise validation_error
pydantic.error_wrappers.ValidationError: 2 validation errors for FeedItems
root -> 3 -> author -> avatarLarger
ensure this value has at least 1 characters (type=value_error.any_str.min_length; limit_value=1)
root -> 3 -> author -> verified
field required (type=value_error.missing)
The text was updated successfully, but these errors were encountered: