Created
April 17, 2013 06:24
-
-
Save j100002ben/5402179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 1246, in communicate | |
| req.respond() | |
| File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 758, in respond | |
| self.server.gateway(self).respond() | |
| File "/home/plurk/plurk/git_trunk/ext/parts/web/wsgiserver/__init__.py", line 1949, in respond | |
| response = self.req.server.wsgi_app(self.env, self.start_response) | |
| File "/home/plurk/plurk/git_trunk/ext/werkzeug/utils.py", line 859, in __call__ | |
| return self.app(environ, start_response) | |
| File "/home/plurk/plurk/git_trunk/ext/parts/web/web.py", line 295, in dispatch_request | |
| rv = handle_error() | |
| File "/home/plurk/plurk/git_trunk/ext/parts/web/web.py", line 358, in handle_error | |
| result = handler(e) | |
| File "plurk/web/error_handler.py", line 65, in error_handler | |
| trace_back=t_b) | |
| File "plurk/templates.py", line 147, in renderPlurkTemplate | |
| html = PlurkTemplates().addDynamicData(html, ses_user, page_user) | |
| File "plurk/templates.py", line 153, in addDynamicData | |
| 'session_user': users.exposeSessionUser(ses_user), | |
| File "plurk/users.py", line 355, in exposeSessionUser | |
| session_user['notifications_count'] = Notifications().getCount(user.id) | |
| File "/home/plurk/plurk/git_trunk/ext/parts/cache/__init__.py", line 125, in proxy | |
| value = f(*args, **kwargs) | |
| File "plurk/models/notifications.py", line 108, in getCount | |
| user = Users().getUserById(uid) | |
| File "plurk/models/users.py", line 471, in getUserById | |
| self.annotateUser(user) | |
| File "plurk/models/users.py", line 523, in annotateUser | |
| user['name_color'] = NameStyle().getColor(user.id, bypass_feature_manager=True) | |
| File "plurk/models/name_style.py", line 34, in getColor | |
| color = fixedlist2.get_redis('settings').get(key) | |
| File "/home/plurk/plurk/git_trunk/ext/redis/client.py", line 420, in get | |
| return self.execute_command('GET', name) | |
| File "/home/plurk/plurk/git_trunk/ext/redis/client.py", line 280, in execute_command | |
| connection.send_command(*args) | |
| File "/home/plurk/plurk/git_trunk/ext/redis/connection.py", line 258, in send_command | |
| self.send_packed_command(self.pack_command(*args)) | |
| File "/home/plurk/plurk/git_trunk/ext/redis/connection.py", line 241, in send_packed_command | |
| self.connect() | |
| File "/home/plurk/plurk/git_trunk/ext/redis/connection.py", line 189, in connect | |
| raise ConnectionError(self._error_message(e)) | |
| ConnectionError: Error 111 connecting 192.168.0.67:6382. Connection refused. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment