reddit

siovene

Jul 7th, 2009
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 8.35 KB | None | 0 0
  1. Error - <type 'exceptions.KeyError'>: '7bc8fe1e3c65077c2ab69c5b30898d27'
  2. URL: http://talk.geekherocomic.com/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis//comments/4a/the_truth_about_the_fin
  3. ancial_crisis/
  4. File '/usr/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
  5.   app_iter = self.application(environ, sr_checker)
  6. File '/root/src/reddit/r2/r2/config/middleware.py', line 263 in __call__
  7.   return self.app(environ, start_response)
  8. File '/root/src/reddit/r2/r2/config/middleware.py', line 331 in __call__
  9.   return self.app(environ, start_response)
  10. File '/root/src/reddit/r2/r2/config/middleware.py', line 280 in __call__
  11.   return self.app(environ, start_response)
  12. File '/root/src/reddit/r2/r2/config/middleware.py', line 295 in __call__
  13.   return self.app(environ, start_response)
  14. File '/root/src/reddit/r2/r2/config/middleware.py', line 98 in __call__
  15.   return self.app(environ, start_response)
  16. File '/root/src/reddit/r2/r2/config/middleware.py', line 98 in __call__
  17.   return self.app(environ, start_response)
  18. File '/root/src/reddit/r2/r2/config/middleware.py', line 400 in __call__
  19.   return self.app(environ, start_response)
  20. File '/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/wsgiapp.py', line 314 in __call__
  21.   return self.app(environ, start_response)
  22. File '/usr/lib/python2.5/site-packages/Beaker-1.3.1-py2.5.egg/beaker/middleware.py', line 70 in __call__
  23.   return self.app(environ, start_response)
  24. File '/usr/lib/python2.5/site-packages/Beaker-1.3.1-py2.5.egg/beaker/middleware.py', line 149 in __call__
  25.   return self.wrap_app(environ, session_start_response)
  26. File '/usr/lib/python2.5/site-packages/Routes-1.8-py2.5.egg/routes/middleware.py', line 99 in __call__
  27.   response = self.app(environ, start_response)
  28. File '/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/wsgiapp.py', line 95 in __call__
  29.   response = self.dispatch(controller, environ, start_response)
  30. File '/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/wsgiapp.py', line 236 in dispatch
  31.   return controller(environ, start_response)
  32. File '/root/src/reddit/r2/r2/lib/base.py', line 94 in __call__
  33.   res = WSGIController.__call__(self, environ, start_response)
  34. File '/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/controllers/core.py', line 160 in __call__
  35.   response = self._inspect_call(self.__before__)
  36. File '/usr/lib/python2.5/site-packages/Pylons-0.9.6.2-py2.5.egg/pylons/controllers/core.py', line 79 in _inspect_call
  37.   result = func(**args)
  38. File '/root/src/reddit/r2/r2/lib/base.py', line 47 in __before__
  39.   self.pre()
  40. File '/root/src/reddit/r2/r2/controllers/reddit_base.py', line 459 in pre
  41.   set_subreddit()
  42. File '/root/src/reddit/r2/r2/controllers/reddit_base.py', line 249 in set_subreddit
  43.   c.site = Subreddit._by_name(sr_name)
  44. File '/root/src/reddit/r2/r2/models/subreddit.py', line 102 in _by_name
  45.   sr_id = cls._by_name_cache(name, _update = _update)
  46. File '/root/src/reddit/r2/r2/lib/memoize.py', line 45 in new_fn
  47.   res = fn(*a, **kw)
  48. File '/root/src/reddit/r2/r2/models/subreddit.py', line 88 in _by_name_cache
  49.   l = list(q)
  50. File '/root/src/reddit/r2/r2/lib/db/thing.py', line 785 in __iter__
  51.   lst = self._cursor().fetchall()
  52. File '/root/src/reddit/r2/r2/lib/utils/utils.py', line 219 in fetchall
  53.   return self._fetch(self.rp.fetchall())
  54. File '/root/src/reddit/r2/r2/lib/utils/utils.py', line 214 in _fetch
  55.   return self.fn(res)
  56. File '/root/src/reddit/r2/r2/lib/db/thing.py', line 839 in row_fn
  57.   return self._kind._byID(_ids, self._data, False, extra_props)
  58. File '/root/src/reddit/r2/r2/lib/db/thing.py', line 267 in _byID
  59.   bases = sgm(cache, ids, items_db, prefix)
  60. File '/root/src/reddit/r2/r2/lib/cache.py', line 200 in sgm
  61.   r = cache.get_multi(s_keys.keys(), prefix)
  62. File '/root/src/reddit/r2/r2/lib/cache.py', line 45 in get_multi
  63.   r = self.simple_get_multi(key_map.keys())
  64. File '/root/src/reddit/r2/r2/lib/cache.py', line 184 in simple_get_multi
  65.   r = c.simple_get_multi(need)
  66. File '/root/src/reddit/r2/r2/lib/contrib/memcache.py', line 763 in get_multi
  67.   retvals[prefixed_to_orig_key[rkey]] = val   # un-prefix returned key.
  68. KeyError: '7bc8fe1e3c65077c2ab69c5b30898d27'
  69.  
  70.  
  71.  
  72. CGI Variables
  73. -------------
  74.   CONTENT_LENGTH: '0'
  75.   DOCUMENT_ROOT: '/usr/local/nginx/html'
  76.   DOCUMENT_URI: '/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/'
  77.   FULLPATH: '/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/'
  78.   GATEWAY_INTERFACE: 'CGI/1.1'
  79.   HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
  80.   HTTP_ACCEPT_CHARSET: 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
  81.   HTTP_ACCEPT_ENCODING: 'gzip,deflate'
  82.   HTTP_ACCEPT_LANGUAGE: 'en-us,en;q=0.5'
  83.   HTTP_CACHE_CONTROL: 'max-stale=0'
  84.   HTTP_CONNECTION: 'Keep-Alive'
  85.   HTTP_COOKIE: '__utma=227215499.2120400096492627700.1232710981.1246894696.1246955930.366; __utmz=227215499.1246955930.366.22.utmcsr=talk.geekherocomic.com|utmccn=(referral)|utmcmd=referral|utmcct=/; __qca=1232613155-53935735-11346180; reddit_first=%7B%22organic_pos%22%3A%200%2C%20%22firsttime%22%3A%20%22first%22%7D; siovene_reddit_counts=; siovene_last_thing=%7B%22href%22%3A%20%22http%3A//talk.geekherocomic.com/%22%2C%20%22what%22%3A%20%22t3_47%22%2C%20%22organic%22%3A%20false%7D; siovene_recentclicks2=t3_47%2Ct3_f%2Ct3_g%2Ct3_f%2Ct3_i%2Ct3_d%2Ct3_h%2Ct3_d%2Ct3_h%2Ct3_g%2Ct3_f%2Ct3_e%2Ct3_1%2Ct3_6%2Ct3_8%2Ct3_c%2Ct3_a%2Ct3_b%2Ct3_a%2Ct3_4%2Ct3_9%2Ct3_7%2Ct3_9%2Ct3_6%2Ct3_4%2Ct3_1%2Ct3_3%2Ct3_5%2Ct3_4%2C; talk_geekhero_session=1%2C2009-07-06T11%3A34%3A49%2C7ecda8f5fcb92e1ba77c6834ada6ad7eeeb64e44; __utmc=227215499; __qcb=1689289763; beaker.session.id=a55b00954d24e001f737c078a1c294bc; __utma=269473140.485564170906229760.1246866544.1246895326.1246955535.5; __utmc=269473140; __utmz=2....4.10.1246955930'
  86.   HTTP_HOST: 'talk.geekherocomic.com'
  87.   HTTP_REFERER: 'http://talk.geekherocomic.com/submit?url=http://www.geekherocomic.com/2009/04/20/the-truth-about-the-financial-crisis/&title=The%20Truth%20About%20The%20Financial%20Crisis'
  88.   HTTP_USER_AGENT: 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5'
  89.   HTTP_X_BLUECOAT_VIA: 'D837D3445BC589DA'
  90.   HTTP_X_FORWARDED_FOR: '172.21.36.149'
  91.   PATH_INFO: '/comments/4a/the_truth_about_the_financial_crisis/'
  92.   REDIRECT_STATUS: '200'
  93.   REMOTE_ADDR: '192.100.124.219'
  94.   REMOTE_PORT: '25461'
  95.   REQUEST_METHOD: 'GET'
  96.   REQUEST_URI: '/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/'
  97.   SCRIPT_NAME: '/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/'
  98.   SERVER_ADDR: '74.207.228.213'
  99.   SERVER_NAME: 'talk.geekherocomic.com'
  100.   SERVER_PORT: '80'
  101.   SERVER_PROTOCOL: 'HTTP/1.1'
  102.   SERVER_SOFTWARE: 'nginx/0.6.32'
  103.  
  104.  
  105. WSGI Variables
  106. --------------
  107.   application: <r2.config.middleware.DomainMiddleware object at 0x891df0c>
  108.   beaker.cache: <beaker.cache.CacheManager object at 0x891de0c>
  109.   beaker.get_session: <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x88cdf2c>>
  110.   beaker.session: {'_accessed_time': 1246955997.2087541}
  111.   content_type: 'text/html; charset=UTF-8'
  112.   paste.parsed_formvars: (MultiDict([]), <flup.server.fcgi_base.InputStream object at 0x96b4dac>)
  113.   paste.recursive.forward: <paste.recursive.Forwarder from /r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/>
  114.   paste.recursive.include: <paste.recursive.Includer from /r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/>
  115.   paste.recursive.include_app_iter: <paste.recursive.IncluderAppIter from /r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/>
  116.   paste.recursive.script_name: '/r/GeekHeroComic/comments/4a/the_truth_about_the_financial_crisis/'
  117.   paste.registry: <paste.registry.Registry object at 0x95964ac>
  118.   paste.throw_errors: True
  119.   pylons.environ_config: {'cache': 'beaker.cache', 'session': 'beaker.session'}
  120.   pylons.error_call: True
  121.   pylons.routes_dict: {'comment': None, 'article': u'4a', 'controller': u'front', 'action': u'GET_comments', 'title': u'the_truth_about_the_financial_crisis'}
  122.   render_style: 'html'
  123.   routes.route: <routes.base.Route object at 0x883948c>
  124.   subreddit: 'GeekHeroComic'
  125.   wsgi process: 'Multithreaded'
  126.   wsgiorg.routing_args: ((), {'comment': None, 'article': u'4a', 'controller': u'front', 'action': u'GET_comments', 'title': u'the_truth_about_the_financial_crisis'})
  127. ------------------------------------------------------------
  128.  
Add Comment
Please, Sign In to add comment