Closed jaamulberry closed 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.
@nkm8 Exactly what I needed. Thanks!
Which addon?
Describe the bug
Timeout continually happens. Changing Config makes no difference to issue. Always timeout.
To Reproduce
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