hlooalklampc / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

After a while longer accept registration #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After a while longer to make registration.
In the logs the following lines:

rtmp-unregister sip/1000 @ sip.exaple.ru
terminating User._listener ()
incominghandler exiting (<type'exceptions.GeneratorExit'>, GeneratorExit (), 
<traceback object at 0x2a496c8>)

^ CException TypeError: 'exceptions must be old-style classes or derived from 
BaseException, not NoneType' in <generator object read at 0x2a0ae60> ignored
Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object 
parse at 0x2a0af00> ignored
Exception TypeError: "'NoneType' object is not callable" in <generator object 
run at 0x29c28c0> ignored
Exception TypeError: 'exceptions must be old-style classes or derived from 
BaseException, not NoneType' in <generator object read at 0x29f2370> ignored
Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object 
parse at 0x2a0ac30> ignored

what could be the reason?

Original issue reported on code.google.com by expu...@gmail.com on 12 Apr 2013 at 3:34