Skip to content

Conversation

@ingo-m
Copy link

@ingo-m ingo-m commented Aug 31, 2020

When running TikTokAPI-Python in a subthread, I encountered an error:

RuntimeError: There is no current event loop in thread 'ThreadPoolExecutor-0_0'.

This RuntimeError does not occur when I use TikTokAPI-Python directly in a script (i.e. in the main python thread), but it does occur when calling TikTokAPI-Python from another (multithreaded) application. As far as I can see, if not running in the main thread, it's necessary to create & set a new event loop.

My proposed solution should not alter anything if running in the main thread, but avoid trouble otherwise.

@balmacefa
Copy link

balmacefa commented Jan 9, 2022

You can also use https://github.com/erdewit/nest_asyncio

import nest_asyncio
nest_asyncio.apply()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants