HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #717 (closed defect: wontfix)

Opened 23 months ago

Last modified 23 months ago

Port Log Error: AttributeError: 'NoneType' object has no attribute 'has_node'

Reported by: disreali Owned by:
Priority: high Milestone:
Component: Site Version:
Severity: major Keywords:
Cc:

Description

Every PortLog entry I attempted to view gives this same error. I tried 20+ entries.

I like the new "Create ticket" botton feature. very useful.

How to Reproduce

While doing a GET operation on /wiki/app-arch/info-zip, Trac issued an internal error.

Request parameters:

{'page': u'app-arch/info-zip'}

User agent: Mozilla/5.0 (Windows NT 6.0; rv:23.0) Gecko/20100101 Firefox/23.0

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "/home/ports/lib/python2.5/site-packages/Trac-0.13dev_r10686-py2.5.egg/trac/web/main.py", line 473, in _dispatch_request
    dispatcher.dispatch(req)
  File "/home/ports/lib/python2.5/site-packages/Trac-0.13dev_r10686-py2.5.egg/trac/web/main.py", line 212, in dispatch
    content_type)
  File "/home/ports/lib/python2.5/site-packages/Trac-0.13dev_r10686-py2.5.egg/trac/web/chrome.py", line 914, in render_template
    stream |= self._filter_stream(req, method, filename, stream, data)
  File "/home/ports/lib/python2.5/site-packages/Genshi-0.6-py2.5.egg/genshi/core.py", line 132, in __or__
    return Stream(_ensure(function(self)), serializer=self.serializer)
  File "/home/ports/lib/python2.5/site-packages/Trac-0.13dev_r10686-py2.5.egg/trac/web/chrome.py", line 1065, in inner
    data)
  File "/home/ports/portlogplugin/portlog/wiki.py", line 435, in filter_stream
    stream = resource.view(req, stream)
  File "/home/ports/portlogplugin/portlog/wiki.py", line 154, in view
    if repos.has_node(portpath):
AttributeError: 'NoneType' object has no attribute 'has_node'

Attachments

haiku-ports_portlog_error_2013-08-26.jpg​ (125.3 KB) - added by disreali 23 months ago.

Download all attachments as: .zip

Change History

Changed 23 months ago by disreali

  • attachment haiku-ports_portlog_error_2013-08-26.jpg​ added

comment:1 Changed 23 months ago by scottmc

  • Resolution set to wontfix
  • Status changed from new to closed

Not sure if you were aware or not, but haikuports is moving to haikuports.org hosted by bitbucket.org. I just updated the landing page for this site to let everyone know about the move. I'm going to mark this one as won't fix, because there's little interest in keeping the portlog system around much longer. It'll stay up for awhile until we get the info we need from it, but in time things should be migrated to the new site.
You'll need a bitbucket.org account to be able to create new issues on the new site.

comment:2 Changed 23 months ago by disreali

Thanks for the info. I thought that it was only the haikuporter repo that was moving.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/