Ingo Marquardt

Results 3 issues of Ingo Marquardt

When running `TikTokAPI-Python` in a subthread, I encountered an error: ```bash RuntimeError: There is no current event loop in thread 'ThreadPoolExecutor-0_0'. ``` This RuntimeError does **not** occur when I use...

Great project, thanks for making it available! I noticed that when requesting video metadata by username, using [getVideosByUserName()](https://github.com/avilash/TikTokAPI-Python/blob/fea9a29d0c15fca40c57316f5b7349bd4b3f9ead/TikTokAPI/tiktokapi.py#L106), the results have a different structure than when requesting by hashtag, using...

### System Info The bug as described below occurs locally on my system with the following specs, and on google colab (see below for reproducible example): ```shell - System: Ubuntu...

bug
onnxruntime