GNOME Bugzilla – Bug 767707
Error: node does not match signature with signature null
Last modified: 2016-06-16 12:15:45 UTC
Created attachment 329880 [details] Example XML I'm getting this error while parsing the simple XML attached. <double> node does not match signature But I'm not passing signature to call (i.e. passing null in signature argument) The call: Variant resp = Soup.XMLRPC.parse_response((string) msg.response_body.flatten().data, -1, null); the "msg.response_body.flatten().data" is the attached xml.
Fixed in git master. Unfortunately there's no workaround (other than using the old ugly XMLRPC API, or not using a double). Also unfortunately, there is not currently another release scheduled in the stable series before the next major GNOME release in the fall.