| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Mon May 01, 2006 2:18 am Post subject: 403 server busy error in winamp |
|
|
i keep getting a 403 server busy error in winamp
here are some icecast logs
[2006-05-01 11:07:29] INFO auth/add_client adding client for authentication
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node clients (85)
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node connections (426493)
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node client_connections (418824)
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node clients (84)
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node client_connections (418825)
[2006-05-01 11:07:29] DBUG stats/modify_node_event update node clients (83)
[2006-05-01 11:07:29] WARN auth/add_client too many clients awaiting authentication |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon May 01, 2006 2:56 am Post subject: |
|
|
you can get this if either the url auth scripts are slow or a large numbers of listeners requiring auth suddenly connect. There is a hardcoded internal limit of about 30 that are allowed to be waiting on auth the rest get 403. This could be made into an xml setting.
karl. |
|
| Back to top |
|
 |
|