Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Python 3.12 RuntimeError #1

Description

@deforcy

discord.py library tries to do asyncio.get_event_loop() if loop None else loop,
so asyncio doesn't like it and says: raise RuntimeError('There is no current event loop in thread %r.'

Error:

RuntimeError: There is no current event loop in thread 'Thread-1 (start_progress)'.

Solution for now, is run everything on different version of python (3.10 for example)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions