#5748 closed defect (worksforme)
NameError: global name 'get_existing_node' is not defined
Reported by: | admin | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | devel |
Severity: | normal | Keywords: | needinfo |
Cc: | purnank@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /browser
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'path': '/'}
System Information
Trac | 0.11dev-r5856
|
Python | 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c6
|
SQLite | 3.3.4
|
pysqlite | 2.3.2
|
Genshi | 0.4.2
|
Pygments | 0.9dev-r3772
|
Subversion | 1.4.4 (r25188)
|
Python Traceback
Traceback (most recent call last): File "c:\python25\lib\site-packages\Trac-0.11dev_r5856-py2.5.egg\trac\web\main.py", line 434, in dispatch_request dispatcher.dispatch(req) File "c:\python25\lib\site-packages\Trac-0.11dev_r5856-py2.5.egg\trac\web\main.py", line 217, in dispatch resp = chosen_handler.process_request(req) File "c:\python25\lib\site-packages\Trac-0.11dev_r5856-py2.5.egg\trac\versioncontrol\web_ui\browser.py", line 342, in process_request node = get_existing_node(req, repos, path, rev_or_latest) NameError: global name 'get_existing_node' is not defined
Attachments (1)
Change History (6)
comment:1 by , 17 years ago
Cc: | added |
---|
by , 17 years ago
comment:2 by , 17 years ago
The plugins and revisions installed on the system during the testing are as under,
Plugin: http://trac-hacks.org/svn/accountmanagerplugin/trunk Revision: 2506
Plugin: http://trac-hacks.org/svn/customfieldadminplugin/0.11 Revision: 2506
Plugin: http://trac-hacks.org/svn/customroadmapplugin/0.11 Revision: 2506
Plugin: http://trac-hacks.org/svn/iniadminplugin/0.11 Revision: 2506
Plugin: http://trac.pocoo.org/repos/pygments/trunk Revision: 3773
Plugin: http://trac-hacks.org/svn/revtreeplugin/0.11 Revision: 2506
Path: timingandestimation Revision: 2506
Plugin: http://svn.edgewall.org/repos/trac/trunk Revision: 5856
comment:3 by , 17 years ago
Component: | general → version control |
---|---|
Keywords: | needinfo added |
Owner: | changed from | to
I'm unable to reproduce the issue, even with Python 2.5 and installing Trac as an egg.
Can you try to do a fresh installation (python setup.py install
)?
I don't think it's a plugin issue, but just in case, try uninstalling all plugins (not just disabling them, uninstall them). If that works, try to re-install plugins one by one to locate which one introduced the problem.
comment:4 by , 17 years ago
Were you able to try cboos
suggestion? Were you able to fix this issue? Please respond or we'll be closing this as "worksforme" due to lack of information.
comment:5 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Exactly ;-) Assuming a fresh installation fixed the issue.
the used trac.ini