issues
search
Russell-Newton
/
TikTokPy
Extract data from TikTok without needing any login information or API keys.
https://pypi.org/project/tiktokapipy/
MIT License
213
stars
28
forks
source link
#6 - Handle JSONDecodeError in routing
#7
Closed
Russell-Newton
closed
1 year ago
Russell-Newton
commented
1 year ago
Bug from updating to use features implemented in Playwright v1.29 (2fc7974ad882b5f47e3928e4a71b82aaa28d104b):
Response.json()
throws a JSONDecodeError on an unparseable body
Catch and fulfill without continuing
Russell-Newton
commented
1 year ago
This fixed the problem in #6
Response.json()
throws a JSONDecodeError on an unparseable body