id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 12457,Ticket Update Function Syntax Error,anonymous,osimons,"Here is my function call: {{{#!python # Update the information for existing ticket tid, created, modified, attrs = p.ticket.get(int(TRACID[x])) about = p.ticket.update( int(TRACID[x]), {""reporter"": reporter, ""keywords"": category[x], ""version"": version[x], ""component"": component, ""owner"": owner, ""type"": type[x], ""resolve"": resolution[0], ""milestone"": ""D2D_Sync_Issues"", ""requestor"": disp_prio, ""status"": status, ""collective"": combine_priority[x], ""d2d_id"": D2DID[x], ""action"": 'leave', ""_ts"": attrs['_ts']}, notify=False, when=None ) }}} I am getting the following error: {{{TypeError: __call__() got an unexpected keyword argument 'when'}}} Upon removal of 'when=None', I get this error: {{{TypeError: __call__() got an unexpected keyword argument 'notify'}}} Upon removal of 'notify=False', I get this error: {{{ Traceback (most recent call last): File ""P:\D2D Sync\MergedScripts\On Trac not D2D new xml node.py"", line 221, in ""d2d_id"": D2DID[x]} File ""C:\Python27\lib\xmlrpclib.py"", line 1240, in __call__ return self.__send(self.__name, args) File ""C:\Python27\lib\xmlrpclib.py"", line 1599, in __request verbose=self.__verbose File ""C:\Python27\lib\xmlrpclib.py"", line 1280, in request return self.single_request(host, handler, request_body, verbose) File ""C:\Python27\lib\xmlrpclib.py"", line 1313, in single_request return self.parse_response(response) File ""C:\Python27\lib\xmlrpclib.py"", line 1490, in parse_response return u.close() File ""C:\Python27\lib\xmlrpclib.py"", line 799, in close raise Fault(**self._stack[0]) Fault: }}} What is wrong with my syntax?",defect,closed,normal,XmlRpcPlugin,normal,worksforme,,,1.0