Thread overview
vibe.d error
Jan 25, 2015
Phil
Jan 27, 2015
Phil
Jan 28, 2015
David Monagle
Jan 28, 2015
Suliman
Jan 28, 2015
Phil
January 25, 2015
dub init <name> vibe.d
cd <name>
dub

Results in

Fetching libevent 2.0.1+2.0.16...
Error executing command upgrade: Failed to download http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip: 404 Not Found

I'm not sure if the error is the file not being there or dub looking there. Is there a workaround for this? Thanks
January 27, 2015
Bumping as it's still not possible to install lib event via dub.

On Sunday, 25 January 2015 at 17:41:38 UTC, Phil wrote:
> dub init <name> vibe.d
> cd <name>
> dub
>
> Results in
>
> Fetching libevent 2.0.1+2.0.16...
> Error executing command upgrade: Failed to download http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip: 404 Not Found
>
> I'm not sure if the error is the file not being there or dub looking there. Is there a workaround for this? Thanks
January 28, 2015
What version of dub are you using?
January 28, 2015
Try to update dub. There was issue in old version with path with whitespace.
January 28, 2015
I was using 0.9.21. Upgrading has fixed this issue, thanks to you both.