Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottle TypeError: 'Route' object has no attribute '__getitem__' #3

Open
dman777 opened this issue Apr 2, 2014 · 0 comments
Open

Bottle TypeError: 'Route' object has no attribute '__getitem__' #3

dman777 opened this issue Apr 2, 2014 · 0 comments

Comments

@dman777
Copy link

dman777 commented Apr 2, 2014

10.1.8.13 - - [2014-04-02 17:42:45] "GET /500 HTTP/1.1" 303 138 0.000380
Traceback (most recent call last):
File "/home/one/.virtualenvs/willie/local/lib/python2.7/site-packages/bottle.py", line 850, in _handle
return route.call(**args)
File "/home/one/.virtualenvs/willie/local/lib/python2.7/site-packages/bottle.py", line 194, in get
value = obj.dict[self.func.name] = self.func(obj)
File "/home/one/.virtualenvs/willie/local/lib/python2.7/site-packages/bottle.py", line 491, in call
return self._make_callback()
File "/home/one/.virtualenvs/willie/local/lib/python2.7/site-packages/bottle.py", line 518, in _make_callback
callback = plugin.apply(callback, self)
File "/home/one/.virtualenvs/willie/local/lib/python2.7/site-packages/bottle_redis.py", line 24, in apply
conf = context['config'].get('redis') or {}
TypeError: 'Route' object has no attribute 'getitem'
10.1.8.13 - - [2014-04-02 17:42:45] "GET /500 HTTP/1.1" 303 138 0.000314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant