Re: Socket error 98 "Address already in use"

2010-06-17 Thread AK
On 06/17/2010 08:59 PM, Grant Edwards wrote: > On 2010-06-18, AK wrote: > >> Here it is: >> >> Traceback (most recent call last): >> File "./vimp3_player.py", line 112, in >> Player().main() >> File "./vimp3_player.py", line 35, in main >> self.listen() >> File "./vimp3_player.py",

Re: Socket error 98 "Address already in use"

2010-06-17 Thread Grant Edwards
On 2010-06-18, AK wrote: > Here it is: > > Traceback (most recent call last): > File "./vimp3_player.py", line 112, in > Player().main() > File "./vimp3_player.py", line 35, in main > self.listen() > File "./vimp3_player.py", line 41, in listen > s.bind((HOST, PORT)) > File "

Re: Socket error 98 "Address already in use"

2010-06-17 Thread AK
On 06/17/2010 08:19 PM, Grant Edwards wrote: > On 2010-06-17, AK wrote: >> Hi, I'm trying to make a little mp3 server / client and I'm running into >> a problem with the Socket error 98 "Address already in use". The error >> doesn't happen right aw

Re: Socket error 98 "Address already in use"

2010-06-17 Thread Grant Edwards
On 2010-06-17, AK wrote: > Hi, I'm trying to make a little mp3 server / client and I'm running into > a problem with the Socket error 98 "Address already in use". The error > doesn't happen right away, I can send 3-4 commands, disconnecting and > reconnect

Re: Socket error 98 "Address already in use"

2010-06-17 Thread AK
On 06/17/2010 07:21 PM, AK wrote: > Hi, I'm trying to make a little mp3 server / client and I'm running into > a problem with the Socket error 98 "Address already in use". The error > doesn't happen right away, I can send 3-4 commands, disconnecting and > recon

Socket error 98 "Address already in use"

2010-06-17 Thread AK
Hi, I'm trying to make a little mp3 server / client and I'm running into a problem with the Socket error 98 "Address already in use". The error doesn't happen right away, I can send 3-4 commands, disconnecting and reconnecting and they work fine and then I get this er