diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 6498e3e..bbaec77 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -392,6 +392,10 @@ class CommandorPage { logWithDevice("ERR_NETWORK_CHANGED, will reload page", this.device); await delay(2000) await this.page.reload() + } else if (content.includes("ERR_TIMED_OUT")) { + logWithDevice("ERR_TIMED_OUT, will reload page", this.device); + await delay(2000) + await this.page.reload() } else { if (currentPage.url() === RDV_URL) { await this.fillFields(this.page);