Modify ↓
Opened 13 years ago
Closed 8 years ago
#9957 closed defect (worksforme)
traccmd.py from within bash script does not work
Reported by: | anonymous | Owned by: | Nic Ferrier |
---|---|---|---|
Priority: | normal | Component: | TracCmdScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I con not create ticket from bash script like this
TRACCMD_CMD = `which TRACCMD_CMD` $TRACCMD_CMD ticketnew admin my_summary my_ticket_type component1 my_description
I GET ERROR
xmlrpclib.ProtocolError: <ProtocolError for admin:password@myserver.mydomain.com/trac_admin/projectname/login/xmlrpc: 500 Internal Server Error>
but I successfully can create ticket from command line like this
traccmd.py ticketnew admin my_summary my_ticket_type component1 my_description
Any idea whats going wrong?
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Priority: | highest → normal |
---|---|
Severity: | blocker → normal |
comment:2 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I can't reproduce, but feel free to reopen if you'd like to continue debugging.