-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
🐛BugSomething isn't workingSomething isn't working
Description
Describe the Bug
When using the builtin vscode python debugger to start bot.py, the following warning occures:
PYDEV DEBUGGER WARNING:
sys.settrace() should not be used when the debugger is being used.
This may cause the debugger to stop working correctly.
If this is needed, please check:
http://pydev.blogspot.com/2007/06/why-cant-pydev-debugger-work-with.html
to see how to restore the debug tracing back correctly.
Call Location:
File "C:\Python310\lib\site-packages\gevent\threadpool.py", line 162, in _after_run_task
_sys.settrace(None)
To Reproduce
Open the repository in vscode and launch the bot with vscode's debugger attached by pressing F5.
Expected behaviour
No response
Screenshots
No response
Metadata
Metadata
Assignees
Labels
🐛BugSomething isn't workingSomething isn't working