-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
[BUG] - TikTokApi.exceptions.EmptyResponseException: None -> TikTok returned an empty response #1188
Comments
+1 |
2 similar comments
+1 |
+1 |
Check out this open issue, might help you resolve the issue! #1179 (comment) |
thank you.I will review this open issue.
|
this is not working solution
…On Sun, Sep 1, 2024 at 4:27 PM よねかん(YONEDA KAN) ***@***.***> wrote:
thank you.I will review this open issue.
Check out this open issue, might help you resolve the issue! #1179
(comment)
<#1179 (comment)>
—
Reply to this email directly, view it on GitHub
<#1188 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPI5XP7SIFEZRHI72E25WLZUL23JAVCNFSM6AAAAABM4WZTYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGI4TONRTGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Describe the bug
The TikTokApi is returning an empty response when trying to fetch user information, resulting in an EmptyResponseException.
The buggy code
Expected behavior
The code should fetch and print user information, videos, and playlists for the user "therock".
Error Trace (if any)
Desktop (please complete the following information):
Additional context
user.info()
. The API is returning an empty response, which is causing an EmptyResponseException to be raised. This prevents the rest of the code (fetching videos and playlists) from executing.ms_token
is obtained from the user's own browser.The text was updated successfully, but these errors were encountered: