discord.py-self
discord.py-self copied to clipboard
Terminal color output regression since last release.
Summary
Terminal colors fail.
Reproduction Steps
1 Install latest release (which is not really working anymore) 2 Run in PyCharm, observe color coded log messages. 3 update to current master 4 run in PyCharm, observe that the colors are gone. I originally thought this was a PyCharm issue, as colors works in VScode, and posted this: https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
But I realize there is something odd about the current master that causes PyCharm to fail.
Code
(just about anything that uses the library)
Expected Results
colors, also in PyCharm, as it was in last release
Actual Results
see screenshot in https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
System Information
- Python v3.12.3-final
- discord.py-self v2.1.0-alpha
- discord.py-self metadata: v2.0.0
- aiohttp v3.9.4
- system info: Linux 6.8.0-22-generic #22-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 22:30:32 UTC 2024
Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shared the entire traceback.
- [X] I am using a user token (and it isn't visible in the code).