View Single Post
Old 03-02-2009, 05:52 PM   PM User | #1
ADZZZ
New to the CF scene

 
Join Date: Mar 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ADZZZ is an unknown quantity at this point
KeyError Plus Other Issues

Hello,

I do not specifically know Python, but I have a rather good grasp of programming in general, but today i am left scratching my head.

I have a script that I have grabbed that essentially logs into my asterisk server, listens to events and then pushes them into mysql database.

I am getting the following error:

Code:
[root@sipsrv03 events]# ./ProxyMan.py
[root@sipsrv03 events]# Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.4/threading.py", line 638, in __exitfunc
    self._Thread__delete()
  File "/usr/lib/python2.4/threading.py", line 522, in __delete
    del _active[_get_ident()]
KeyError: -1208293696
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.4/threading.py", line 638, in __exitfunc
    self._Thread__delete()
  File "/usr/lib/python2.4/threading.py", line 522, in __delete
    del _active[_get_ident()]
KeyError: -1208293696
I can provide the code if necessary.

Thank you so much for any assistance you may be able to send my way!
ADZZZ is offline   Reply With Quote