79809454

Date: 2025-11-04 22:38:09
Score: 2
Natty:
Report link

The following helped me with a TypeError: 'Task' object is not callable error in PyCharm when running the debugger. I was using the scrapy library and it behaved in the same way as your error while debugging, but I suspect that you are seeing a similar issue with the asyncio library.

This is taken from the following answer: Cannot debug script with trio_asyncio in PyCharm

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): seeing a similar issue
  • Low reputation (0.5):
Posted by: Nikolai Kummer