Skip to content

Commit

Permalink
Add Exception classes to RLL (Cog-Creators#115)
Browse files Browse the repository at this point in the history
* Add RLL Specific errors and use them where appropriate

* update exception name to remove "exception" and keep naming consistent with others

* Add a Trace Logger class and use is across RLL to reduce log spam. (Cog-Creators#119)

* Add a Trace Logger class and use is across RLL to reduce log spam.

* formatting

* Tweaks

* fix wrong typehint

* change from debug to verbose

* update logs to not dump handled traceback on console

* add some logging around `lavalink.close()`

* add missing callback to tasks

* reorder for better logging

* Add RLL Specific errors and use them where appropriate

* conflict resolution + cleanup
  • Loading branch information
Drapersniper committed Mar 20, 2022
1 parent 5d9aa52 commit a0fc215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lavalink/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import string
import typing
from collections import namedtuple
from typing import KeysView, List, Optional, ValuesView

import aiohttp
from discord.backoff import ExponentialBackoff
Expand Down

0 comments on commit a0fc215

Please sign in to comment.