mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #180] [BUG] Download size not matching to actual download #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheBinaryLoop on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/180
Describe the bug
I have a game that is 361,6 mb in size. When I download that using the Drop Client it downloads until 400 something mb which is larger than the displayed 361,6 mb.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The download size and the predicted download size are correct.
Screenshots
Desktop (please complete the following information):
@DecDuck commented on GitHub (Jan 31, 2026):
Hmm, looks like an edge case if it retries chunks or something. I'll have to investigate.
Edit: can you replicate it every download and with other games?
@TheBinaryLoop commented on GitHub (Jan 31, 2026):
It happens every time I install/download this game
@TheBinaryLoop commented on GitHub (Jan 31, 2026):
another game/version, same behavior:
@DecDuck commented on GitHub (Jan 31, 2026):
What version is your server?
@TheBinaryLoop commented on GitHub (Jan 31, 2026):
v0.3.5
@DecDuck commented on GitHub (Jan 31, 2026):
Thanks, will investigate. May already be fixed in v0.4.0 fortunately, we've fixed and updated a lot of the download code.
@fpiesche commented on GitHub (Feb 15, 2026):
I'm running into this with games in 7z archives on the Linux client. Noticing that if I
7z lone of the archives, some of the files have an empty "Compressed" size column, and all of the games I am noticing this with have spaces in the paths inside the archives. Might this be related to https://github.com/Drop-OSS/droplet/issues/10?@TheBinaryLoop commented on GitHub (Feb 15, 2026):
Interesting, mine weren't zipped in any form.
Sent from Outlook for Androidhttps://aka.ms/AAb9ysg
From: Florian Piesche @.>
Sent: Sunday, February 15, 2026 9:54:19 AM
To: Drop-OSS/drop-app @.>
Cc: Lukas Eßmann @.>; Author @.>
Subject: Re: [Drop-OSS/drop-app] [BUG] Download size not matching to actual download (Issue #180)
[https://avatars.githubusercontent.com/u/393620?s=20&v=4]fpiesche left a comment (Drop-OSS/drop-app#180)https://github.com/Drop-OSS/drop-app/issues/180#issuecomment-3904911580
I'm running into this with games in 7z archives on the Linux client. Noticing that if I 7z l one of the archives, some of the files have an empty "Compressed" size column, and all of the games I am noticing this with have spaces in the paths inside the archives. Might this be related to Drop-OSS/droplet#10https://github.com/Drop-OSS/droplet/issues/10?
—
Reply to this email directly, view it on GitHubhttps://github.com/Drop-OSS/drop-app/issues/180#issuecomment-3904911580, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADGS77EDJKBK5ELGO7RB6GT4MCXEXAVCNFSM6AAAAACTQ35NM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSMBUHEYTCNJYGA.
You are receiving this because you authored the thread.Message ID: @.***>
[BUG] Download size not matching to actual downloadto [GH-ISSUE #180] [BUG] Download size not matching to actual download@DecDuck commented on GitHub (Feb 26, 2026):
Can you try the new RCs and see if this issue is fixed? It now has a distinction between download and install size, which may also be useful.
@TheBinaryLoop commented on GitHub (Feb 26, 2026):
Sure, as soon as the docker container for rc2 is online ill update my setup
@TheBinaryLoop commented on GitHub (Feb 27, 2026):
I testet it right now with rc4 and it works now.