Got another problem with the bug reporting tool:

"POST /dataset/report_error HTTP/1.1" 500 - "http://galaxy.hpc.ufl.edu/dataset/errors?id=775" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"Error - <type 'exceptions.UnboundLocalError'>: local variable 'dataset_id' referenced before assignmentURL: http://galaxy.hpc.ufl.edu/dataset/report_error
File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/exceptions/errormiddleware.py', line 143 in __call__  app_iter = self.application(environ, start_response)
File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/recursive.py', line 80 in __call__  return self.application(environ, start_response)File '/galaxy/prod/galaxy/lib/galaxy/web/framework/middleware/remoteuser.py', line 111 in __call__
  return self.app( environ, start_response )
File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/httpexceptions.py', line 632 in __call__
  return self.application(environ, start_response)
File '/galaxy/prod/galaxy/lib/galaxy/web/framework/base.py', line 145 in __call__
  body = method( trans, **kwargs )
File '/galaxy/prod/galaxy/lib/galaxy/web/controllers/dataset.py', line 176 in report_error
  body = string.Template( error_report_template ) \
UnboundLocalError: local variable 'dataset_id' referenced before assignment

I suppose that since I got no replies to the first message on the 3rd of October that it's likely my local instance's problem and nobody else run into any trouble with the bug reporting tool?

OM