alexbelgium / hassio-addons

My homeassistant addons
MIT License
1.53k stars 216 forks source link

🐛 [Epic Games Free] Timeout Exceed on puppeteer #485

Closed jaamulberry closed 2 years ago

jaamulberry commented 2 years ago

Which addon?

Describe the bug

Timeout continually happens. Changing Config makes no difference to issue. Always timeout.

To Reproduce

  1. Start add-on to generate config file
  2. Updated config values
  3. Start addon.
  4. Wait for log to timeout
  5. No notifications sent either.

    Full addon config { "runOnStartup":true, "cronSchedule":"5 16 *", "logLevel":"info", "webPortalConfig":{ "baseUrl":"http://localhost:3000" }, "accounts":[ { "email":"fake@gmail.com", "password":"NotReal", "totp": "IMadeItUp" } ], "notifiers":[ { "type":"telegram", "token":"5679931307:AAGufZ81gg0NQQGVTI3TVSMldvNuljjq9CQ", "chatId":"-549362502" }, { "type":"discord", "webhookUrl":"https://discord.com/api/webhooks/1021608366616871013/Fake", "mentionedUsers":[ ] } ] }

    System

    • Supervisor version: 2022.09.1
    • Host system version: 2022.9.5
nkm8 commented 2 years ago

Related: https://github.com/claabs/epicgames-freegames-node/issues/233

Adding "browserNavigationTimeout": 120000, to my config.json file resolved this issue for me. I am using an 8GB pi4.

jaamulberry commented 2 years ago

@nkm8 Exactly what I needed. Thanks!