Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re7zip keeps downloading a 1MB file for minutes, doesn't complete. #2

Open
GoogleCodeExporter opened this issue Apr 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. File: http://i-am-fat.org/csgo-skins/AWP--Asiimov.7z
2. Command line: java -jar re7zip.jar /t=7z 
/a=http://i-am-fat.org/csgo-skins/AWP--Asiimov.7z 
/e=AWP/Asiimov/label/AWP--Asiimov--069.png /o=ss.png

What is the expected output? What do you see instead?
A 0-byte file with the name ss.png is created but the task goes on forever. 
I've attached a screenshot.

What version of the product are you using? On what operating system?
Latest version: 1.2

Please provide any additional information below.

I just want to know why is the file not being saved? Is it the file problem or 
the program problem. I suspect the former and I've decided to report to the 
creator of the site as well.

Original issue reported on code.google.com by [email protected] on 5 Mar 2015 at 2:55

Attachments:

@GoogleCodeExporter
Copy link
Author

I just did another small step. And it seems that re7zip is downloading much 
more data than the actual size of the image file. I used a smaller archive to 
download another 1MB file and the archive size was 6.4MB. The download 
completed in 1 min and I think re7zip is downloading the whole archive which is 
against the function of the program.

1.File: http://i-am-fat.org/csgo-skins/Tec-9--Blue_Titanium.7z
2. Command Line: java -jar re7zip.jar /t=7z 
/a=http://i-am-fat.org/csgo-skins/Tec-9--Blue_Titanium.7z 
/e=Tec-9\Blue_Titanium\label\Tec-9--Blue_Titanium--004.png /o=ss.png

Original comment by [email protected] on 5 Mar 2015 at 3:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant