今天突然发现VBS文件无法运行,在文件夹里正常双击脚本是可以正常运行,周五之前都还正常,今天影刀里就报错
'code'
Traceback (most recent call last):
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.14.22\python\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.14.22\python\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.14.22\python\lib\site-packages\xbot_interpreter.py", line 97, in <module>
main()
File "D:\Program Files (x86)\ShadowBot\shadowbot-5.14.22\python\lib\site-packages\xbot_interpreter.py", line 57, in main
try:
File "C:\Users\47403520\AppData\Local\ShadowBot\users\8508955c-f22d-42ea-9ff7-5ea7bff779fe\apps\3ce05f9c-7dcf-4663-843a-31f859bfeff6\xbot_robot\main.py", line 9, in main
process_info = xbot_visual.system.run_or_open(application_path="D:\\自动做报表\\MB59入库凭证明细.vbs", command_line_arguments=None, working_folder=None, after_application_launch="wait_to_complete", is_waitexit_not_more_than=False, timeout_for_exit="10", is_waithwnd_not_more_than=False, timeout_for_hwnd="3", start_as_admin=False, window_style="normal", _block=("main", 1, "运行或打开"))
File "<string>", line 89, in wrapper
File "<string>", line 84, in wrapper
File "<string>", line 149, in run_or_open
File "<string>", line 310, in _launch_process
KeyError: 'code'