This question has been flagged
2297 Views

I have had this problem on several occasions. When I edit .py-files of existing modules (yeah, I know this is considered bad practice, but that is another question), e.g. add a new field, I get the "no handler found" error when I try to access through the  browser client after restarting the server. If I comment out my additions and restart, everything works fine again. I simply cannot see where I go wrong, as I have succesfully made additions like these in the past (and the syntax etc. checks out).

Avatar
Discard

Philjun, I suggest that you either post the changes here so that others can help to evaluate or post the log when the error occurs. With your explanation, it would be hard for anyone to provide help. No handler found usually occurs when the web portion is running but the XML RPC server does not start properly.