pombreda / re7zip

Automatically exported from code.google.com/p/re7zip
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 wri...@gmail.com on 5 Mar 2015 at 2:55

Attachments:

GoogleCodeExporter commented 9 years ago
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 wri...@gmail.com on 5 Mar 2015 at 3:05