PageRenderTime 53ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/429 error.txt

https://github.com/ArkeologeN/roybiv
Plain Text | 100 lines | 98 code | 2 blank | 0 comment | 0 complexity | f1816751f8fb897c257ae2b290e3aefb MD5 | raw file
  1. reddit over used error
  2. INFO 2013-03-04 01:35:01,014 reddit.py:75] geek
  3. WARNING 2013-03-04 01:35:03,061 urlfetch_stub.py:453] Stripped prohibited headers from URLFetch request: ['Host']
  4. ERROR 2013-03-04 01:35:03,682 webapp2.py:1552] HTTP Error 404: Not Found
  5. Traceback (most recent call last):
  6. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1535, in __call__
  7. rv = self.handle_exception(request, response, e)
  8. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1529, in __call__
  9. rv = self.router.dispatch(request, response)
  10. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
  11. return route.handler_adapter(request, response)
  12. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1102, in __call__
  13. return handler.dispatch()
  14. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 572, in dispatch
  15. return self.handle_exception(e, self.app.debug)
  16. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 570, in dispatch
  17. return method(*args, **kwargs)
  18. File "/Users/k/Work/www/side_projects/bigtimefresh/appengine/reddit.py", line 78, in get
  19. getSubredditData(subreddit)
  20. File "/Users/k/Work/www/side_projects/bigtimefresh/appengine/reddit.py", line 247, in getSubredditData
  21. f = opener.open(url)
  22. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open
  23. response = meth(req, response)
  24. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response
  25. 'http', request, response, code, msg, hdrs)
  26. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error
  27. return self._call_chain(*args)
  28. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain
  29. result = func(*args)
  30. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default
  31. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  32. HTTPError: HTTP Error 404: Not Found
  33. INFO 2013-03-04 01:35:03,743 dev_appserver.py:3104] "GET /reddit/getdata HTTP/1.1" 500 -
  34. INFO 2013-03-04 01:35:03,880 dev_appserver.py:3104] "GET /favicon.ico HTTP/1.1" 200 -
  35. INFO 2013-03-04 01:35:34,283 reddit.py:75] geek
  36. WARNING 2013-03-04 01:35:36,287 urlfetch_stub.py:453] Stripped prohibited headers from URLFetch request: ['Host']
  37. ERROR 2013-03-04 01:35:37,134 webapp2.py:1552] HTTP Error 429: Unknown
  38. Traceback (most recent call last):
  39. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1535, in __call__
  40. rv = self.handle_exception(request, response, e)
  41. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1529, in __call__
  42. rv = self.router.dispatch(request, response)
  43. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
  44. return route.handler_adapter(request, response)
  45. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1102, in __call__
  46. return handler.dispatch()
  47. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 572, in dispatch
  48. return self.handle_exception(e, self.app.debug)
  49. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 570, in dispatch
  50. return method(*args, **kwargs)
  51. File "/Users/k/Work/www/side_projects/bigtimefresh/appengine/reddit.py", line 78, in get
  52. getSubredditData(subreddit)
  53. File "/Users/k/Work/www/side_projects/bigtimefresh/appengine/reddit.py", line 247, in getSubredditData
  54. f = opener.open(url)
  55. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open
  56. response = meth(req, response)
  57. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response
  58. 'http', request, response, code, msg, hdrs)
  59. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error
  60. return self._call_chain(*args)
  61. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain
  62. result = func(*args)
  63. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default
  64. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  65. HTTPError: HTTP Error 429: Unknown
  66. INFO 2013-03-04 01:35:37,144 dev_appserver.py:3104] "GET /reddit/getdata HTTP/1.1" 500 -
  67. INFO 2013-03-04 01:35:37,246 dev_appserver.py:3104] "GET /favicon.ico HTTP/1.1" 200 -
  68. INFO 2013-03-04 01:40:24,192 reddit.py:75] geek
  69. INFO 2013-03-04 01:40:26,193 reddit.py:242] starting fresh
  70. INFO 2013-03-04 01:40:26,265 dev_appserver.py:3104] "GET /reddit/getdata HTTP/1.1" 200 -
  71. INFO 2013-03-04 01:40:26,348 dev_appserver.py:3104] "GET /css/bootstrap.min.css HTTP/1.1" 200 -
  72. INFO 2013-03-04 01:40:26,378 dev_appserver.py:3104] "GET /css/bootstrap-responsive.min.css HTTP/1.1" 304 -
  73. INFO 2013-03-04 01:40:26,406 dev_appserver.py:3104] "GET /css/btf.css HTTP/1.1" 304 -
  74. INFO 2013-03-04 01:40:26,454 dev_appserver.py:3104] "GET /js/bootstrap.min.js HTTP/1.1" 304 -
  75. INFO 2013-03-04 01:40:26,947 dev_appserver.py:3104] "GET /favicon.ico HTTP/1.1" 200 -
  76. ERROR 2013-03-04 01:40:43,344 wsgi.py:219]
  77. Traceback (most recent call last):
  78. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 196, in Handle
  79. handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  80. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 255, in _LoadHandler
  81. handler = __import__(path[0])
  82. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 692, in Decorate
  83. return func(self, *args, **kwargs)
  84. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 1766, in load_module
  85. return self.FindAndLoadModule(submodule, fullname, search_path)
  86. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 692, in Decorate
  87. return func(self, *args, **kwargs)
  88. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 1630, in FindAndLoadModule
  89. description)
  90. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 692, in Decorate
  91. return func(self, *args, **kwargs)
  92. File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py", line 1577, in LoadModuleRestricted
  93. description)
  94. File "/Users/k/Work/www/side_projects/bigtimefresh/appengine/reddit.py", line 34, in <module>
  95. import praw #Reddit wrapper
  96. ImportError: No module named praw
  97. INFO 2013-03-04 01:40:44,182 dev_appserver.py:3104] "GET /reddit/getdata HTTP/1.1" 500 -
  98. INFO 2013-03-04 01:40:44,297 dev_appserver.py:3104] "GET /favicon.ico HTTP/1.1" 200 -