-
Notifications
You must be signed in to change notification settings - Fork 79
Tutorial doesn't work #174
Comments
You have provided no useful information to debug this issue with, such as:
For your logging issue it looks like your trying to set the log level to an integral value, which makes no sense, did you find that somewhere in the docs? In the future please try to elaborate on the issue your having and provide all the information that could help someone reproduce or narrow down the problem your having. |
Console Output(basic information about the connection to the WebSocket)
Part of the tutorial I am attempting: https://github.com/b1naryth1ef/disco/blob/master/docs/bot_tutorial/first_steps.md My plugin file(same as in the tutorial but named
My config file:
The command used for executing the bot:
OS: Ubuntu 18.04 I tested it by pinging the bot with the message |
Regarding the log level: It was my mistake that I thought that the log 'level' was supposed to be integral |
I followed up with the tutorial, and everything functioned fine until I tried to test the command and nothing showed up in the console except for the basic connection info. I tried to check the issue by increasing the log level but it turns out that log level is broken as well:
AttributeError: module 'logging' has no attribute '1'
The text was updated successfully, but these errors were encountered: