Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译ExecuteStage时报错 #239

Closed
bigbang007jay opened this issue Nov 23, 2023 · 5 comments
Closed

编译ExecuteStage时报错 #239

bigbang007jay opened this issue Nov 23, 2023 · 5 comments

Comments

@bigbang007jay
Copy link

image
执行第三步,编译ExecuteStage时报错,如上面截图
按道理,已经满足上面描述这个条件:
运行程序前,确保已经完成了ElectronJS文件夹下主程序的编译,保证chrome文件夹和chromedriver环境已经就绪,同时EasySpider主程序已在运行中。
根据代码,这个execution_instances是空的,暂时不知道怎么获取和处理,麻烦UP主抽空看下并解答,谢谢!

@NaiboWang
Copy link
Owner

这是任务文件的问题,重新设计一个新的任务,不要用自带的老任务,然后传入新的任务ID。

@bigbang007jay
Copy link
Author

收到,谢谢,我今天试试。晚点回复。

@bigbang007jay
Copy link
Author

这是任务文件的问题,重新设计一个新的任务,不要用自带的老任务,然后传入新的任务ID。

好像不行,哈哈哈,我重新设计之后并保存,之后执行,还是会抛这个错误。

@NaiboWang
Copy link
Owner

NaiboWang commented Nov 28, 2023

execution_instances文件夹下的json文件,看看有没有name字段,这个代码如果你没有改过不应该出现这样的问题。

直接在你代码的1953行前面加一个print(service)看打印出来什么东西。

@bigbang007jay
Copy link
Author

啊,我知道原因在哪里了,在execution_instances里面的id.json才是应该传参的ID,我以为界面上显示的ID就是,现在换了一个,OK啦~谢谢UP主~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants