@godarklight I chenged the port to 8081 and it looks that your scraper is polling the server, but its failing to answer the request with the following error. [16:13:37][ERROR] : Exception while listening to HTTP server!, Exception: System.NullReferenceException: Object reference not set to an instance of an object at DarkMultiPlayerServer.DMPPluginHandler.CurrentDomain_AssemblyResolve (System.Object sender, System.ResolveEventArgs args) [0x00000] in <filename unknown>:0 at System.AppDomain.DoAssemblyResolve (System.String name, Boolean refonly) [0x00000] in <filename unknown>:0 at DarkMultiPlayerServer.Server.asyncHTTPCallback (IAsyncResult result) [0x00000] in <filename unknown>:0 [16:14:34][ERROR] : Exception while listening to HTTP server!, Exception: System.NullReferenceException: Object reference not set to an instance of an object at DarkMultiPlayerServer.DMPPluginHandler.CurrentDomain_AssemblyResolve (System.Object sender, System.ResolveEventArgs args) [0x00000] in <filename unknown>:0 at System.AppDomain.DoAssemblyResolve (System.String name, Boolean refonly) [0x00000] in <filename unknown>:0 at DarkMultiPlayerServer.Server.asyncHTTPCallback (IAsyncResult result) [0x00000] in <filename unknown>:0 Any Idea? :-) Thanks and keep up the good work!