Pycharm internal error in Threading.Timer.join Follow
Calling join() on a timer is producing:
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.1\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 1767, in pydevd_find_thread_by_id
pydevd_log(1, "Available: %s\n" % [get_thread_id(t) for t in threads] % thread_id)
TypeError: not all arguments converted during string formatting
Please sign in to leave a comment.
Trickyw
I encountered the same error, how did you sort it out?
Does it happen only when you run your code in Python Console?
If so, please provide a code snippet that reproduces the issue.
Hi Sergey Karpov,
Please check this issue:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009628320-Pycharm-debugger-internal-error
as for your question, no I'm not facing these issues when running the code from the terminal/python console