Ticket #33092: example.log

File example.log, 169.2 KB (added by Martijn van der Blom, 3 years ago)

Log file that contains the log from a run of the example project. The log file contains the full stacktraces for this error.

Line 
1[2021-09-08 14:20:36 +0000] [1] [DEBUG] Current configuration:
2 config: ./gunicorn.conf.py
3 wsgi_app: None
4 bind: ['0.0.0.0:8000']
5 backlog: 2048
6 workers: 3
7 worker_class: gevent
8 threads: 1
9 worker_connections: 33
10 max_requests: 0
11 max_requests_jitter: 0
12 timeout: 30
13 graceful_timeout: 30
14 keepalive: 2
15 limit_request_line: 4094
16 limit_request_fields: 100
17 limit_request_field_size: 8190
18 reload: False
19 reload_engine: auto
20 reload_extra_files: []
21 spew: False
22 check_config: False
23 print_config: False
24 preload_app: False
25 sendfile: None
26 reuse_port: False
27 chdir: /~/app
28 daemon: False
29 raw_env: []
30 pidfile: None
31 worker_tmp_dir: None
32 user: 0
33 group: 0
34 umask: 0
35 initgroups: False
36 tmp_upload_dir: None
37 secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
38 forwarded_allow_ips: ['127.0.0.1']
39 accesslog: None
40 disable_redirect_access_to_syslog: False
41 access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
42 errorlog: -
43 loglevel: DEBUG
44 capture_output: False
45 logger_class: gunicorn.glogging.Logger
46 logconfig: None
47 logconfig_dict: {}
48 syslog_addr: udp://localhost:514
49 syslog: False
50 syslog_prefix: None
51 syslog_facility: user
52 enable_stdio_inheritance: False
53 statsd_host: None
54 dogstatsd_tags:
55 statsd_prefix:
56 proc_name: None
57 default_proc_name: django_memcached.wsgi:application
58 pythonpath: None
59 paste: None
60 on_starting: <function OnStarting.on_starting at 0x7fb67d729f70>
61 on_reload: <function OnReload.on_reload at 0x7fb67d73d0d0>
62 when_ready: <function WhenReady.when_ready at 0x7fb67d73d1f0>
63 pre_fork: <function Prefork.pre_fork at 0x7fb67d73d310>
64 post_fork: <function Postfork.post_fork at 0x7fb67d73d430>
65 post_worker_init: <function PostWorkerInit.post_worker_init at 0x7fb67d73d550>
66 worker_int: <function WorkerInt.worker_int at 0x7fb67d73d670>
67 worker_abort: <function WorkerAbort.worker_abort at 0x7fb67d73d790>
68 pre_exec: <function PreExec.pre_exec at 0x7fb67d73d8b0>
69 pre_request: <function PreRequest.pre_request at 0x7fb67d73d9d0>
70 post_request: <function PostRequest.post_request at 0x7fb67d73da60>
71 child_exit: <function ChildExit.child_exit at 0x7fb67d73db80>
72 worker_exit: <function WorkerExit.worker_exit at 0x7fb67d73dca0>
73 nworkers_changed: <function NumWorkersChanged.nworkers_changed at 0x7fb67d73ddc0>
74 on_exit: <function OnExit.on_exit at 0x7fb67d73dee0>
75 proxy_protocol: False
76 proxy_allow_ips: ['127.0.0.1']
77 keyfile: None
78 certfile: None
79 ssl_version: 2
80 cert_reqs: 0
81 ca_certs: None
82 suppress_ragged_eofs: True
83 do_handshake_on_connect: False
84 ciphers: None
85 raw_paste_global_conf: []
86 strip_header_spaces: False
87[2021-09-08 14:20:36 +0000] [1] [INFO] Starting gunicorn 20.1.0
88[2021-09-08 14:20:36 +0000] [1] [DEBUG] Arbiter booted
89[2021-09-08 14:20:36 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
90[2021-09-08 14:20:36 +0000] [1] [INFO] Using worker: gevent
91[2021-09-08 14:20:36 +0000] [13] [INFO] Booting worker with pid: 13
92[2021-09-08 14:20:37 +0000] [14] [INFO] Booting worker with pid: 14
93[2021-09-08 14:20:37 +0000] [15] [INFO] Booting worker with pid: 15
94[2021-09-08 14:20:37 +0000] [1] [DEBUG] 3 workers
95[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
96[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
97[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
98[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
99[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
100[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
101[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
102[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
103[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
104[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
105[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
106[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
107[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
108[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
109Internal Server Error: /polls/
110Traceback (most recent call last):
111 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
112 response = get_response(request)
113 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
114 response = wrapped_callback(request, *callback_args, **callback_kwargs)
115 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
116 result = middleware.process_request(request)
117 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
118 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
119 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
120 headerlist = cache.get(cache_key)
121 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
122 return self._cache.get(key, default)
123 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
124 return self._run_cmd('get', key, None, *args, **kwargs)
125 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
126 return self._safely_run_func(
127 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
128 result = func(*args, **kwargs)
129 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
130 return self._fetch_cmd(b'get', [key], False).get(key, default)
131 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1047, in _fetch_cmd
132 raise MemcacheUnknownError(line[:32])
133pymemcache.exceptions.MemcacheUnknownError: b'STORED'
134Internal Server Error: /polls/
135Traceback (most recent call last):
136 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
137 response = get_response(request)
138 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
139 response = wrapped_callback(request, *callback_args, **callback_kwargs)
140 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
141 result = middleware.process_request(request)
142 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
143 response = self.cache.get(cache_key)
144 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
145 return self._cache.get(key, default)
146 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
147 return self._run_cmd('get', key, None, *args, **kwargs)
148 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
149 return self._safely_run_func(
150 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
151 result = func(*args, **kwargs)
152 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
153 return self._fetch_cmd(b'get', [key], False).get(key, default)
154 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
155 key, value, buf = self._extract_value(expect_cas, line, buf,
156 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
157 key = remapped_keys[key]
158KeyError: b':1:views.decorators.cache.cache_header..f1b466a8af17ac2cdc0873e81eb0dcff.en-us.UTC'
159Internal Server Error: /polls/
160Traceback (most recent call last):
161 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
162 response = get_response(request)
163 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
164 response = wrapped_callback(request, *callback_args, **callback_kwargs)
165 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
166 result = middleware.process_request(request)
167 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
168 response = self.cache.get(cache_key)
169 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
170 return self._cache.get(key, default)
171 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
172 return self._run_cmd('get', key, None, *args, **kwargs)
173 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
174 return self._safely_run_func(
175 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
176 result = func(*args, **kwargs)
177 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
178 return self._fetch_cmd(b'get', [key], False).get(key, default)
179 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
180 key, value, buf = self._extract_value(expect_cas, line, buf,
181 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
182 key = remapped_keys[key]
183KeyError: b':1:views.decorators.cache.cache_header..f1b466a8af17ac2cdc0873e81eb0dcff.en-us.UTC'
184Internal Server Error: /polls/
185Traceback (most recent call last):
186 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
187 response = get_response(request)
188 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
189 response = wrapped_callback(request, *callback_args, **callback_kwargs)
190 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 148, in _wrapped_view
191 return middleware.process_response(request, response)
192 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 109, in process_response
193 cache_key = learn_cache_key(request, response, timeout, self.key_prefix, cache=self.cache)
194 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 406, in learn_cache_key
195 cache.set(cache_key, [], cache_timeout)
196 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 82, in set
197 if not self._cache.set(key, value, self.get_backend_timeout(timeout)):
198 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 358, in set
199 return self._run_cmd('set', key, False, *args, **kwargs)
200 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
201 return self._safely_run_func(
202 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
203 result = func(*args, **kwargs)
204 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 462, in set
205 return self._store_cmd(b'set', {key: value}, expire, noreply,
206 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1103, in _store_cmd
207 buf, line = _readline(self.sock, buf)
208 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
209 buf = _recv(sock, RECV_SIZE)
210 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
211 return sock.recv(size)
212 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
213 self._wait(self._read_event)
214 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
215 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
216 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
217 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
218 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
219 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
220 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
221 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
222 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
223 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
224 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
225gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
226[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
227[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
228[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
229[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
230[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
231[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
232[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
233[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
234[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
235[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
236[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
237Internal Server Error: /polls/
238Traceback (most recent call last):
239 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
240 response = get_response(request)
241 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
242 response = wrapped_callback(request, *callback_args, **callback_kwargs)
243 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
244 result = middleware.process_request(request)
245 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
246 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
247 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
248 headerlist = cache.get(cache_key)
249 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
250 return self._cache.get(key, default)
251 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
252 return self._run_cmd('get', key, None, *args, **kwargs)
253 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
254 return self._safely_run_func(
255 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
256 result = func(*args, **kwargs)
257 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
258 return self._fetch_cmd(b'get', [key], False).get(key, default)
259 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
260 buf, line = _readline(self.sock, buf)
261 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
262 buf = _recv(sock, RECV_SIZE)
263 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
264 return sock.recv(size)
265 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
266 self._wait(self._read_event)
267 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
268 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
269 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
270 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
271 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
272 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
273 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
274 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
275 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
276 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
277 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
278gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
279[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
280Internal Server Error: /polls/
281Traceback (most recent call last):
282 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
283 response = get_response(request)
284 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
285 response = wrapped_callback(request, *callback_args, **callback_kwargs)
286 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
287 result = middleware.process_request(request)
288 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
289 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
290 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
291 headerlist = cache.get(cache_key)
292 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
293 return self._cache.get(key, default)
294 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
295 return self._run_cmd('get', key, None, *args, **kwargs)
296 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
297 return self._safely_run_func(
298 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
299 result = func(*args, **kwargs)
300 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
301 return self._fetch_cmd(b'get', [key], False).get(key, default)
302 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
303 buf, line = _readline(self.sock, buf)
304 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
305 buf = _recv(sock, RECV_SIZE)
306 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
307 return sock.recv(size)
308 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
309 self._wait(self._read_event)
310 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
311 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
312 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
313 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
314 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
315 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
316 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
317 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
318 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
319 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
320 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
321gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
322[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
323[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
324[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
325[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
326[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
327[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
328[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
329[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
330[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
331[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
332[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
333[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
334[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
335[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
336[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
337[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
338[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
339[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
340[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
341[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
342[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
343[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
344[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
345[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
346[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
347[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
348[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
349[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
350[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
351[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
352[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
353[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
354[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
355[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
356[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
357[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
358[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
359[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
360[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
361[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
362[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
363[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
364[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
365[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
366[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
367[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
368[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
369[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
370[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
371[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
372[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
373[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
374[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
375[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
376[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
377[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
378[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
379[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
380[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
381[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
382[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
383[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
384[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
385[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
386[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
387[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
388[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
389[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
390[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
391[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
392[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
393[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
394[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
395[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
396[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
397[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
398[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
399[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
400[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
401[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
402[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
403[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
404[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
405[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
406[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
407[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
408[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
409[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
410[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
411[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
412[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
413[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
414[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
415[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
416[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
417[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
418[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
419[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
420[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
421[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
422[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
423[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
424[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
425[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
426[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
427[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
428[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
429[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
430[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
431[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
432[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
433[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
434[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
435[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
436[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
437[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
438[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
439[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
440[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
441[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
442[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
443[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
444[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
445[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
446[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
447[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
448[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
449[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
450[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
451[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
452[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
453[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
454[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
455[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
456[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
457[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
458[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
459[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
460[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
461[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
462[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
463[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
464[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
465[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
466[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
467[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
468[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
469[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
470[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
471[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
472[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
473[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
474[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
475[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
476[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
477[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
478[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
479[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
480[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
481[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
482[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
483[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
484[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
485[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
486[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
487[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
488[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
489[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
490[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
491[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
492[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
493[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
494[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
495[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
496[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
497[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
498[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
499[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
500[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
501[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
502[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
503[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
504[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
505[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
506[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
507[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
508[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
509[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
510[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
511[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
512[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
513[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
514[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
515[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
516[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
517[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
518[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
519[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
520[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
521[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
522[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
523[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
524[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
525[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
526[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
527[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
528[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
529[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
530[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
531[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
532[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
533[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
534[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
535[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
536[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
537[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
538[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
539[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
540[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
541[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
542[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
543[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
544[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
545[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
546[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
547[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
548[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
549[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
550[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
551[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
552[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
553[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
554[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
555[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
556[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
557[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
558[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
559[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
560[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
561[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
562[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
563[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
564[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
565[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
566[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
567[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
568[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
569[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
570[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
571[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
572[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
573[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
574[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
575[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
576[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
577[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
578[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
579[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
580[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
581[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
582[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
583[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
584[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
585[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
586[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
587[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
588[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
589[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
590[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
591[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
592[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
593[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
594[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
595[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
596[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
597[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
598[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
599[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
600[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
601[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
602[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
603[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
604[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
605[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
606[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
607[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
608[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
609[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
610[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
611[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
612[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
613[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
614[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
615[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
616[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
617[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
618[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
619[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
620[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
621[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
622[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
623[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
624[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
625[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
626[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
627[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
628[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
629[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
630[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
631[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
632[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
633[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
634[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
635[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
636[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
637[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
638[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
639[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
640[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
641[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
642[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
643[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
644[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
645[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
646[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
647[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
648[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
649[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
650[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
651[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
652[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
653[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
654[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
655[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
656[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
657[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
658[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
659[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
660[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
661[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
662[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
663[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
664[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
665[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
666[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
667[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
668[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
669[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
670[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
671[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
672[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
673[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
674[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
675[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
676[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
677[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
678[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
679[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
680[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
681[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
682[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
683[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
684[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
685[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
686[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
687[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
688[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
689[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
690[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
691[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
692[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
693[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
694[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
695[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
696[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
697[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
698[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
699[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
700[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
701[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
702[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
703[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
704[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
705[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
706[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
707[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
708[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
709[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
710[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
711[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
712[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
713[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
714[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
715[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
716[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
717[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
718[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
719[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
720[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
721[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
722[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
723[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
724[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
725[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
726[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
727[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
728[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
729[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
730[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
731[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
732[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
733[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
734[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
735[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
736[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
737[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
738[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
739[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
740[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
741[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
742[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
743[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
744[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
745[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
746[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
747[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
748[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
749[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
750[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
751[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
752[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
753[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
754[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
755[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
756[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
757[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
758[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
759[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
760[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
761[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
762[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
763[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
764[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
765[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
766[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
767[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
768[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
769[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
770[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
771[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
772[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
773[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
774[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
775[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
776[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
777[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
778[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
779[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
780[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
781[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
782[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
783[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
784[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
785[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
786[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
787[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
788[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
789[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
790[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
791[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
792[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
793[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
794[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
795[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
796[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
797[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
798[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
799[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
800[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
801[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
802[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
803[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
804[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
805[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
806[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
807[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
808[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
809[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
810[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
811[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
812[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
813[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
814[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
815[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
816[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
817[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
818[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
819[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
820[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
821[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
822[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
823[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
824[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
825[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
826[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
827[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
828[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
829[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
830[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
831[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
832[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
833[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
834[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
835[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
836[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
837[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
838[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
839[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
840[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
841[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
842[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
843[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
844[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
845[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
846[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
847[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
848[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
849[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
850[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
851[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
852[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
853[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
854[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
855[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
856[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
857[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
858[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
859[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
860[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
861[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
862[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
863[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
864[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
865[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
866[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
867[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
868[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
869[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
870[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
871[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
872[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
873[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
874[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
875[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
876[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
877[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
878[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
879[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
880[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
881[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
882[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
883[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
884[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
885[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
886[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
887[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
888[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
889[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
890[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
891[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
892[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
893[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
894[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
895[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
896[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
897[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
898[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
899[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
900[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
901[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
902[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
903[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
904[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
905[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
906[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
907[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
908[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
909[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
910[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
911[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
912[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
913[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
914[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
915[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
916[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
917[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
918[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
919[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
920[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
921[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
922[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
923[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
924[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
925[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
926[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
927[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
928[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
929[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
930[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
931[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
932[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
933[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
934[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
935[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
936[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
937[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
938[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
939[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
940[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
941[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
942[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
943[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
944[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
945[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
946[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
947[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
948[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
949[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
950[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
951[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
952[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
953[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
954[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
955[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
956[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
957[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
958[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
959[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
960[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
961[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
962[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
963[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
964[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
965[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
966[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
967[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
968[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
969[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
970[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
971[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
972[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
973[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
974[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
975[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
976[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
977[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
978[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
979[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
980[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
981[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
982[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
983[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
984[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
985[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
986[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
987[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
988[2021-09-08 14:20:38 +0000] [14] [DEBUG] GET /polls/
989[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
990[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
991[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
992[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
993[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
994[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
995[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
996[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
997[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
998[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
999[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
1000[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
1001[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
1002[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
1003[2021-09-08 14:20:38 +0000] [13] [DEBUG] GET /polls/
1004[2021-09-08 14:20:38 +0000] [15] [DEBUG] GET /polls/
1005[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
1006[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
1007[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
1008[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
1009[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
1010[2021-09-08 14:20:38 +0000] [15] [DEBUG] Closing connection.
1011[2021-09-08 14:20:38 +0000] [14] [DEBUG] Closing connection.
1012[2021-09-08 14:20:38 +0000] [13] [DEBUG] Closing connection.
1013[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1014[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1015[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1016[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1017[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1018[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1019[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1020[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1021[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1022[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1023[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1024[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1025[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1026[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1027[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1028[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1029[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1030[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1031[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1032[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1033[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1034[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1035[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1036[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1037[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1038[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1039[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1040[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1041[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1042[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1043[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1044[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1045[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1046[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1047[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1048[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1049[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1050[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1051[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1052[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1053[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1054[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1055[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1056[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1057[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1058[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1059[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1060[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1061[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1062[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1063[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1064[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1065[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1066[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1067[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1068[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1069[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1070[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1071[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1072[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1073[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1074[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1075[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1076[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1077[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1078[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1079[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1080[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1081[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1082[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1083[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1084[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1085[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1086[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1087[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1088[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1089[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1090[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1091[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1092[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1093[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1094[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1095[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1096[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1097[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1098[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1099[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1100[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1101[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1102[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1103[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1104[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1105[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1106[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1107[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1108[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1109[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1110[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1111[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1112[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1113[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1114[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1115[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1116[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1117[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1118[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1119[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1120[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1121[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1122[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1123[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1124[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1125[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1126[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1127[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1128[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1129[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1130[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1131[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1132[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1133[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1134[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1135[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1136[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1137[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1138[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1139[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1140[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1141[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1142[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1143[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1144[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1145[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1146[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1147[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1148[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1149[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1150[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1151[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1152[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1153[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1154[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1155[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1156[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1157[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1158[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1159Internal Server Error: /polls/
1160Traceback (most recent call last):
1161 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1162 response = get_response(request)
1163 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1164 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1165 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
1166 result = middleware.process_request(request)
1167 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
1168 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
1169 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
1170 headerlist = cache.get(cache_key)
1171 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
1172 return self._cache.get(key, default)
1173 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
1174 return self._run_cmd('get', key, None, *args, **kwargs)
1175 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1176 return self._safely_run_func(
1177 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1178 result = func(*args, **kwargs)
1179 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
1180 return self._fetch_cmd(b'get', [key], False).get(key, default)
1181 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1047, in _fetch_cmd
1182 raise MemcacheUnknownError(line[:32])
1183pymemcache.exceptions.MemcacheUnknownError: b'STORED'
1184Internal Server Error: /polls/
1185Traceback (most recent call last):
1186 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1187 response = get_response(request)
1188 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1189 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1190 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
1191 result = middleware.process_request(request)
1192 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
1193 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
1194 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
1195 headerlist = cache.get(cache_key)
1196 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
1197 return self._cache.get(key, default)
1198 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
1199 return self._run_cmd('get', key, None, *args, **kwargs)
1200 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1201 return self._safely_run_func(
1202 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1203 result = func(*args, **kwargs)
1204 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
1205 return self._fetch_cmd(b'get', [key], False).get(key, default)
1206 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
1207 key, value, buf = self._extract_value(expect_cas, line, buf,
1208 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
1209 key = remapped_keys[key]
1210KeyError: b':1:views.decorators.cache.cache_page..GET.f1b466a8af17ac2cdc0873e81eb0dcff.d41d8cd98f00b204e9800998ecf8427e.en-us.UTC'
1211Internal Server Error: /polls/
1212Traceback (most recent call last):
1213 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1214 response = get_response(request)
1215 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1216 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1217 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
1218 result = middleware.process_request(request)
1219 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
1220 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
1221 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
1222 headerlist = cache.get(cache_key)
1223 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
1224 return self._cache.get(key, default)
1225 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
1226 return self._run_cmd('get', key, None, *args, **kwargs)
1227 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1228 return self._safely_run_func(
1229 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1230 result = func(*args, **kwargs)
1231 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
1232 return self._fetch_cmd(b'get', [key], False).get(key, default)
1233 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
1234 key, value, buf = self._extract_value(expect_cas, line, buf,
1235 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
1236 key = remapped_keys[key]
1237KeyError: b':1:views.decorators.cache.cache_page..GET.f1b466a8af17ac2cdc0873e81eb0dcff.d41d8cd98f00b204e9800998ecf8427e.en-us.UTC'
1238[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1239Internal Server Error: /polls/
1240Traceback (most recent call last):
1241 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1242 response = get_response(request)
1243 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1244 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1245 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 148, in _wrapped_view
1246 return middleware.process_response(request, response)
1247 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 115, in process_response
1248 self.cache.set(cache_key, response, timeout)
1249 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 82, in set
1250 if not self._cache.set(key, value, self.get_backend_timeout(timeout)):
1251 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 358, in set
1252 return self._run_cmd('set', key, False, *args, **kwargs)
1253 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1254 return self._safely_run_func(
1255 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1256 result = func(*args, **kwargs)
1257 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 462, in set
1258 return self._store_cmd(b'set', {key: value}, expire, noreply,
1259 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1103, in _store_cmd
1260 buf, line = _readline(self.sock, buf)
1261 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
1262 buf = _recv(sock, RECV_SIZE)
1263 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
1264 return sock.recv(size)
1265 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
1266 self._wait(self._read_event)
1267 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
1268 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
1269 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
1270 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1271 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1272 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1273 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
1274 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1275 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1276 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1277 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
1278gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
1279[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1280[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1281[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1282[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1283[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1284[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1285[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1286[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1287[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1288[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1289[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1290[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1291[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1292[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1293[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1294[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1295[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1296Internal Server Error: /polls/
1297Traceback (most recent call last):
1298 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1299 response = get_response(request)
1300 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1301 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1302 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
1303 result = middleware.process_request(request)
1304 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
1305 response = self.cache.get(cache_key)
1306 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
1307 return self._cache.get(key, default)
1308 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
1309 return self._run_cmd('get', key, None, *args, **kwargs)
1310 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1311 return self._safely_run_func(
1312 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1313 result = func(*args, **kwargs)
1314 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
1315 return self._fetch_cmd(b'get', [key], False).get(key, default)
1316 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
1317 buf, line = _readline(self.sock, buf)
1318 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
1319 buf = _recv(sock, RECV_SIZE)
1320 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
1321 return sock.recv(size)
1322 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
1323 self._wait(self._read_event)
1324 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
1325 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
1326 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
1327 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1328 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1329 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1330 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
1331 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1332 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1333 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1334 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
1335gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
1336[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1337[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1338[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1339[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1340[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1341[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1342[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1343[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1344[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1345[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1346[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1347[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1348[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1349[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1350[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1351[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1352[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1353[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1354[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1355[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1356[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1357[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1358[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1359[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1360[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1361[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1362Internal Server Error: /polls/
1363Traceback (most recent call last):
1364 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
1365 response = get_response(request)
1366 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
1367 response = wrapped_callback(request, *callback_args, **callback_kwargs)
1368 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
1369 result = middleware.process_request(request)
1370 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
1371 response = self.cache.get(cache_key)
1372 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
1373 return self._cache.get(key, default)
1374 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
1375 return self._run_cmd('get', key, None, *args, **kwargs)
1376 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
1377 return self._safely_run_func(
1378 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
1379 result = func(*args, **kwargs)
1380 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
1381 return self._fetch_cmd(b'get', [key], False).get(key, default)
1382 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
1383 buf, line = _readline(self.sock, buf)
1384 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
1385 buf = _recv(sock, RECV_SIZE)
1386 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
1387 return sock.recv(size)
1388 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
1389 self._wait(self._read_event)
1390 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
1391 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
1392 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
1393 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1394 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1395 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
1396 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
1397 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1398 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1399 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
1400 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
1401gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
1402[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1403[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1404[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1405[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1406[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1407[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1408[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1409[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1410[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1411[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1412[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1413[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1414[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1415[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1416[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1417[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1418[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1419[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1420[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1421[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1422[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1423[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1424[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1425[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1426[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1427[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1428[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1429[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1430[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1431[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1432[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1433[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1434[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1435[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1436[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1437[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1438[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1439[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1440[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1441[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1442[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1443[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1444[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1445[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1446[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1447[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1448[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1449[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1450[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1451[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1452[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1453[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1454[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1455[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1456[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1457[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1458[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1459[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1460[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1461[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1462[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1463[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1464[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1465[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1466[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1467[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1468[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1469[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1470[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1471[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1472[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1473[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1474[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1475[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1476[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1477[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1478[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1479[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1480[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1481[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1482[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1483[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1484[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1485[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1486[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1487[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1488[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1489[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1490[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1491[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1492[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1493[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1494[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1495[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1496[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1497[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1498[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1499[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1500[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1501[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1502[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1503[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1504[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1505[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1506[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1507[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1508[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1509[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1510[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1511[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1512[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1513[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1514[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1515[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1516[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1517[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1518[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1519[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1520[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1521[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1522[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1523[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1524[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1525[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1526[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1527[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1528[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1529[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1530[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1531[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1532[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1533[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1534[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1535[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1536[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1537[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1538[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1539[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1540[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1541[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1542[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1543[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1544[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1545[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1546[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1547[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1548[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1549[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1550[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1551[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1552[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1553[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1554[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1555[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1556[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1557[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1558[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1559[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1560[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1561[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1562[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1563[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1564[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1565[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1566[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1567[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1568[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1569[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1570[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1571[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1572[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1573[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1574[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1575[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1576[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1577[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1578[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1579[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1580[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1581[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1582[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1583[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1584[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1585[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1586[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1587[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1588[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1589[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1590[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1591[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1592[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1593[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1594[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1595[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1596[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1597[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1598[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1599[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1600[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1601[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1602[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1603[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1604[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1605[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1606[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1607[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1608[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1609[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1610[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1611[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1612[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1613[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1614[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1615[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1616[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1617[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1618[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1619[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1620[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1621[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1622[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1623[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1624[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1625[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1626[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1627[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1628[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1629[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1630[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1631[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1632[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1633[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1634[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1635[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1636[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1637[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1638[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1639[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1640[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1641[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1642[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1643[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1644[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1645[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1646[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1647[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1648[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1649[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1650[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1651[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1652[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1653[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1654[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1655[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1656[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1657[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1658[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1659[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1660[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1661[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1662[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1663[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1664[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1665[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1666[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1667[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1668[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1669[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1670[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1671[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1672[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1673[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1674[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1675[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1676[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1677[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1678[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1679[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1680[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1681[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1682[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1683[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1684[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1685[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1686[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1687[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1688[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1689[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1690[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1691[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1692[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1693[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1694[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1695[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1696[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1697[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1698[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1699[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1700[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1701[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1702[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1703[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1704[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1705[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1706[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1707[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1708[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1709[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1710[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1711[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1712[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1713[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1714[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1715[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1716[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1717[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1718[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1719[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1720[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1721[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1722[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1723[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1724[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1725[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1726[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1727[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1728[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1729[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1730[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1731[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1732[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1733[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1734[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1735[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1736[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1737[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1738[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1739[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1740[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1741[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1742[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1743[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1744[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1745[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1746[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1747[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1748[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1749[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1750[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1751[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1752[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1753[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1754[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1755[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1756[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1757[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1758[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1759[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1760[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1761[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1762[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1763[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1764[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1765[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1766[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1767[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1768[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1769[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1770[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1771[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1772[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1773[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1774[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1775[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1776[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1777[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1778[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1779[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1780[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1781[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1782[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1783[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1784[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1785[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1786[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1787[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1788[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1789[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1790[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1791[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1792[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1793[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1794[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1795[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1796[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1797[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1798[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1799[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1800[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1801[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1802[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1803[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1804[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1805[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1806[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1807[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1808[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1809[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1810[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1811[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1812[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1813[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1814[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1815[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1816[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1817[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1818[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1819[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1820[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1821[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1822[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1823[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1824[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1825[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1826[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1827[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1828[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1829[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1830[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1831[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1832[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1833[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1834[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1835[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1836[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1837[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1838[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1839[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1840[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1841[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1842[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1843[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1844[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1845[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1846[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1847[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1848[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1849[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1850[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1851[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1852[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1853[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1854[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1855[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1856[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1857[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1858[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1859[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1860[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1861[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1862[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1863[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1864[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1865[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1866[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1867[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1868[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1869[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1870[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1871[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1872[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1873[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1874[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1875[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1876[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1877[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1878[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1879[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1880[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1881[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1882[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1883[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1884[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1885[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1886[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1887[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1888[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1889[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1890[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1891[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1892[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1893[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1894[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1895[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1896[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1897[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1898[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1899[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1900[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1901[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1902[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1903[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1904[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1905[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1906[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1907[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1908[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1909[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1910[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1911[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1912[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1913[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1914[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1915[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1916[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1917[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1918[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1919[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1920[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1921[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1922[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1923[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1924[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1925[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1926[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1927[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1928[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1929[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1930[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1931[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1932[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1933[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1934[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1935[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1936[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1937[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1938[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1939[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1940[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1941[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1942[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1943[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1944[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1945[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1946[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1947[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1948[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1949[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1950[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1951[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1952[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1953[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1954[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1955[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1956[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1957[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1958[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1959[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1960[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1961[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1962[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1963[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1964[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1965[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1966[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1967[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1968[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1969[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1970[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1971[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1972[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1973[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1974[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1975[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1976[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1977[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1978[2021-09-08 14:20:39 +0000] [13] [DEBUG] Closing connection.
1979[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1980[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1981[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1982[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1983[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1984[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1985[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1986[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1987[2021-09-08 14:20:39 +0000] [13] [DEBUG] GET /polls/
1988[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1989[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1990[2021-09-08 14:20:39 +0000] [14] [DEBUG] Closing connection.
1991[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1992[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1993[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1994[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1995[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1996[2021-09-08 14:20:39 +0000] [15] [DEBUG] GET /polls/
1997[2021-09-08 14:20:39 +0000] [14] [DEBUG] GET /polls/
1998[2021-09-08 14:20:39 +0000] [15] [DEBUG] Closing connection.
1999[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2000[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2001[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2002[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2003[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2004[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2005[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2006[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2007[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2008[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2009[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2010[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2011[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2012[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2013[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2014[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2015[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2016[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2017[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2018[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2019[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2020[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2021[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2022[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2023[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2024[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2025[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2026[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2027[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2028[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2029[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2030[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2031[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2032[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2033[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2034[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2035[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2036[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2037[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2038[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2039[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2040[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2041[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2042[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2043[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2044[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2045[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2046[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2047[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2048[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2049[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2050[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2051[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2052[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2053[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2054[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2055[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2056[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2057[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2058[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2059[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2060[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2061[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2062[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2063[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2064[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2065[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2066[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2067[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2068[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2069[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2070[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2071[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2072[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2073[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2074[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2075[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2076[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2077[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2078[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2079[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2080[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2081[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2082[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2083[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2084[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2085[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2086[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2087[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2088[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2089[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2090[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2091[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2092[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2093[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2094[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2095[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2096[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2097[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2098[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2099[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2100[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2101[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2102[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2103[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2104[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2105[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2106[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2107[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2108[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2109[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2110[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2111[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2112[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2113[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2114[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2115[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2116[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2117[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2118[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2119[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2120[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2121[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2122[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2123[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2124[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2125[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2126[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2127[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2128[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2129[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2130[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2131[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2132[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2133[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2134[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2135[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2136[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2137[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2138[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2139[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2140[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2141[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2142[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2143[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2144[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2145[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2146[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2147[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2148[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2149[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2150[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2151[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2152[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2153[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2154[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2155[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2156[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2157[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2158[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2159[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2160[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2161[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2162[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2163[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2164[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2165[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2166[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2167[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2168[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2169[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2170[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2171[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2172[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2173[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2174[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2175[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2176[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2177[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2178[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2179[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2180[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2181[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2182[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2183[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2184[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2185[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2186[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2187[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2188[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2189[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2190[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2191[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2192[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2193[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2194[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2195[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2196[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2197[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2198[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2199[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2200[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2201[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2202[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2203[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2204[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2205[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2206[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2207[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2208[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2209[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2210[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2211[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2212[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2213[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2214[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2215Internal Server Error: /polls/
2216Traceback (most recent call last):
2217 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2218 response = get_response(request)
2219 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2220 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2221 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2222 result = middleware.process_request(request)
2223 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
2224 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
2225 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
2226 headerlist = cache.get(cache_key)
2227 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2228 return self._cache.get(key, default)
2229 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2230 return self._run_cmd('get', key, None, *args, **kwargs)
2231 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2232 return self._safely_run_func(
2233 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2234 result = func(*args, **kwargs)
2235 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2236 return self._fetch_cmd(b'get', [key], False).get(key, default)
2237 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
2238 key, value, buf = self._extract_value(expect_cas, line, buf,
2239 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
2240 key = remapped_keys[key]
2241KeyError: b':1:views.decorators.cache.cache_page..GET.f1b466a8af17ac2cdc0873e81eb0dcff.d41d8cd98f00b204e9800998ecf8427e.en-us.UTC'
2242Internal Server Error: /polls/
2243Traceback (most recent call last):
2244 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2245 response = get_response(request)
2246 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2247 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2248 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2249 result = middleware.process_request(request)
2250 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
2251 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
2252 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
2253 headerlist = cache.get(cache_key)
2254 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2255 return self._cache.get(key, default)
2256 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2257 return self._run_cmd('get', key, None, *args, **kwargs)
2258 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2259 return self._safely_run_func(
2260 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2261 result = func(*args, **kwargs)
2262 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2263 return self._fetch_cmd(b'get', [key], False).get(key, default)
2264 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
2265 key, value, buf = self._extract_value(expect_cas, line, buf,
2266 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
2267 key = remapped_keys[key]
2268KeyError: b':1:views.decorators.cache.cache_page..GET.f1b466a8af17ac2cdc0873e81eb0dcff.d41d8cd98f00b204e9800998ecf8427e.en-us.UTC'
2269Internal Server Error: /polls/
2270Traceback (most recent call last):
2271 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2272 response = get_response(request)
2273 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2274 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2275 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2276 result = middleware.process_request(request)
2277 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 145, in process_request
2278 cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
2279 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/cache.py", line 362, in get_cache_key
2280 headerlist = cache.get(cache_key)
2281 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2282 return self._cache.get(key, default)
2283 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2284 return self._run_cmd('get', key, None, *args, **kwargs)
2285 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2286 return self._safely_run_func(
2287 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2288 result = func(*args, **kwargs)
2289 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2290 return self._fetch_cmd(b'get', [key], False).get(key, default)
2291 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1035, in _fetch_cmd
2292 key, value, buf = self._extract_value(expect_cas, line, buf,
2293 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 998, in _extract_value
2294 key = remapped_keys[key]
2295KeyError: b':1:views.decorators.cache.cache_page..GET.f1b466a8af17ac2cdc0873e81eb0dcff.d41d8cd98f00b204e9800998ecf8427e.en-us.UTC'
2296Internal Server Error: /polls/
2297Traceback (most recent call last):
2298 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2299 response = get_response(request)
2300 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2301 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2302 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2303 result = middleware.process_request(request)
2304 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
2305 response = self.cache.get(cache_key)
2306 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2307 return self._cache.get(key, default)
2308 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2309 return self._run_cmd('get', key, None, *args, **kwargs)
2310 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2311 return self._safely_run_func(
2312 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2313 result = func(*args, **kwargs)
2314 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2315 return self._fetch_cmd(b'get', [key], False).get(key, default)
2316 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
2317 buf, line = _readline(self.sock, buf)
2318 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
2319 buf = _recv(sock, RECV_SIZE)
2320 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
2321 return sock.recv(size)
2322 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
2323 self._wait(self._read_event)
2324 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
2325 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
2326 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
2327 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2328 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2329 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2330 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
2331 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2332 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2333 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2334 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
2335gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
2336[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2337[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2338[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2339[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2340[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2341[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2342[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2343[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2344[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2345[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2346[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2347[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2348[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2349[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2350[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2351[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2352[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2353[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2354[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2355Internal Server Error: /polls/
2356Traceback (most recent call last):
2357 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2358 response = get_response(request)
2359 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2360 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2361 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2362 result = middleware.process_request(request)
2363 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
2364 response = self.cache.get(cache_key)
2365 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2366 return self._cache.get(key, default)
2367 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2368 return self._run_cmd('get', key, None, *args, **kwargs)
2369 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2370 return self._safely_run_func(
2371 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2372 result = func(*args, **kwargs)
2373 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2374 return self._fetch_cmd(b'get', [key], False).get(key, default)
2375 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
2376 buf, line = _readline(self.sock, buf)
2377 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
2378 buf = _recv(sock, RECV_SIZE)
2379 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
2380 return sock.recv(size)
2381 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 657, in recv
2382 return self._sock.recv(*args)
2383 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socket3.py", line 55, in _dummy
2384 raise OSError(EBADF, 'Bad file descriptor')
2385OSError: [Errno 9] Bad file descriptor
2386[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2387[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2388[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2389[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2390[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2391[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2392[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2393[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2394[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2395[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2396[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2397[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2398[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2399[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2400[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2401[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2402[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2403[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2404[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2405[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2406[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2407[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2408[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2409[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2410[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2411Internal Server Error: /polls/
2412Traceback (most recent call last):
2413 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner
2414 response = get_response(request)
2415 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
2416 response = wrapped_callback(request, *callback_args, **callback_kwargs)
2417 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/utils/decorators.py", line 122, in _wrapped_view
2418 result = middleware.process_request(request)
2419 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/middleware/cache.py", line 149, in process_request
2420 response = self.cache.get(cache_key)
2421 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/django/core/cache/backends/memcached.py", line 77, in get
2422 return self._cache.get(key, default)
2423 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 361, in get
2424 return self._run_cmd('get', key, None, *args, **kwargs)
2425 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 334, in _run_cmd
2426 return self._safely_run_func(
2427 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/hash.py", line 214, in _safely_run_func
2428 result = func(*args, **kwargs)
2429 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 619, in get
2430 return self._fetch_cmd(b'get', [key], False).get(key, default)
2431 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1027, in _fetch_cmd
2432 buf, line = _readline(self.sock, buf)
2433 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1438, in _readline
2434 buf = _recv(sock, RECV_SIZE)
2435 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/pymemcache/client/base.py", line 1492, in _recv
2436 return sock.recv(size)
2437 File "/root/.local/share/virtualenvs/app-V4pLjx-P/lib/python3.8/site-packages/gevent/_socketcommon.py", line 663, in recv
2438 self._wait(self._read_event)
2439 File "src/gevent/_hub_primitives.py", line 317, in gevent._gevent_c_hub_primitives.wait_on_socket
2440 File "src/gevent/_hub_primitives.py", line 322, in gevent._gevent_c_hub_primitives.wait_on_socket
2441 File "src/gevent/_hub_primitives.py", line 304, in gevent._gevent_c_hub_primitives._primitive_wait
2442 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2443 File "src/gevent/_hub_primitives.py", line 46, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2444 File "src/gevent/_hub_primitives.py", line 55, in gevent._gevent_c_hub_primitives.WaitOperationsGreenlet.wait
2445 File "src/gevent/_waiter.py", line 154, in gevent._gevent_c_waiter.Waiter.get
2446 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2447 File "src/gevent/_greenlet_primitives.py", line 61, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2448 File "src/gevent/_greenlet_primitives.py", line 65, in gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop.switch
2449 File "src/gevent/_gevent_c_greenlet_primitives.pxd", line 35, in gevent._gevent_c_greenlet_primitives._greenlet_switch
2450gevent._socketcommon.cancel_wait_ex: [Errno 9] File descriptor was closed in another greenlet
2451[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2452[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2453[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2454[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2455[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2456[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2457[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2458[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2459[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2460[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2461[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2462[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2463[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2464[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2465[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2466[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2467[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2468[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2469[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2470[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2471[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2472[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2473[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2474[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2475[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2476[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2477[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2478[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2479[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2480[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2481[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2482[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2483[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2484[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2485[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2486[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2487[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2488[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2489[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2490[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2491[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2492[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2493[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2494[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2495[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2496[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2497[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2498[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2499[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2500[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2501[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2502[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2503[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2504[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2505[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2506[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2507[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2508[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2509[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2510[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2511[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2512[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2513[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2514[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2515[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2516[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2517[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2518[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2519[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2520[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2521[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2522[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2523[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2524[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2525[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2526[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2527[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2528[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2529[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2530[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2531[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2532[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2533[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2534[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2535[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2536[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2537[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2538[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2539[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2540[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2541[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2542[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2543[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2544[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2545[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2546[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2547[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2548[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2549[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2550[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2551[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2552[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2553[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2554[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2555[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2556[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2557[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2558[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2559[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2560[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2561[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2562[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2563[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2564[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2565[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2566[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2567[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2568[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2569[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2570[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2571[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2572[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2573[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2574[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2575[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2576[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2577[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2578[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2579[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2580[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2581[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2582[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2583[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2584[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2585[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2586[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2587[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2588[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2589[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2590[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2591[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2592[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2593[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2594[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2595[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2596[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2597[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2598[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2599[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2600[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2601[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2602[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2603[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2604[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2605[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2606[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2607[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2608[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2609[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2610[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2611[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2612[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2613[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2614[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2615[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2616[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2617[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2618[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2619[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2620[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2621[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2622[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2623[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2624[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2625[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2626[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2627[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2628[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2629[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2630[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2631[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2632[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2633[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2634[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2635[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2636[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2637[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2638[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2639[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2640[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2641[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2642[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2643[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2644[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2645[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2646[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2647[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2648[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2649[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2650[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2651[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2652[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2653[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2654[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2655[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2656[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2657[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2658[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2659[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2660[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2661[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2662[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2663[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2664[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2665[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2666[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2667[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2668[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2669[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2670[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2671[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2672[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2673[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2674[2021-09-08 14:20:40 +0000] [15] [DEBUG] GET /polls/
2675[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2676[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2677[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2678[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2679[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2680[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
2681[2021-09-08 14:20:40 +0000] [15] [DEBUG] Closing connection.
2682[2021-09-08 14:20:40 +0000] [13] [DEBUG] GET /polls/
2683[2021-09-08 14:20:40 +0000] [14] [DEBUG] GET /polls/
2684[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2685[2021-09-08 14:20:40 +0000] [14] [DEBUG] Closing connection.
2686[2021-09-08 14:20:40 +0000] [13] [DEBUG] Closing connection.
Back to Top