3.6 years ago by
United States
Hi Jen,
Unfortunately, I'm the one administering the local instance :)
I found this reference to phyloviz in the paster.log file:
xx.xx.xx.xxx - - [17/Apr/2015:09:23:45 -0700] "GET /galaxy/visualization/phyloviz?dataset_id=0774ab36df5b8f8b HTTP/1.1" 500 - "http://xxxxx/galaxy/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36"
Error - <type 'exceptions.TypeError'>: error_if_uploading() takes exactly 3 arguments (2 given)
URL: http://xxxxx/galaxy/visualization/phyloviz?dataset_id=0774ab36df5b8f8b
File '/opt/galaxy-dist/lib/galaxy/web/framework/middleware/error.py', line 149 in __call__
app_iter = self.application(environ, sr_checker)
File '/opt/galaxy-dist/eggs/Paste-1.7.5.1-py2.6.egg/paste/recursive.py', line 84 in __call__
return self.application(environ, start_response)
File '/opt/galaxy-dist/eggs/Paste-1.7.5.1-py2.6.egg/paste/httpexceptions.py', line 633 in __call__
return self.application(environ, start_response)
File '/opt/galaxy-dist/lib/galaxy/web/framework/base.py', line 133 in __call__
return self.handle_request( environ, start_response )
File '/opt/galaxy-dist/lib/galaxy/web/framework/base.py', line 191 in handle_request
body = method( trans, **kwargs )
File '/opt/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/visualization.py', line 1020 in phyloviz
hda = self.hda_manager.error_if_uploading( hda )
TypeError: error_if_uploading() takes exactly 3 arguments (2 given)