Ticket #9660 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

This plugin crashes XML-RPC

Reported by: anonymous Assigned to: bobbysmith007
Priority: normal Component: OverrideEditPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Error when trying to update a ticket using Eclipse and Mylyn Trac connector: Unable to submit at this time. Check connectivity and retry. "id" while executing 'ticket.update()'


Log in trac: File "build/bdist.linux-i686/egg/overrideeditplugin/api.py", line 69, in _validate_ticket

skey = "warning-"+req.argsid?+'-'+req.args.get('ts')

Attachments

Change History

01/03/12 21:31:47 changed by bobbysmith007

  • status changed from new to closed.
  • resolution set to fixed.

(In [11104]) dont do our special stuff if there is not a ticket id. we must be on a saved ticket with a ticket id in the request for this to behave fix #9660

01/03/12 21:34:13 changed by bobbysmith007

That should solve the immediate problem. I have been using this plugin since trac10 without any real issues (wrt: get the id out of the args). I dont use eclipse / mylyn.

Can you think of why there might not be an ID in the args (eg this is a new ticket)?

The fix above should resolve the immediate failure case, but it would be nice to know what caused this problem in the first place.


Add/Change #9660 (This plugin crashes XML-RPC)




Change Properties
Action