Expecting value: line 1 column 1 (char 0) issue with save_hashtag_video_urls()
See original GitHub issueThanks for all your hard work in this module! I’ve been using it to scrape TikTok videos by hashtag for a research study, but today when I try to run save_hashtag_video_urls() with any hashtag, I keep getting the following output:
Expecting value: line 1 column 1 (char 0)
Expecting value: line 1 column 1 (char 0)
Expecting value: line 1 column 1 (char 0)
Expecting value: line 1 column 1 (char 0)
Expecting value: line 1 column 1 (char 0)
and it keeps repeating. I’m still able to use the other functions, and I first noticed this issue around 12 pm CDT today. Would this be an issue with the TikTok API changing?
Issue Analytics
- State:
- Created 10 months ago
- Reactions:3
- Comments:53 (21 by maintainers)
Top Results From Across the Web
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Show activity on this post. I am getting error Expecting value: line 1 column 1 (char 0) when trying to decode JSON. The...
Read more >Expecting value: line 1 column 1 (char 0) · Issue #615 - GitHub
Hi guys, Yesterday I could retrieve the calender info with any issues, trying it this morning (same code), I received the following error ......
Read more >trying to create page with api: message "Expecting value
Expecting value : line 1 column 1 (char 0). (100% received and 100% Xferd, but error on line 1 column 1 instead of...
Read more >Expecting value: line 1 column 1 (char 0) | JSONDecodeError
json.decoder.JSONDecodeError: Expecting value : line 1 column 1 ( char 0 )In this video we will be discusing various causes leading to ...
Read more >Expecting value: line 1 column 1 (char 0) in Python - YouTube
raise JSONDecodeError("Expecting value", s, err.value) from None ,json.decoder.JSONDecodeError: Expecting value : line 1 column 1 ( char 0 ) ...
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 Free
Top 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
OK, I looked into this over the weekend and have a few observations:
comments
, it’s been blank for every video I’ve checked./api/comment/list/
, resend the request with all necessary URL params, and capture the results.I hesitate to implement anything using Selenium for several reasons:
But if anyone figures out anything faster for comments between now and then, LMK and I’ll consider implementing it.
@Jmallone I’m willing to wait and see in the short term (also because I have other commitments…) but I will at least fix the search function, likely over the next few days