Open ketanmalempati opened 8 months ago
Both of these examples are currently working for me! Unfortunately due to the nature of this library, errors will heavily vary by location and network conditions. I would encourage you to try debugging it yourself and see if you find a fix! As hints though: The comment example error is likely because the page didn't load in time, and the HTML you're getting from TikTok is different from the HTML I'm getting. And for the JSONDecodeErrror, it looks like the library received some kind of JSON that the default decoder couldn't decode. Try figuring out why that is!
I am getting the following error while running comment example.py
User example.py is giving this error
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 2 column 5 (char 6)