Edgewall Software

Ticket #6216 (closed defect: invalid)

Opened 15 months ago

Last modified 12 months ago

AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'

Reported by: ashrar@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc:

Description

How to Reproduce

While doing a GET operation on /, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11dev-r6049
Python 2.5 (r25:51908, Nov 27 2006, 19:14:46)
[GCC 4.1.2 20061115 (prerelease) (SUSE Linux)]
setuptools 0.6c7
Genshi 0.4.4
pyPgSQL 2.5.1

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 381, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 160, in dispatch
    if handler.match_request(req):
AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'

Attachments

Change History

follow-up: ↓ 2   Changed 15 months ago by eblot

  • keywords needinfo added

How did you install this plugin?

in reply to: ↑ 1   Changed 15 months ago by anonymous

Replying to eblot:

How did you install this plugin?

ashik:/usr/local/src/hellowplugin # python setup.py bdist_egg then Copy this .egg file to /[your trac env]/plugins directory. restart web server.

  Changed 12 months ago by osimons

  • keywords needinfo removed
  • status changed from new to closed
  • resolution set to invalid

I suppose this is the plugin from trachacks:wiki:EggCookingTutorialTrac0.11 ?

If there is something wrong with the tutorial for 0.11, it is something for Trac-Hacks.org and not the Trac project itself. Report the issue there, or help fix the wiki page(s) for the tutorial if the problem persists in latest version.

Add/Change #6216 (AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request')

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.