Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6350 closed defect (duplicate)

Error while trying to download a file

Reported by: rohandhruva@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control Version: 0.10.4
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi,

I was browsing - https://hosted.fedoraproject.org/projects/presto/browser/yum-presto/presto.py - and I wanted to save that file on my own PC. I scrolled to th e bottom ,and selected "Download in other formats:" .. Regardless of whether I click on "Plain Text" or "Original Format", I get a Trac error, which redirected me to file a ticket here. Here is the python traceback when :

  • I click on Plain Text
    Traceback (most recent call last):
      File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
        dispatcher.dispatch(req)
      File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
        resp = chosen_handler.process_request(req)
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 145, in process_request
        self._render_file(req, repos, node, rev)
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 230, in _render_file
        req.send_header('Last-Modified', http_date(node.last_modified))
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 375, in <lambda>
        last_modified = property(lambda x: x.get_last_modified())
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 374, in get_last_modified
        raise NotImplementedError
    NotImplementedError
    
  • I click on Original Format
    Traceback (most recent call last):
      File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
        dispatcher.dispatch(req)
      File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
        resp = chosen_handler.process_request(req)
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 145, in process_request
        self._render_file(req, repos, node, rev)
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 230, in _render_file
        req.send_header('Last-Modified', http_date(node.last_modified))
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 375, in <lambda>
        last_modified = property(lambda x: x.get_last_modified())
      File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 374, in get_last_modified
        raise NotImplementedError
    NotImplementedError
    

The direct URLs are - Plain text - https://hosted.fedoraproject.org/projects/presto/browser/yum-presto/presto.py?format=txt Original Format - https://hosted.fedoraproject.org/projects/presto/browser/yum-presto/presto.py?format=raw

Please tell me if I need to give any more info..

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 16 years ago

Component: browserversion control
Resolution: duplicate
Status: newclosed
Version: 0.10.4

It is likely to be a duplicate of #5706, as this web site is using a Mercurial VCS back-end.

comment:2 by rohandhruva@…, 16 years ago

Ah ok, I guess I should've searched a bit ! Sorry for the spam :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.