-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Exception classes to RLL #115
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b4556df
to
48dcfff
Compare
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 10, 2022
This PR is technically breaking - Meaning This should be 0.10.0 and #99 should become 0.11.0 or just release both together it depends |
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 10, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 14, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 15, 2022
05a6210
to
5592e8c
Compare
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 16, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 16, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 16, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 16, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 16, 2022
…og-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
aikaterna
approved these changes
Mar 18, 2022
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 18, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 18, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 18, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 18, 2022
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 18, 2022
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 20, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 21, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 21, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 21, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 21, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Mar 22, 2022
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 28, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 28, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 29, 2022
* 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
Drapersniper
added a commit
to Drapersniper/Red-Lavalink
that referenced
this pull request
Mar 29, 2022
* 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
Jackenmen
added a commit
that referenced
this pull request
Mar 29, 2022
* WIP discord.VoiceProtocol * make similar of old socket_response behavior. * No longer pass voice_ws_func to node * Cleanup. * Fix tests. * More cleanup * More cleanup * Fix style. * hm yeah * Remove node.get_voice_ws, and replace it with client.is_closed. * Use Shard.is_closed instead of bot.is_closed. * Include methods from HTTPClient in Player. * ... forgot one. * Put back RESTClient to Player instead of Node. It needed Player.state to works properly. * Delete node._remove_player. Use player.disconnect force instead. * Add discord.py 2.0 changes * Fix unwanted voice events being passed * Fix 2/3 tests. * Reformat. * Assert from player. * Simplify this. * Improve get_channel logic (#112) * Improve get_channel logic * Update fixtures * Style changes Co-authored-by: jack1142 <[email protected]> * Fix and complete the secure connection implementation (#116) * Fix the partial implementation of a secure connection. * https 1 * address review Co-authored-by: jack1142 <[email protected]> * Add Exception classes to RLL (#115) * 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. (#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 * Major rework of shutdown and reconnect logs to avoid zombie tasks and… (#6) Co-authored-by: jack1142 <[email protected]> * conflict resolution with predas * welp * Conflict resolution between Develop and PredaaA/Feature/dpy-voiceprotocol * Add Exception classes to RLL (#115) * 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. (#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 * refix the conflict resolution * Update lavalink.py * address jack's review * typing, docs, style * address code review * type the event handler (dispatch) * Update lavalink/player.py Co-authored-by: jack1142 <[email protected]> * missed this? * Update lavalink.py Co-authored-by: PredaaA <[email protected]> Co-authored-by: aikaterna <[email protected]> Co-authored-by: jack1142 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Second