Error Handling in Python with SUDS

前端 未结 4 1009
误落风尘
误落风尘 2020-12-15 22:21

I have been trying to control a camera through a wsdl file using SUDS. I have got the code working but I want to place error handling into the script. I have tried different

4条回答
  •  情深已故
    2020-12-15 23:18

    You need to catch suds.WebFault by the looks of that traceback. The error itself seems legitimate, IE, your requests are being executed correctly, but perhaps your parameters are wrong in the given context.

提交回复
热议问题