You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\yuanl\wiseflow\core\run_task.py", line 36, in
asyncio.run(schedule_task())
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\yuanl\wiseflow\core\run_task.py", line 32, in schedule_task
await asyncio.gather(*jobs)
File "C:\Users\yuanl\wiseflow\core\general_process.py", line 88, in main_process
search_intent, search_content = await run_v4_async(query, _logger=wiseflow_logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cannot unpack non-iterable NoneType object
Error running run_task.py: Command '['C:\Users\yuanl\myenv\Scripts\python.exe', 'C:\Users\yuanl\wiseflow\core\run_task.py']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
我迟迟看不到在爬取就CTRL+C中断了, 在运行就报错了。
Traceback (most recent call last):
File "C:\Users\yuanl\wiseflow\core\run_task.py", line 36, in
asyncio.run(schedule_task())
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yuanl\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\yuanl\wiseflow\core\run_task.py", line 32, in schedule_task
await asyncio.gather(*jobs)
File "C:\Users\yuanl\wiseflow\core\general_process.py", line 88, in main_process
search_intent, search_content = await run_v4_async(query, _logger=wiseflow_logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cannot unpack non-iterable NoneType object
Error running run_task.py: Command '['C:\Users\yuanl\myenv\Scripts\python.exe', 'C:\Users\yuanl\wiseflow\core\run_task.py']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: