sudoguy / tiktokpy

Tool for automated TikTok interactions
MIT License
711 stars 146 forks source link

Traceback (most recent call last): #342

Open xifanezz opened 3 months ago

xifanezz commented 3 months ago

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)

DerekDM15 commented 2 months ago

did u find a fix ?

xifanezz commented 2 months ago

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 https://github.com/sudoguy/tiktokpy/issues/342#issuecomment-2207472714, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCZF2OGN23IT77YVGZLWALTZKSBE5AVCNFSM6AAAAABIIKTNDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBXGQ3TENZRGQ . You are receiving this because you authored the thread.Message ID: @.***>

DerekDM15 commented 2 months ago

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)

xifanezz commented 2 months ago

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 https://github.com/sudoguy/tiktokpy/issues/342#issuecomment-2207512982, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCZF2OA6XA2KXQU6VMRRHMDZKSDDZAVCNFSM6AAAAABIIKTNDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBXGUYTEOJYGI . You are receiving this because you authored the thread.Message ID: @.***>

DerekDM15 commented 2 months ago

oh okay thank you

DerekDM15 commented 2 months ago

did you find any alternatives toa this though ?