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 "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 36, in
asyncio.run(schedule_task())
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 32, in schedule_task
await asyncio.gather(*jobs)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/general_process.py", line 203, in main_process
more_url = await get_more_related_urls(links_texts, link_dict, get_link_prompts, _logger=wiseflow_logger)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/agents/get_info.py", line 278, in get_more_related_urls
url = link_dict[mark]
KeyError: '[2022]'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 36, in
asyncio.run(schedule_task())
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/home/centific/anaconda3/envs/wiseflow/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/run_task.py", line 32, in schedule_task
await asyncio.gather(*jobs)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/general_process.py", line 203, in main_process
more_url = await get_more_related_urls(links_texts, link_dict, get_link_prompts, _logger=wiseflow_logger)
File "/home/centific/hua-proj/wiseflow_proj/wiseflow/core/agents/get_info.py", line 278, in get_more_related_urls
url = link_dict[mark]
KeyError: '[2022]'
The text was updated successfully, but these errors were encountered: