Advertisement
Rabin_BK

Untitled

Aug 18th, 2018
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.15 KB | None | 0 0
  1. › Warning: heroku update available from 7.7.4 to 7.7.10
  2. 2018-08-18T07:29:08.192595+00:00 app[web.1]: respiter = self.wsgi(environ, resp.start_response)
  3. 2018-08-18T07:29:08.192597+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py", line 75, in __call__
  4. 2018-08-18T07:29:08.192599+00:00 app[web.1]: return self.application(environ, start_response)
  5. 2018-08-18T07:29:08.192600+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 157, in __call__
  6. 2018-08-18T07:29:08.192602+00:00 app[web.1]: response = self.get_response(request)
  7. 2018-08-18T07:29:08.192604+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 124, in get_response
  8. 2018-08-18T07:29:08.192607+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/exception.py", line 43, in inner
  9. 2018-08-18T07:29:08.192606+00:00 app[web.1]: response = self._middleware_chain(request)
  10. 2018-08-18T07:29:08.192609+00:00 app[web.1]: response = response_for_exception(request, exc)
  11. 2018-08-18T07:29:08.192611+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/exception.py", line 93, in response_for_exception
  12. 2018-08-18T07:29:08.192613+00:00 app[web.1]: response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  13. 2018-08-18T07:29:08.192615+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/exception.py", line 143, in handle_uncaught_exception
  14. 2018-08-18T07:29:08.192617+00:00 app[web.1]: return callback(request, **param_dict)
  15. 2018-08-18T07:29:08.192618+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
  16. 2018-08-18T07:29:08.192622+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/views/defaults.py", line 68, in server_error
  17. 2018-08-18T07:29:08.192624+00:00 app[web.1]: template = loader.get_template(template_name)
  18. 2018-08-18T07:29:08.192627+00:00 app[web.1]: return engine.get_template(template_name)
  19. 2018-08-18T07:29:08.192625+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loader.py", line 21, in get_template
  20. 2018-08-18T07:29:08.192620+00:00 app[web.1]: response = view_func(request, *args, **kwargs)
  21. 2018-08-18T07:29:08.192629+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/backends/django.py", line 39, in get_template
  22. 2018-08-18T07:29:08.192631+00:00 app[web.1]: return Template(self.engine.get_template(template_name), self)
  23. 2018-08-18T07:29:08.192634+00:00 app[web.1]: template, origin = self.find_template(template_name)
  24. 2018-08-18T07:29:08.192632+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/engine.py", line 162, in get_template
  25. 2018-08-18T07:29:08.192636+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/engine.py", line 136, in find_template
  26. 2018-08-18T07:29:08.192637+00:00 app[web.1]: name, template_dirs=dirs, skip=skip,
  27. 2018-08-18T07:29:08.192639+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loaders/cached.py", line 60, in get_template
  28. 2018-08-18T07:29:08.192641+00:00 app[web.1]: template_name, template_dirs, skip,
  29. 2018-08-18T07:29:08.192642+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loaders/base.py", line 38, in get_template
  30. 2018-08-18T07:29:08.192644+00:00 app[web.1]: contents = self.get_contents(origin)
  31. 2018-08-18T07:29:08.192645+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loaders/cached.py", line 28, in get_contents
  32. 2018-08-18T07:29:08.192647+00:00 app[web.1]: return origin.loader.get_contents(origin)
  33. 2018-08-18T07:29:08.192648+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/loaders/filesystem.py", line 28, in get_contents
  34. 2018-08-18T07:29:08.192650+00:00 app[web.1]: with io.open(origin.name, encoding=self.engine.file_charset) as fp:
  35. 2018-08-18T07:29:08.192652+00:00 app[web.1]: IOError: [Errno 20] Not a directory: '/app/Mysite/settings.pyc/Mysite/templates/500.html'
  36. 2018-08-18T07:29:08.196148+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=GET path="/" host=bytesnepal.herokuapp.com request_id=883d404c-c078-4bc6-9194-cddc62e78fb2 fwd="110.34.30.2" dyno=web.1 connect=1ms service=236ms status=503 bytes=0 protocol=https
  37. 2018-08-18T07:31:56.000000+00:00 app[api]: Build started by user aarsis717@gmail.com
  38. 2018-08-18T07:32:22.625362+00:00 heroku[web.1]: Restarting
  39. 2018-08-18T07:32:22.626122+00:00 heroku[web.1]: State changed from up to starting
  40. 2018-08-18T07:32:21.604204+00:00 app[api]: Release v16 created by user aarsis717@gmail.com
  41. 2018-08-18T07:32:23.770496+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  42. 2018-08-18T07:32:23.791463+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [10] [INFO] Worker exiting (pid: 10)
  43. 2018-08-18T07:32:23.792724+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [4] [INFO] Handling signal: term
  44. 2018-08-18T07:32:23.793379+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [11] [INFO] Worker exiting (pid: 11)
  45. 2018-08-18T07:32:23.879279+00:00 app[web.1]: [2018-08-18 07:32:23 +0000] [4] [INFO] Shutting down: Master
  46. 2018-08-18T07:32:21.604204+00:00 app[api]: Deploy f1d70568 by user aarsis717@gmail.com
  47. 2018-08-18T07:32:23.964429+00:00 heroku[web.1]: Process exited with status 0
  48. 2018-08-18T07:32:31.611206+00:00 heroku[web.1]: Starting process with command `gunicorn Mysite.wsgi --log-file -`
  49. 2018-08-18T07:32:31.000000+00:00 app[api]: Build succeeded
  50. 2018-08-18T07:32:34.552878+00:00 heroku[web.1]: State changed from starting to up
  51. 2018-08-18T07:32:34.316379+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Starting gunicorn 19.9.0
  52. 2018-08-18T07:32:34.317205+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Listening at: http://0.0.0.0:29447 (4)
  53. 2018-08-18T07:32:34.317477+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [4] [INFO] Using worker: sync
  54. 2018-08-18T07:32:34.325252+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [10] [INFO] Booting worker with pid: 10
  55. 2018-08-18T07:32:34.374074+00:00 app[web.1]: [2018-08-18 07:32:34 +0000] [11] [INFO] Booting worker with pid: 11
  56. 2018-08-18T07:32:35.906920+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  57. 2018-08-18T07:32:35.906958+00:00 app[web.1]: """)
  58. 2018-08-18T07:32:35.907448+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  59. 2018-08-18T07:32:35.907452+00:00 app[web.1]: """)
  60. 2018-08-18T07:32:36.047179+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /app/staticfiles/
  61. 2018-08-18T07:32:36.048313+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /app/staticfiles/
  62. 2018-08-18T07:32:36.048316+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  63. 2018-08-18T07:32:36.047183+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  64. 2018-08-18T07:32:42.150149+00:00 app[web.1]: 10.35.152.177 - - [18/Aug/2018:07:32:42 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  65. 2018-08-18T07:32:42.150046+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=7bb355ca-e695-444b-9317-4a0c3c446220 fwd="110.34.30.2" dyno=web.1 connect=1ms service=142ms status=500 bytes=234 protocol=https
  66. 2018-08-18T07:46:51.877381+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=d7863253-1cbf-4d2a-a047-4424164e9579 fwd="110.34.30.2" dyno=web.1 connect=1ms service=95ms status=500 bytes=234 protocol=https
  67. 2018-08-18T07:46:51.878580+00:00 app[web.1]: 10.63.65.75 - - [18/Aug/2018:07:46:51 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  68. 2018-08-18T08:19:38.833769+00:00 heroku[web.1]: Idling
  69. 2018-08-18T08:19:38.834098+00:00 heroku[web.1]: State changed from up to down
  70. 2018-08-18T08:19:39.774185+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  71. 2018-08-18T08:19:39.790901+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [11] [INFO] Worker exiting (pid: 11)
  72. 2018-08-18T08:19:39.807306+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [4] [INFO] Handling signal: term
  73. 2018-08-18T08:19:39.791446+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [10] [INFO] Worker exiting (pid: 10)
  74. 2018-08-18T08:19:39.820711+00:00 app[web.1]: [2018-08-18 08:19:39 +0000] [4] [INFO] Shutting down: Master
  75. 2018-08-18T08:19:39.907684+00:00 heroku[web.1]: Process exited with status 0
  76. 2018-08-18T10:47:56.000000+00:00 app[api]: Build started by user aarsis717@gmail.com
  77. 2018-08-18T10:48:18.606027+00:00 heroku[web.1]: State changed from down to starting
  78. 2018-08-18T10:48:17.905056+00:00 app[api]: Release v17 created by user aarsis717@gmail.com
  79. 2018-08-18T10:48:17.905056+00:00 app[api]: Deploy 9a2bb5e9 by user aarsis717@gmail.com
  80. 2018-08-18T10:48:27.351283+00:00 heroku[web.1]: Starting process with command `gunicorn Mysite.wsgi --log-file -`
  81. 2018-08-18T10:48:27.000000+00:00 app[api]: Build succeeded
  82. 2018-08-18T10:48:30.404064+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Starting gunicorn 19.9.0
  83. 2018-08-18T10:48:30.404788+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Listening at: http://0.0.0.0:49383 (4)
  84. 2018-08-18T10:48:30.404944+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [4] [INFO] Using worker: sync
  85. 2018-08-18T10:48:30.418214+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [10] [INFO] Booting worker with pid: 10
  86. 2018-08-18T10:48:30.476261+00:00 app[web.1]: [2018-08-18 10:48:30 +0000] [11] [INFO] Booting worker with pid: 11
  87. 2018-08-18T10:48:31.491669+00:00 heroku[web.1]: State changed from starting to up
  88. 2018-08-18T10:48:32.318070+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  89. 2018-08-18T10:48:32.318100+00:00 app[web.1]: """)
  90. 2018-08-18T10:48:32.487412+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  91. 2018-08-18T10:48:32.332249+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  92. 2018-08-18T10:48:32.522512+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /staticfiles/
  93. 2018-08-18T10:48:32.332252+00:00 app[web.1]: """)
  94. 2018-08-18T10:48:32.522517+00:00 app[web.1]: warnings.warn(u'No directory at: {}'.format(root))
  95. 2018-08-18T10:48:32.487408+00:00 app[web.1]: /app/.heroku/python/lib/python2.7/site-packages/whitenoise/base.py:97: UserWarning: No directory at: /staticfiles/
  96. 2018-08-18T10:49:55.465846+00:00 heroku[router]: at=info method=GET path="/" host=bytesnepal.herokuapp.com request_id=8aa61a23-fb40-4508-ba6b-2397f3994eb6 fwd="110.34.30.2" dyno=web.1 connect=1ms service=169ms status=500 bytes=234 protocol=https
  97. 2018-08-18T10:49:55.465991+00:00 app[web.1]: 10.37.251.47 - - [18/Aug/2018:10:49:55 +0000] "GET / HTTP/1.1" 500 27 "https://dashboard.heroku.com/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  98. 2018-08-18T10:49:56.008441+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=bytesnepal.herokuapp.com request_id=ec3cf2e9-c10f-485c-aaf9-497b403136ed fwd="110.34.30.2" dyno=web.1 connect=0ms service=7ms status=404 bytes=266 protocol=https
  99. 2018-08-18T10:49:56.043506+00:00 app[web.1]: 10.61.204.254 - - [18/Aug/2018:10:49:56 +0000] "GET /favicon.ico HTTP/1.1" 404 85 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  100. 2018-08-18T10:49:56.028474+00:00 app[web.1]: 10.5.171.245 - - [18/Aug/2018:10:49:56 +0000] "GET /favicon.ico HTTP/1.1" 404 85 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
  101. 2018-08-18T10:49:56.043106+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=bytesnepal.herokuapp.com request_id=759a781c-690e-4290-adb4-380eeabef644 fwd="110.34.30.2" dyno=web.1 connect=1ms service=32ms status=404 bytes=266 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement