Keeps getting operation timeout when /scrape

Crashed at this
if (result === null) {
if (Object.values(meta.results).every(x => x.state === "timeout")) {
throw new TimeoutSignal();
} else {
throw new NoEnginesLeftError(
fallbackList.map((x) => x.engine),
meta.results,
);
}
}
if (result === null) {
if (Object.values(meta.results).every(x => x.state === "timeout")) {
throw new TimeoutSignal();
} else {
throw new NoEnginesLeftError(
fallbackList.map((x) => x.engine),
meta.results,
);
}
}
is it because the selected engine is wrong ? I am still reading the code, and the errors logs not helping me to quickly resolve the issue :)_
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?