belguawhale / Discord-Werewolf

A discord bot that runs a game of Werewolf.
MIT License
81 stars 52 forks source link

Unclosed client session ERROR (Resolved) #30

Closed abdulrabiu closed 6 years ago

abdulrabiu commented 6 years ago

Whenever I try to open the bot to use it for my server, I run into this error: Unclosed client sessionclient_session: <aiohttp.client.ClientSession object at 0x10d11e3c8>, I have followed all the instructions to set up the bot but now I am stuck on this issue. It seems to be an error with the aiohttp python library but I am hoping you might know what is causing this.

I am running Python v3.6.5_1, I have Homebrew installed and I am using a macOS Sierra v10.12.6 (16G1212). If you need any other specs, please tell me. Thank you.

It turned out I was opening the program in the terminal, not in Python.