Hi, I'm source!
Extra Data
CGI Variables | |
---|---|
CONTENT_LENGTH | '0' |
HTTP_ACCEPT | 'application/xml,application/xhtml+xml,text/html; |
HTTP_ACCEPT_ENCODING | 'gzip, deflate' |
HTTP_ACCEPT_LANGUAGE | 'en-us' |
HTTP_CONNECTION | 'keep-alive' |
HTTP_COOKIE | ' |
HTTP_HOST | 'mir-13:8087' |
HTTP_REFERER | 'http://mir-13:8087/requests_admin/list' |
HTTP_USER_AGENT | 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5' |
PATH_INFO | '/requests_admin/list' |
QUERY_STRING | 'f-deleted=False& |
REMOTE_ADDR | '192.168.120.169' |
REQUEST_METHOD | 'GET' |
SERVER_NAME | '192.168.100.13' |
SERVER_PORT | '8087' |
SERVER_PROTOCOL | 'HTTP/1.1' |
Extra Data
WSGI Variables | |
---|---|
application | <paste.debug.prints.PrintDebugMiddleware object at 0x1a2ec150> |
paste.cookies | (<SimpleCookie: galaxysession='c6ca0ddb55be603a9d10856f5a7750a46606c5ee2c7c9708d522a267a74384365d964a7f30438d18'> |
paste.evalexception | <weberror.evalexception.middleware.EvalException object at 0x1a6c3110> |
paste.evalexception.debug_count | 1287428209 |
paste.expected_exceptions | [<class 'paste.httpexceptions.HTTPException'>] |
paste.httpexceptions | <paste.httpexceptions.HTTPExceptionHandler object at 0x1a2dadd0> |
paste.httpserver.thread_pool | <paste.httpserver.ThreadPool object at 0x167f8490> |
paste.printdebug_listeners | [<cStringIO.StringO object at 0x1b13c810>, <open file '<stderr>', mode 'w' at 0x2af73d376210>] |
paste.recursive.forward | <paste.recursive.Forwarder from /> |
paste.recursive.include | <paste.recursive.Includer from /> |
paste.recursive.include_app_iter | <paste.recursive.IncluderAppIter from /> |
paste.recursive.script_name | '' |
paste.remove_printdebug | <function remove_printdebug at 0x1b193050> |
paste.throw_errors | True |
weberror.evalexception | <weberror.evalexception.middleware.EvalException object at 0x1a6c3110> |
weberror.evalexception.debug_count | 1287428209 |
webob._parsed_query_vars | (MultiDict([('f-deleted', 'False'), ('f-state', 'New'), ('f-name', 'All'), ('f-desc', 'All'), ('sort', '-update_time'), ('async', 'false'), ('page', '1'), ('f-free-text-search', 'cells')]), 'f-deleted=False& |
wsgi process | 'Multithreaded' |
No Template information available.
Error Traceback:
⇝
AttributeError: 'StateColumn' object has no attribute 'get_filter'
URL: http://mir-13:8087/requests_admin/list?f-deleted=False&f-state=New&f-name=All&f-desc=All&sort=-update_time&async=false&page=1&f-free-text-search=cells&
Module weberror.evalexception.middleware:364 in
respond
view>> app_iter = self.application(environ, detect_start_response)
Module paste.wsgilib:539 in
intercept_output
view>> app_iter = application(environ, replacement_start_response)
Module paste.httpexceptions:632 in
__call__
view>> return self.application(environ, start_response)
Module galaxy.web.controllers.requests_admin:343 in
list
view>> return self.request_grid( trans, **kwd )
Module galaxy.web.framework.helpers.grids:138 in
__call__
view>> query = column.filter( trans, trans.user, query, column_filter )
Module galaxy.web.framework.helpers.grids:593 in
AttributeError: 'StateColumn' object has no attribute 'get_filter'filter
view>> clause_list.append( column.get_filter( trans, user, column_filter ) )
Extra Features
>> | Display the lines of code near each part of the traceback |
Show a debug prompt to allow you to directly debug the code at the traceback |