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