[BUG] - Getting videos by Hashtag stopped working
See original GitHub issueGetting an exception:
Tag #viral, Error: Expecting value: line 1 column 1 (char 0)
It fails at this code:
with TikTokApi() as api:
tag = api.hashtag(name="viral")
print(tag.info())
->for video in tag.videos():
print(video.id)
the for loop fires the exception and return 0 videos
This is the log output
urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): m.tiktok.com:443
urllib3.connectionpool - DEBUG - https://m.tiktok.com:443 "GET /api/challenge/detail" 200 308
urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): us.tiktok.com:443
urllib3.connectionpool - DEBUG - https://us.tiktok.com:443 "GET /api/challenge/item_list" 200 0
batch - ERROR - Tag #viral, Error: Expecting value: line 1 column 1 (char 0)
It was working perfectly on production, code above is a simplified example of my code, the issue happens with or without a proxy It was working up to the Nov 15th
Issue Analytics
- State:
- Created 10 months ago
- Comments:24
Top Results From Across the Web
Hashtags Not Working? Here's 10 Reasons Why and How to ...
In this article, we will look at 10 reasons why your hashtags might not be working and how you can fix them to...
Read more >[English] Hashtags are not Working? | 100% Proven Fix
[English] Hashtags are not Working ? | 100% Proven Fix | Youtube Hashtag Not visible Bug Solution. Watch later. Share. Copy link.
Read more >My hashtags don't work on Instagram (How to fix it)
Have your hashtags stopped working? In this post, I'll share why hashtags don't work on Instagram and how to fix it!
Read more >Instagram Hashtags Not Working? (Here are 8 Reasons Why)
Reason #1 for Instagram Hashtags Not Working: Your Profile Has Been Shadowbanned or Flagged as Spam. This is one of the main culprits...
Read more >Instagram Hashtags Not Working [+57 Banned Hashtags)
When Instagram Hashtags not working, users are very affected by it. Instagram Hashtags Not Working Solution is very easy to fix it.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1
@mandys, i was try hit with full request params and response is blank… how you solve this issue?