https://bugs.kde.org/show_bug.cgi?id=520289

--- Comment #6 from [email protected] ---
(In reply to Kai Uwe Broulik from comment #2)
> Can’t reproduce downloading a 7.9 GiB Windows 11 ISO from Microsoft. 
> 
> Can you check the following:
> 1. on chrome://extensions/ enable developer mode
> 2. on plasma browser integration do Inspect service worker
> that should give you the dev console for the extension. In there type the
> following:
> 
> chrome.downloads.search({state: "in_progress"}, console.log)
> 
> That is the data the extension sends to the host for all ongoing downloads.
> Perhaps do that repeatedly to see what is going on. The question is whether
> the browser already reports rubbish (nothing we can do) or we receive data
> that is somehow bogus and causes issues on the host side. You may also want
> to monitor download changes:
> 
> chrome.downloads.onChanged.addListener(console.log)
> 
> That will print whenever a download changes its properties. Note that it
> only does that for status changes like running/paused, size, urls, etc, it
> won’t do that periodically as the download progresses. That we do on a timer
> with the command above.

Log captured following the first command

Requested to suspend download 17 extension-downloads.js:152 
Requested to resume download 17 extension-downloads.js:144 
Requested to suspend download 17 extension-downloads.js:152
Requested to resume download 17 extension-downloads.js:144 
Requested to suspend download 17 extension-downloads.js:152...

Log captured with second command: https://bugs.kde.org/attachment.cgi?id=192425

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to