hamiltlr / discord-smtp-relay

A simple relay from SMTP to Discord webhook
1 stars 1 forks source link

"There is no current event loop" #4

Closed TheFestiveGoose closed 2 years ago

TheFestiveGoose commented 2 years ago

First, this is EXACTLY what I've been looking for.

I'm getting an error when launching the script. It outputs the following

_DeprecationWarning: There is no current event loop loop = asyncio.get_eventloop()

I'm running Python 3.10, not using docker.

hamiltlr commented 2 years ago

Hello!

I believe that error is just a warning, and the script should still work. But I'll look into getting rid of the warning.

hamiltlr commented 2 years ago

This should be fixed now, so I'm going to close the issue. Let me know if you hit any more problems!