www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ZipException: no end record when attempting dub fetch vibelog

reply Kevin McTaggart <kevin.mctaggart drdc-rddc.gc.ca> writes:
Once again, I'm taking a serious look at D after a break of 3 
years.  I'm trying to download packages using dub from DMD 2.076 
as follows:

dub fetch vibelog

The following error is produced:

ZipException: no end record

Any suggestions?
Sep 08 2017
parent colin <grogan.colin gmail.com> writes:
On Friday, 8 September 2017 at 13:33:42 UTC, Kevin McTaggart 
wrote:
 Once again, I'm taking a serious look at D after a break of 3 
 years.  I'm trying to download packages using dub from DMD 
 2.076 as follows:

 dub fetch vibelog

 The following error is produced:

 ZipException: no end record

 Any suggestions?
Looks like the file isn't being downloaded correctly? I'd try deleting the .dub/packages/<pkg_name> directory. (not sure the equivalent location on windows).
Sep 08 2017