Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
282 stars 165 forks source link

When an improper token is passed, or the bot is stopped, the aiohttp session remains unclosed. #60

Closed TheOnlyWayUp closed 2 years ago

TheOnlyWayUp commented 2 years ago

Title, only happens at times when I ctrl c the bot but happens consistently when an improper token is passed. I'm not sure if this also happens in dpy but I've never noticed it. Also, you did a great job with the bot, it exceeds expectations, has a great config and is well made overall, also nice how it registers all guilds on start. Gj :D

Raptor123471 commented 2 years ago

I run mine as a linux service and have not seen this. What are the effects of this session remaining open?

Raptor123471 commented 2 years ago

No response