INCT-DD / tiktok-sdk

Async wrapper for the TikTok research API
https://inct-dd.github.io/tiktok-sdk/
GNU Affero General Public License v3.0
1 stars 0 forks source link

[bug] TikTok Research API always returns status code 500 on the Playlist info endpoint #26

Open alexandreteles opened 3 weeks ago

alexandreteles commented 3 weeks ago

That resulted on us having to do this super ugly hack to ignore the error 500 and try to validate the response anyway:

image

Am I proud of this? No, but they forced my hand.