tomerfiliba-org / rpyc

RPyC (Remote Python Call) - A transparent and symmetric RPC library for python
http://rpyc.readthedocs.org
Other
1.56k stars 243 forks source link

bug with refcounting #8

Closed tomerfiliba closed 13 years ago

tomerfiliba commented 13 years ago

firstway Show activity 10/12/10 I got a Exception(KeyError) in protocol.py but it seem that not raise by remote server(I am not sure), how can i find where the KeyError raise?

Traceback (most recent call last): 
 File "/home/admin/search_test/bin/launchpad/resource_keeper_helper.py", line 24, in get_next 
    dir_list = [str(n) for n in rk_instance.query(os.path.join(query,'*'))] 
  File "/home/launch/.python/lib/python2.5/site-packages/rpyc-3.0.7-py2.5.egg/rpyc/core/netref.py", line 123, in __call__ 
  File "/home/launch/.python/lib/python2.5/site-packages/rpyc-3.0.7-py2.5.egg/rpyc/core/netref.py", line 45, in syncreq 
  File "/home/launch/.python/lib/python2.5/site-packages/rpyc-3.0.7-py2.5.egg/rpyc/core/protocol.py", line 342, in sync_request 
KeyError: 46912509222496 
tomerfiliba commented 13 years ago

https://groups.google.com/forum/#!topic/rpyc/x_dg80t-Xfo