Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5888 closed defect (wontfix)

effbot.python-hosting.com/file/pil/ gives: ('Attempted to get length of a *non*-file node', 160017)

Reported by: rainer.mansfeld@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.8.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

I just entered the above url in Firefox and got:

Oops… Trac detected an internal error:

('Attempted to get length of a *non*-file node', 160017)

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide Python traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start
    real_cgi_start()
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request
    module.run()
  File "/usr/local/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/local/lib/python2.3/site-packages/trac/File.py", line 329, in render
    self.length = svn.fs.file_length(root, self.path, self.pool)
SubversionException: ('Attempted to get length of a *non*-file node', 160017)

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed
Version: 0.8.4

This web site is running an ancient release of Trac 0.8, so the admin first need to upgrade to a recent release such as 0.10.4

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.