79386157

Date: 2025-01-25 04:10:56
Score: 1
Natty:
Report link

It seems like that the issue is caused by not awaiting the following asynchronous task:

    # Create task for delayed context printing
    asyncio.create_task(
        print_contexts_after_delay(playwright_browser, task_id, downloaded_files)
    )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yohei Kitamura