Open clemlesne opened 2 months ago
We faced the same error as well this week. Do you have any clue why this happens?
It is a warning from asyncio indicating that an asynchronous task has been terminated.
This seems to occur when the page or browser is closed while a load is still in progress (background calls, Ajax, API requests, deferred loading, etc.).
Since the application filters each network call for ads and network monitoring using an asynchronous method, these tasks can be abruptly terminated.
I don’t want to implement a large try/except block for this error because it could originate from other parts of the code, which would increase the complexity of debugging and hinder understanding of the issues.
If you have any suggestions, feel free to share!
Once each minute (5 workers), the error logs spawn:
Impact:
Seems none. Need to investigate.
Short logs:
Related:
Full logs: