콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2683 화면

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).

아바타
취소

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.