Modify

Opened 14 years ago

Closed 12 years ago

#6330 closed defect (fixed)

Chrome issue: AssertionError: HDF dataset not available. Check your clearsilver installation

Reported by: pmcelwee@… Owned by: Sebastian Marek
Priority: normal Component: PeerReviewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

How to Reproduce

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

Every so often Chrome will stop working and return this error when I try to open the peer review tab of the page. When I go to open the peer review pane in IE, it works. After I open the peer review tab in IE, everything works in Chrome again.

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0

System Information

Trac 0.12dev-r7557
Python 2.5.2 (r252:60911, Mar 27 2008, 17:57:18) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.6.2
pysqlite 2.5.0
Genshi 0.6dev-r960
mod_python 3.3.1
Subversion 1.4.5 (r25188)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\trac-0.12dev_r7557-py2.5.egg\trac\web\main.py", line 456, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\lib\site-packages\trac-0.12dev_r7557-py2.5.egg\trac\web\main.py", line 222, in dispatch
    req.display(template, content_type or 'text/html')
  File "C:\Python25\lib\site-packages\trac-0.12dev_r7557-py2.5.egg\trac\web\api.py", line 327, in display
    assert self.hdf, 'HDF dataset not available. Check your clearsilver installation'
AssertionError: HDF dataset not available. Check your clearsilver installation

Attachments (0)

Change History (4)

comment:1 Changed 13 years ago by anonymous

Was this issue ever resolved? i'm interested in getting this plugin working but i'm getting the same error.

Thanks

comment:2 Changed 13 years ago by anonymous

I have the same error. Is there a workaround?

comment:3 Changed 12 years ago by anonymous

In my case, I needed to install clearsilver (Debian Squeeze).

apt-get install python-clearsilver

comment:4 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

A 0.12-compatible version that uses Genshi now exists on the trunk.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sebastian Marek.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.