29 Dec
2004
29 Dec
'04
6:56 p.m.
Shashank Ashtikar wrote at 2004-12-29 09:59 +0530:
Look into your "error_log" object (in Zope's "Root Folder") to learn more about this problem!
Error log does not have any errors concerned with this. I think this error is coming even before a call to the script is being made.
You are right. The exception happens in "Client.py" and not the server. I would temporarily add a "raise" before line 154. This would give you a full traceback in the client code. With it, you may be able to fix the problem. -- Dieter