Nightmare.js 错误代码-3

Nightmare.js error code -3

我正在使用 nightmare 在网站上执行一些命令。我的代码有几个 nightmare 实例相互嵌套,所以我可以一个一个地处理异步调用。

有时我的脚本运行成功,但有时 nightmare 会以某种方式抛出错误。 error code: -3

我在他们的 github 以及 npm 网站上搜索了文档,但我没有看到任何与错误代码相关的内容。

有人知道这个错误是什么意思吗?

Does anyone knows what that error means?

这些错误代码来自 Chromium,当底层导航出现问题时会发生。 -3navigation abort error code, which Electron (what Nightmare is based on) bubbles up.

My code has few nightmare instances nested each other so I can handle the asynchronous call one by one.

Nightmare 的异步操作有点棘手。这有点离题了,但你能提供一个你的来源样本吗?我怀疑您可能对实施有疑问。