Summary: | File transfer box fails to recognize transfer completion. It gets stuck at 99% with no transfer speed when moving massive files into an Android phone | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Fernando M. Muniz <fernandommuniz> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | akselmo, kdedev, kfm-devel |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
It fails to recognize that the transfer is completed.
It seems that the "Response Phase" isn't being checked properly. 100% but not 100% even though it's 100% at 100% I'm 100% sure about this one-hundredth percentage. |
Description
Fernando M. Muniz
2024-12-10 17:42:15 UTC
Created attachment 176498 [details]
It fails to recognize that the transfer is completed.
Created attachment 176526 [details]
It seems that the "Response Phase" isn't being checked properly.
I'm using Media Transfer Protocol.
Even if it can't be solved properly on Dolphin's end, it could simply say "File transfering has reached 100% and all bits were transfered but couldn't be automatically verified. Please manually verify the integrity of the transfered file(s)." Details from the attached video: - The file being transferred is 6.1GB - File name SSD.tar.gz - Transferred from local disk to phone over mtp as noted - The transfer dialog shows 60.1G of 60.1G transferred, transfer speed drops and then disappears when the transfer finishes - The progress bar still shows 99% This may be related to bug 281270 which has a related merge request " When copying files to a removable disk, speed and progress reflect copying to the local cache not to the disk itself" I tested on git-master with a 3.2GB file (it just has to be large enough to take more than a few moments to copy) It also used mtp I wasn't able to replicate. I saw the copy finish notification when the copy finished This could be a difference in the way the two different phones handle things? I'll leave this open in case someone else can replicate. Is it possible that the system is verifying the transferred file's integrity without informing the user? Created attachment 177083 [details]
100% but not 100% even though it's 100% at 100% I'm 100% sure about this one-hundredth percentage.
Found an even weirder bug: Reaching 100% doesn't mean it reached 100% even though that doesn't make any mathematical sense.
In case of multiple heavy files being transferred, the first one never successfully transfers (but actually successfully transfers) and all the other files are never transferred because the first file is never completed even though it actually did. This is very likely duplicate of 281270, so I am setting it as such. *** This bug has been marked as a duplicate of bug 281270 *** |