Asyncore's socket 'send' method not found?!
Weiss Blitz
weissblitz@y...
Wed, 16 May 2001 21:19:51 -0000
My Medusa server is crashing with the following error:
(exceptions.AttributeError:send [asyncore.py|poll|79]
[asyncore.py|handle_read_event|337] [asynchat.py|handle_read|128]
[zulu_pager_server.py|found_terminator|192]
[zulu_pager_server.py|process_command|287]
[zulu_pager_server.py|cmd_login|511]
[zulu_pager_server.py|send_response|213]
[zulu_pager_server.py|push_packet|201]
[asynchat.py|push_with_producer|155] [asynchat.py|initiate_send|212]
[asyncore.py|send|272])
also get this error sometimes:
(exceptions.AttributeError:'int' object has no attribute 'send'
[asyncore.py|poll|79] [asyncore.py|handle_read_event|337]
[asynchat.py|handle_read|80] [asyncore.py|recv|294]
[zulu_chat_server.py|handle_close|48] [zulu_chat_server.py|close|53]
[zulu_chat_server.py|push_packet|388]
[zulu_chat_server.py|push_packet|73]
[asynchat.py|push_with_producer|155] [asynchat.py|initiate_send|212]
[asyncore.py|send|272] [<string>|send|1])
Seems it's not finding the asyncore's socket 'send' method when this
happens..
Anyone have seen this before?