python error xmlrpc.client.Fault: <Fault 2: “Object project.tags doesn‘t exist“>

python error xmlrpc.client.Fault: <Fault 2: “Object project.tags doesn‘t exist“>,第1张

 File "E:\odsoft\python\lib\xmlrpc\client.py", line 659, in close

    raise Fault(**self._stack[0])

xmlrpc.client.Fault:

def __request(self, methodname, params):
    # call a method on the remote server

    request = dumps(params, methodname, encoding=self.__encoding,
                    allow_none=self.__allow_none).encode(self.__encoding, 'xmlcharrefreplace')

    # print('r',request)
    # print(params)
    # print(self.__verbose)
    print('req',self.__host,self.__handler)
    response = self.__transport.request(
        self.__host,
        self.__handler,
        request,
        verbose=self.__verbose
        )

res.users

req localhost:8069 /xmlrpc/2/common

colse params []

response (2,)

project.tags

req localhost:8069 /xmlrpc/2/common

colse params []

response (2,)

req localh

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/570533.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-09
下一篇 2022-04-09

发表评论

登录后才能评论

评论列表(0条)

保存