#7946 Error setting channel in Chat's options

v1.3.2
closed
42cc (432)
General
Heith Seewald
2015-09-28
2015-08-03
No
  1. Go to Admin -> Tool
  2. Find "Chat" tool and click "Options"
  3. Enter something in the "channel" field
  4. Click "Save"

 

URL: http://localhost:8080/p/test/admin/chat/configure
File '/usr/local/lib/python2.7/dist-packages/weberror/evalexception.py', line 438 in respond
  return_iter = list(app_iter)
File '/usr/local/lib/python2.7/dist-packages/paste/registry.py', line 409 in streaming_iter
  for item in self.application(environ, start_response):
File '/usr/local/lib/python2.7/dist-packages/ming/odm/middleware.py', line 20 in __call__
  result = self.app(environ, start_response)
File '/allura/Allura/allura/lib/custom_middleware.py', line 60 in __call__
  return self.app(environ, start_response)
File '/usr/local/lib/python2.7/dist-packages/ew/middleware.py', line 65 in __call__
  result = self.app(environ, start_response)
File '/allura/Allura/allura/lib/custom_middleware.py', line 263 in __call__
  return resp(environ, start_response)
File '/allura/Allura/allura/config/middleware.py', line 201 in AlluraGlobalsMiddleware
  return app(environ, start_response)
File '/allura/Allura/allura/lib/custom_middleware.py', line 217 in __call__
  return self._app(environ, session_start_response)
File '/usr/local/lib/python2.7/dist-packages/timermiddleware/__init__.py', line 196 in __call__
  resp = req.get_response(self.app)
File '/usr/local/lib/python2.7/dist-packages/webob/request.py', line 1053 in get_response
  application, catch_exc_info=False)
File '/usr/local/lib/python2.7/dist-packages/webob/request.py', line 1022 in call_application
  app_iter = application(self.environ, start_response)
File '/allura/Allura/allura/lib/custom_middleware.py', line 156 in __call__
  self.app, environ, catch_exc_info=True)
File '/usr/local/lib/python2.7/dist-packages/pylons/util.py', line 48 in call_wsgi_application
  app_iter = application(environ, start_response)
File '/allura/Allura/allura/lib/custom_middleware.py', line 391 in __call__
  return self.app(environ, remember_login_start_response)
File '/usr/local/lib/python2.7/dist-packages/beaker/middleware.py', line 155 in __call__
  return self.wrap_app(environ, session_start_response)
File '/usr/local/lib/python2.7/dist-packages/routes/middleware.py', line 131 in __call__
  response = self.app(environ, start_response)
File '/usr/local/lib/python2.7/dist-packages/pylons/wsgiapp.py', line 107 in __call__
  response = self.dispatch(controller, environ, start_response)
File '/usr/local/lib/python2.7/dist-packages/pylons/wsgiapp.py', line 312 in dispatch
  return controller(environ, start_response)
File '/allura/Allura/allura/lib/base.py', line 49 in __call__
  environ, start_response)
File '/usr/local/lib/python2.7/dist-packages/pylons/controllers/core.py', line 211 in __call__
  response = self._dispatch_call()
File '/usr/local/lib/python2.7/dist-packages/pylons/controllers/core.py', line 162 in _dispatch_call
  response = self._inspect_call(func)
File '/usr/local/lib/python2.7/dist-packages/pylons/controllers/core.py', line 105 in _inspect_call
  result = self._perform_call(func, args)
File '/usr/local/lib/python2.7/dist-packages/tg/controllers/dispatcher.py', line 258 in _perform_call
  r = self._call(func, params, remainder=remainder)
File '/usr/local/lib/python2.7/dist-packages/tg/controllers/decoratedcontroller.py', line 120 in _call
  output = controller_callable(*remainder, **dict(params))
TypeError: configure() got an unexpected keyword argument '_session_id'

Related

Tickets: #7922

Discussion

  • Igor Bondarenko - 2015-08-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,6 +2,8 @@
     2. Find "Chat" tool and click "Options"
     3. Enter something in the "channel" field
     4. Click "Save"
    +
    + 
    
     ~~~~~
     URL: http://localhost:8080/p/test/admin/chat/configure
    
     
  • Igor Bondarenko - 2015-08-18
    • Owner: Anonymous --> Igor Bondarenko
    • Labels: --> 42cc
    • Status: open --> in-progress
     
  • Igor Bondarenko - 2015-09-22
    • status: in-progress --> review
     
  • Igor Bondarenko - 2015-09-22

    Closed #846. ib/7946

     
  • Heith Seewald - 2015-09-23
    • Reviewer: Heith Seewald
     
  • Heith Seewald - 2015-09-28

    Looks good, Igor.

    I did run into an unrelated bug [#3400]. That threw me off for a while, but I eventually just worked around it and was able to QA this ticket.

    /merged

     

    Related

    Tickets: #3400

  • Heith Seewald - 2015-09-28
    • status: review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2015-12-08
    • Milestone: unreleased --> v1.3.2
     

Log in to post a comment.