On 25.06.2017 00:34, Sönke Ludwig wrote:
Am 25.06.2017 um 00:18 schrieb Timon Gehr:
$ cat main.d
/++ dub.sdl: <-- colon missing here
(...)
What am I doing wrong?
I forgot a colon at the end of the first line. With that it *actually*
works now.
$ dub main.d
Failed to listen on :::80
Failed to listen on 0.0.0.0:80
object.Exception@../../.dub/packages/vibe-d-0.7.31/vibe-d/source/vibe/http/server.d(1698):
Failed to listen for incoming HTTP connections on any of the supplied
interfaces.
----------------