Closed bobsburgers closed 2 months ago
Tested with 3.9 and still getting the same error.
Ok its 2 issues. 1 an issue with connecting with a server. Any issue really seems to be able to call it. I have found that there is an issue with passing the error along someplace around the code below.
main_loop.py line 41
def _exception_handler(self, loop, context): loop.default_exception_handler(context) self.main_task.cancel()
You can see the real error there and it starts another exception that the future has been canceled. It makes it impossible to use try: except several types of errors.
I have not yet looked into the issue or how to pass the data or prevent the other exception
best I can tell is the loop is getting canceled before it gets anyplace. But i have found no clue as to why. Running python 3.10 wsl ubuntu/windows. And git pull of tracardi-api and tracardi master (dont think that is part of the issue though). asyncio.exceptions.CancelledError