You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: