Created
December 21, 2015 00:05
-
-
Save ondoheer/2bf0d80e68b056737907 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
edis_1 | [1] 20 Dec 22:51:18.478 * Background saving started by pid 14 | |
redis_1 | [14] 20 Dec 22:51:18.562 * DB saved on disk | |
redis_1 | [14] 20 Dec 22:51:18.564 * RDB: 6 MB of memory used by copy-on-write | |
redis_1 | [1] 20 Dec 22:51:18.579 * Background saving terminated with success | |
postgres_1 | ERROR: role "catwatch" already exists | |
postgres_1 | STATEMENT: CREATE USER catwatch WITH PASSWORD 'bestpassword' | |
postgres_1 | ERROR: role "catwatch" already exists | |
postgres_1 | STATEMENT: CREATE USER catwatch WITH PASSWORD 'bestpassword' | |
redis_1 | [1] 20 Dec 23:41:20.277 * 100 changes in 300 seconds. Saving... |
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
: | |
19:04:46 web.1 | POST "/subscription/create" in 1153ms for 127.0.0.1 | |
19:04:46 web.1 | -------------------------------------------------------------------------------- | |
19:04:46 web.1 | POST "/subscription/create" in 1153ms for 127.0.0.1 | |
19:04:46 web.1 | [2015-12-20 19:04:46 +0000] [25085] [ERROR] Error handling request | |
19:04:46 web.1 | Traceback (most recent call last): | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 130, in handle | |
19:04:46 web.1 | self.handle_request(listener, req, client, addr) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 171, in handle_request | |
19:04:46 web.1 | respiter = self.wsgi(environ, resp.start_response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__ | |
19:04:46 web.1 | return self.wsgi_app(environ, start_response) | |
19:04:46 web.1 | File "/var/www/catwatch/website/catwatch/lib/http_method_override_middleware.py", line 42, in __call__ | |
19:04:46 web.1 | return self.app(environ, start_response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/werkzeug/contrib/fixers.py", line 152, in __call__ | |
19:04:46 web.1 | return self.app(environ, start_response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app | |
19:04:46 web.1 | response = self.make_response(self.handle_exception(e)) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1403, in handle_exception | |
19:04:46 web.1 | reraise(exc_type, exc_value, tb) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app | |
19:04:46 web.1 | response = self.full_dispatch_request() | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1479, in full_dispatch_request | |
19:04:46 web.1 | response = self.process_response(response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 1693, in process_response | |
19:04:46 web.1 | self.save_session(ctx.session, response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/app.py", line 837, in save_session | |
19:04:46 web.1 | return self.session_interface.save_session(self, session, response) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/sessions.py", line 326, in save_session | |
19:04:46 web.1 | val = self.get_signing_serializer(app).dumps(dict(session)) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/itsdangerous.py", line 565, in dumps | |
19:04:46 web.1 | payload = want_bytes(self.dump_payload(obj)) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/itsdangerous.py", line 847, in dump_payload | |
19:04:46 web.1 | json = super(URLSafeSerializerMixin, self).dump_payload(obj) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/itsdangerous.py", line 550, in dump_payload | |
19:04:46 web.1 | return want_bytes(self.serializer.dumps(obj)) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/sessions.py", line 85, in dumps | |
19:04:46 web.1 | return json.dumps(_tag(value), separators=(',', ':')) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/json.py", line 126, in dumps | |
19:04:46 web.1 | rv = _json.dumps(obj, **kwargs) | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/__init__.py", line 251, in dumps | |
19:04:46 web.1 | sort_keys=sort_keys, **kw).encode(obj) | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 209, in encode | |
19:04:46 web.1 | chunks = list(chunks) | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 434, in _iterencode | |
19:04:46 web.1 | for chunk in _iterencode_dict(o, _current_indent_level): | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 408, in _iterencode_dict | |
19:04:46 web.1 | for chunk in chunks: | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 332, in _iterencode_list | |
19:04:46 web.1 | for chunk in chunks: | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 408, in _iterencode_dict | |
19:04:46 web.1 | for chunk in chunks: | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 332, in _iterencode_list | |
19:04:46 web.1 | for chunk in chunks: | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 442, in _iterencode | |
19:04:46 web.1 | o = _default(o) | |
19:04:46 web.1 | File "/home/ondoheer/.virtualenvs/catwatch/lib/python2.7/site-packages/flask/json.py", line 83, in default | |
19:04:46 web.1 | return _json.JSONEncoder.default(self, o) | |
19:04:46 web.1 | File "/usr/lib64/python2.7/json/encoder.py", line 184, in default | |
19:04:46 web.1 | raise TypeError(repr(o) + " is not JSON serializable") | |
19:04:46 web.1 | TypeError: InvalidRequestError(u'No such plan: gold',) is not JSON serializable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment