Ask Your Question
0

Check out an Existing Ticket not work

asked 2018-03-04 15:07:52 +0200

Dom gravatar image

updated 2018-03-04 15:29:08 +0200

tmonteil gravatar image

I 'vejust install a new version of sage from sources to avoid any trouble. The make is ok but when I do git trac checkout 21072, to check out the ticket I obtain

Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/usr/local/lib/python2.7/dist-packages/git_trac/cmdline.py", line 214, in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 116, in checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 123, in _checkout_ticket
    ticket = self.trac.load(ticket_number)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_server.py", line 110, in load
    ticket = TracTicket(ticket_number, self.anonymous_proxy)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_ticket.py", line 155, in TracTicket
    change_log = server_proxy.ticket.changeLog(ticket_number)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/digest_transport_py2.py", line 129, in single_request
    return self.parse_response(response)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1493, in parse_response
    return u.close()
  File "/usr/lib/python2.7/xmlrpclib.py", line 798, in close
    raise ResponseError()
xmlrpclib.ResponseError: ResponseError()

How I can fix it? Thanks Cheers Dominique

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-03-04 15:34:18 +0200

tmonteil gravatar image

updated 2018-03-04 15:35:24 +0200

Given the paths appearing in your traceback, it seems that you installed git_trac by yourself (or that it comes from an earlier not-from-source Sage install), hence it seems not directly related to your new Sage installation. You can:

  • reinstall git_trac from scratch

or

  • use git_trac as provided by Sage:

    sage -i git_trac
    

    and then use it from Sage:

    sage -git trac <blah>
    
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2018-03-04 15:07:52 +0200

Seen: 440 times

Last updated: Mar 04 '18