#6350 closed defect (duplicate)
Error while trying to download a file
Reported by: | 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 , 17 years ago
Component: | browser → version control |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | → 0.10.4 |
It is likely to be a duplicate of #5706, as this web site is using a Mercurial VCS back-end.