kosteklvp
kosteklvp
Looks like it's still in PrusaSlicer 2.4.0. 
I can confirm this issue still exists.
I use this as a workaround: try { await this.page.goto(url); } catch (error: any) { if (!error.message.includes('NS_BINDING_ABORTED')) { throw error; } }
@alexdeathway why is this issue added to your repo https://github.com/alexdeathway/Gecom instead of Playwright?
+1 I'd like to see this too.
+1, this applies to running tasks with `"outputTo": "output"`
Still occurs for me on Firefox browser.
Any news about this issue? It is still reproducible.
@mxschmitt Can this issue be reopened? Reported by multiple users, that it still occurs.