Page 1 of 1

nginx web server?

Posted: 18 Aug 2019 20:37
by Michel67
Hi Bernd,

the following line is very common in the debug-log file:
18-8-2019 20:22:28: System.Net.Sockets.SocketException
Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd 176.31.224.21:8826
at OE.YV.P0Bh(Object , FirstChanceExceptionEventArgs )
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at Un4seen.Bass.Misc.SHOUTcast.CreateSocket(String serveraddress, Int32 port)
at Un4seen.Bass.Misc.SHOUTcast.SHOUTcastGetStats(String password)
at Un4seen.Bass.Misc.SHOUTcast.GetListeners(String password)
at Un4seen.Bass.Misc.BroadCast.GetListeners(String password)
at ProppFrexx.NetworkStreamingMonitor.z0Cx(Boolean )
at ProppFrexx.NetworkStreamingMonitor.s0C3(CancellationTokenSource )
at ProppFrexx.NetworkStreamingMonitor.GDg.QBQV()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()


translated into english:
"System.Net.Sockets.SocketException Cannot connect because the destination computer has actively denied the connection 176.31.224.21:8826"

it refers to a nginx web server?

where is it from? what does it do? why?

Kind Regards

Re: nginx web server?

Posted: 18 Aug 2019 20:55
by radio42
It's the try of ProppFrexx to update the meta data of a SHOUTcast Server resp. in this case to query the listener count statistics from it.

You seem to have enabled the Listener column in the network monitor window. But might not have provided the admin credentials with the related server configuration.
Thus your query to the Shoutcast server might get denied.

Re: nginx web server?

Posted: 18 Aug 2019 21:14
by Michel67
that's clear, thanks