nginx web server?

You have a question or need an advice about how to do something? Ask it here!
Post Reply
User avatar
Michel67
Posts: 166
Joined: 28 Nov 2016 19:53
nginx web server?

Post 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
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: nginx web server?

Post 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.
User avatar
Michel67
Posts: 166
Joined: 28 Nov 2016 19:53
Re: nginx web server?

Post by Michel67 »

that's clear, thanks

Post Reply