Address already in use

Just wondering why I keep failing with this connection. opening the link shows just a “hello”

david@nzbdrone:/home$ mono /opt/NzbDrone/NzbDrone.exe
[Info] Bootstrap: Starting NzbDrone Console. Version 2.0.0.811
[Info] MigrationLogger: *** Migrating data source=/home/david/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] MigrationLogger: *** Migrating data source=/home/david/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Router: Application mode: Interactive
[Info] OwinHostController: starting server on http://*:8989/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] SceneMappingService: Updating Scene mapping
Attempting PUT to http://exceptron.azurewebsites.net/api/v1/
[Info] HousekeepingService: Running housecleaning tasks
{“RefId”:“b1e1c0f0”,“Ver”:“1.0.0.0”,“Errors”:null}
[Fatal] ConsoleApp: EPIC FAIL!

System.Net.Sockets.SocketException: Address already in use
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in :0
at System.Net.EndPointListener…ctor (System.Net.IPAddress addr, Int32 port, Boolean secure) [0x00000] in :0
at System.Net.EndPointManager.GetEPListener (System.Net.IPAddress addr, Int32 port, System.Net.HttpListener listener, Boolean secure) [0x00000] in :0
at System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x00000] in :0
at System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x00000] in :0

Really sorry about that, its a fresh install of ubuntu and drone…

Still plugging away, updating etc.

I failed to search this evening , but I did this morning before work and did not see anything.

Just got too fast on the trigger

Thats it trying to report the error. Thats not whats failing, the actual issue is: System.Net.Sockets.SocketException: Address already in use

Sounds like something is already listening on that ip/port.

I removed your post in the other thread because you had already opened this thread and the comment had nothing to do with that thread.

What version of drone? 2.0.0.824 is the latest. Which reverts a change to the webserver, which might fix this. Just follow the install instructions on the wiki to upgrade it via apt-get.

Otherwise please verify that another copy of drone isn’t running and port 8989 is free.