https://bugs.kde.org/show_bug.cgi?id=459128
--- Comment #19 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #18) > In the event of an error, the defined callback (see > https://invent.kde.org/office/alkimia/-/merge_requests/28/ > diffs?commit_id=20104bacf5cfd88a6041c2bef648d337b324e9d7#2ecb60da360d26ee29c2 > 44d2739b13d6409db4e3_125_125) is never called, which is shown in callstack > frame #5 and below. This generates the timeout error . gitlab does not show the associated content - here is it, setup as mentioned several times on the web: QString AlkWebPage::toHtml() { QString html; QEventLoop loop; QWebEnginePage::toHtml([&html, &loop](const QString &result) { html = result; loop.quit(); } ); loop.exec(); return html; } -- You are receiving this mail because: You are watching all bug changes.