Subject: | sd browser doesn't work if someone is using it's port |
Date: | Thu, 2 Sep 2010 14:58:09 +0800 |
To: | bug-App-SD [...] rt.cpan.org |
From: | Brett Nash <nash [...] nash.id.au> |
I use a proxy on my localhost at port 8080.
git sd browser does this:
git sd browser
Browser will be opened after server has been started.
Use of uninitialized value in split
at /usr/share/perl5/Net/Rendezvous/Publish/Backend/Avahi.pm line 39,
<DATA> line 16. App::SD::Server: Starting up local server. You can stop
the server with Ctrl-c. bind to *:8080: Address already in use
at /usr/share/perl5/Prophet/CLI/Command/Server.pm line 34
Created new window in existing browser session.
So three bugs really (feel free to split)
- Doesn't bail out when the port is already in use (major)
- No (documented) way of changing the port.
--port seems to work
- Port 8080 is really weird port to choose for a local service by
default.
Regards,
nash