dingxin_toolbox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8896 lines
890 KiB

1 year ago
INFO 2023-11-06 14:37:19,819 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:37:43,555 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 14:37:44,254 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:42:37,111 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:45:50,810 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-06 14:45:50,967 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\mixins.py", line 46, in list
return Response(serializer.data)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 768, in data
ret = super().data
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 253, in data
self._data = self.to_representation(self.instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 686, in to_representation
return [
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 687, in <listcomp>
self.child.to_representation(item) for item in iterable
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 507, in to_representation
for field in fields:
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 368, in _readable_fields
for field in self.fields.values():
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\functional.py", line 57, in __get__
res = instance.__dict__[self.name] = self.func(instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 356, in fields
for key, value in self.get_fields().items():
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1076, in get_fields
field_class, field_kwargs = self.build_field(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1222, in build_field
return self.build_unknown_field(field_name, model_class)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\serializers.py", line 1340, in build_unknown_field
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Field name `zz_unm` is not valid for model `Cinema`.
ERROR 2023-11-06 14:45:50,972 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 142370
INFO 2023-11-06 14:46:27,105 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\serializers.py changed, reloading.
INFO 2023-11-06 14:46:27,828 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:46:30,166 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:46:30,240 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 195
INFO 2023-11-06 14:47:04,749 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\serializers.py changed, reloading.
INFO 2023-11-06 14:47:05,528 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 14:47:07,205 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:47:07,311 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 237
INFO 2023-11-06 14:48:54,964 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-06 14:48:55,045 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 237
ERROR 2023-11-06 14:51:28,028 log 241 Internal Server Error: /update/cinema_add
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-11-06 14:51:28,032 basehttp 212 "POST /update/cinema_add?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 500 73469
WARNING 2023-11-06 14:53:04,947 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:53:04,948 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
INFO 2023-11-06 14:55:18,648 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-06 14:55:19,380 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 14:55:52,641 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:55:52,642 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
WARNING 2023-11-06 14:55:57,429 log 241 Not Found: /update/cinema_add
WARNING 2023-11-06 14:55:57,430 basehttp 212 "POST /update/cinema_add?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 404 3194
INFO 2023-11-06 14:59:30,054 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-06 14:59:30,895 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 14:59:35,689 log 241 Bad Request: /update/cinema_add/
WARNING 2023-11-06 14:59:35,690 basehttp 212 "POST /update/cinema_add/?name=%E9%BC%8E%E6%96%B0%E6%B5%8B%E8%AF%95%E5%BD%B1%E9%99%A23.111&ip=172.16.3.111&zz_num=15033211&inner_id=1994&db_user=test&db_pwd=cine123456&sys_ver=2.0.33.0333.ZZ&client_ver=2.033.0333.8876 HTTP/1.1" 400 307
INFO 2023-11-06 15:00:32,104 basehttp 212 "POST /update/cinema_add/ HTTP/1.1" 201 245
INFO 2023-11-06 15:11:09,895 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:11:10,555 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:12:06,419 log 241 Not Found: /cinema_get/1
WARNING 2023-11-06 15:12:06,419 basehttp 212 "GET /cinema_get/1 HTTP/1.1" 404 2233
WARNING 2023-11-06 15:12:39,762 log 241 Not Found: /cinema_get/id=1
WARNING 2023-11-06 15:12:39,763 basehttp 212 "GET /cinema_get/id=1 HTTP/1.1" 404 2244
WARNING 2023-11-06 15:13:03,164 log 241 Not Found: /cinema_get/
WARNING 2023-11-06 15:13:03,165 basehttp 212 "GET /cinema_get/?id=1 HTTP/1.1" 404 2235
WARNING 2023-11-06 15:13:16,655 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:16,656 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
WARNING 2023-11-06 15:13:50,462 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:50,463 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 15:13:50,712 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:13:51,428 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:13:54,686 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:13:54,687 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
WARNING 2023-11-06 15:14:06,994 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:14:06,994 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 15:19:54,783 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 15:19:55,630 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:22:18,859 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-06 15:22:19,588 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:24:02,900 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:24:03,590 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 15:24:39,978 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-06 15:24:40,729 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 15:24:48,590 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-06 15:24:48,591 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2236
INFO 2023-11-06 16:15:26,635 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 16:15:36,746 basehttp 212 "GET /docs HTTP/1.1" 301 0
WARNING 2023-11-06 16:15:36,814 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:15:36,815 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 16:15:37,406 basehttp 212 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
INFO 2023-11-06 16:15:37,413 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-11-06 16:15:37,431 basehttp 212 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3385
INFO 2023-11-06 16:15:37,434 basehttp 212 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
INFO 2023-11-06 16:15:37,441 basehttp 212 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1719
INFO 2023-11-06 16:15:37,448 basehttp 212 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3597
INFO 2023-11-06 16:15:37,463 basehttp 212 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
INFO 2023-11-06 16:15:37,471 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-11-06 16:15:37,477 basehttp 212 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
INFO 2023-11-06 16:15:37,490 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-11-06 16:15:37,563 basehttp 212 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
WARNING 2023-11-06 16:15:38,141 log 241 Not Found: /favicon.ico
WARNING 2023-11-06 16:15:38,142 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2335
WARNING 2023-11-06 16:15:52,602 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:15:52,603 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 16:17:45,996 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-06 16:17:46,703 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 16:17:48,385 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:17:48,386 basehttp 212 "GET /docs/ HTTP/1.1" 403 5230
INFO 2023-11-06 16:17:50,391 basehttp 212 "GET / HTTP/1.1" 200 5136
WARNING 2023-11-06 16:18:08,177 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:18:08,178 basehttp 212 "GET /docs/ HTTP/1.1" 403 5230
INFO 2023-11-06 16:20:10,185 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-06 16:20:10,943 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 16:20:39,340 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 16:20:47,290 log 241 Forbidden: /docs/
WARNING 2023-11-06 16:20:47,291 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 20:57:03,308 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-06 21:05:35,230 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-06 21:05:55,153 log 241 Not Found: /
WARNING 2023-11-06 21:05:55,153 basehttp 212 "GET / HTTP/1.1" 404 2284
WARNING 2023-11-06 21:05:55,427 log 241 Not Found: /favicon.ico
WARNING 2023-11-06 21:05:55,427 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2335
INFO 2023-11-06 21:06:04,140 basehttp 212 "GET /docs HTTP/1.1" 301 0
WARNING 2023-11-06 21:06:04,171 log 241 Forbidden: /docs/
WARNING 2023-11-06 21:06:04,171 basehttp 212 "GET /docs/ HTTP/1.1" 403 5137
INFO 2023-11-06 21:06:04,415 basehttp 212 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
INFO 2023-11-06 21:06:04,415 basehttp 212 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
INFO 2023-11-06 21:06:04,416 basehttp 212 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3385
INFO 2023-11-06 21:06:04,417 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-11-06 21:06:04,424 basehttp 212 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3597
INFO 2023-11-06 21:06:04,426 basehttp 212 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1719
INFO 2023-11-06 21:06:04,429 basehttp 212 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
INFO 2023-11-06 21:06:04,431 basehttp 212 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
INFO 2023-11-06 21:06:04,435 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-11-06 21:06:04,437 basehttp 212 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
INFO 2023-11-06 21:06:04,446 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-11-06 21:10:21,142 basehttp 212 "GET /admin HTTP/1.1" 301 0
INFO 2023-11-06 21:10:21,152 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-06 21:10:21,202 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/base.css HTTP/1.1" 200 21207
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/login.css HTTP/1.1" 200 958
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2694
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2929
INFO 2023-11-06 21:10:21,271 basehttp 212 "GET /static/admin/css/responsive.css HTTP/1.1" 200 18533
INFO 2023-11-06 21:10:21,305 basehttp 212 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063
INFO 2023-11-06 21:10:21,305 basehttp 212 "GET /static/admin/js/theme.js HTTP/1.1" 200 1943
INFO 2023-11-06 21:10:24,686 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 200 4327
INFO 2023-11-06 21:25:03,912 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-06 21:25:03,976 basehttp 212 "GET /admin/ HTTP/1.1" 200 5528
INFO 2023-11-06 21:25:04,036 basehttp 212 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441
INFO 2023-11-06 21:25:04,060 basehttp 212 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380
INFO 2023-11-06 21:25:04,060 basehttp 212 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331
WARNING 2023-11-06 21:25:24,661 log 241 Forbidden: /docs/
WARNING 2023-11-06 21:25:24,662 basehttp 212 "GET /docs/ HTTP/1.1" 403 5171
WARNING 2023-11-06 21:25:32,868 log 241 Not Found: /update/docs/
WARNING 2023-11-06 21:25:32,869 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3096
1 year ago
INFO 2023-11-07 08:24:17,834 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 08:25:06,608 log 241 Not Found: /
WARNING 2023-11-07 08:25:06,609 basehttp 212 "GET / HTTP/1.1" 404 2399
WARNING 2023-11-07 08:25:07,409 log 241 Not Found: /favicon.ico
WARNING 2023-11-07 08:25:07,410 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2450
WARNING 2023-11-07 08:25:16,087 log 241 Not Found: /doces
WARNING 2023-11-07 08:25:16,088 basehttp 212 "GET /doces HTTP/1.1" 404 2432
INFO 2023-11-07 08:25:19,955 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:25:20,114 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,136 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:25:20,463 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-11-07 08:25:20,477 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-11-07 08:25:20,481 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,484 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 304 0
INFO 2023-11-07 08:25:20,487 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-11-07 08:25:20,498 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-11-07 08:25:20,508 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-11-07 08:25:20,519 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-11-07 08:25:20,528 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-11-07 08:25:20,628 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-11-07 08:25:20,848 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
INFO 2023-11-07 08:25:42,181 basehttp 212 "POST /api-token-auth/ HTTP/1.1" 200 52
INFO 2023-11-07 08:25:43,870 basehttp 212 "POST /api-token-auth/ HTTP/1.1" 200 52
INFO 2023-11-07 08:35:44,093 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:35:44,741 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:14,440 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:37:15,279 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:34,278 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:37:35,020 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:37:43,133 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:37:43,214 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:45:38,825 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:45:38,899 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:45:38,901 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61266
INFO 2023-11-07 08:46:50,500 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:46:50,524 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:46:50,526 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 08:49:18,460 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:49:19,226 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:49:20,328 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 08:49:20,362 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 08:49:20,363 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 08:49:33,773 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 08:49:33,882 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 08:53:24,738 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 08:53:25,456 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 08:56:19,045 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 08:56:19,894 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:05:34,985 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:05:35,851 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:05:40,770 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:05:40,882 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:06:15,693 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:06:16,567 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:06:28,151 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:06:38,956 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:06:39,068 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:06:39,914 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:06:40,086 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:08:48,377 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-11-07 09:08:49,059 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:11:15,098 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\urls.py changed, reloading.
INFO 2023-11-07 09:11:15,827 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 09:11:20,611 log 241 Not Found: /docs/
WARNING 2023-11-07 09:11:20,627 basehttp 212 "GET /docs/ HTTP/1.1" 404 2327
INFO 2023-11-07 09:11:30,616 basehttp 212 "GET /update/docs/ HTTP/1.1" 200 13469
INFO 2023-11-07 09:11:30,863 basehttp 212 "GET /update/docs/schema.js HTTP/1.1" 200 836
INFO 2023-11-07 09:12:10,642 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 09:12:11,869 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-07 09:12:12,567 log 241 Not Found: /update/docs/
WARNING 2023-11-07 09:12:12,567 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3211
WARNING 2023-11-07 09:12:13,544 log 241 Not Found: /update/docs/
WARNING 2023-11-07 09:12:13,544 basehttp 212 "GET /update/docs/ HTTP/1.1" 404 3211
INFO 2023-11-07 09:12:17,261 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:12:17,495 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:15:08,986 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 09:15:09,792 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:15:14,172 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:15:14,299 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:20:16,877 basehttp 212 "GET /admin HTTP/1.1" 301 0
INFO 2023-11-07 09:20:16,886 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:20:17,012 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-07 09:20:17,518 basehttp 212 "GET /static/admin/css/login.css HTTP/1.1" 200 958
INFO 2023-11-07 09:20:17,518 basehttp 212 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2694
INFO 2023-11-07 09:20:17,537 basehttp 212 "GET /static/admin/css/base.css HTTP/1.1" 200 21207
INFO 2023-11-07 09:20:17,558 basehttp 212 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063
INFO 2023-11-07 09:20:17,569 basehttp 212 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2929
INFO 2023-11-07 09:20:17,571 basehttp 212 "GET /static/admin/css/responsive.css HTTP/1.1" 200 18533
INFO 2023-11-07 09:20:17,571 basehttp 212 "GET /static/admin/js/theme.js HTTP/1.1" 200 1943
INFO 2023-11-07 09:20:20,813 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:20:20,988 basehttp 212 "GET /admin/ HTTP/1.1" 200 6224
INFO 2023-11-07 09:20:21,066 basehttp 212 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441
INFO 2023-11-07 09:20:21,089 basehttp 212 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380
INFO 2023-11-07 09:20:21,089 basehttp 212 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331
INFO 2023-11-07 09:20:23,287 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:20:23,379 basehttp 212 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6566
INFO 2023-11-07 09:20:23,395 basehttp 212 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/core.js HTTP/1.1" 200 5682
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/actions.js HTTP/1.1" 200 7872
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 8943
INFO 2023-11-07 09:20:23,408 basehttp 212 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887
INFO 2023-11-07 09:20:23,426 basehttp 212 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531
INFO 2023-11-07 09:20:23,451 basehttp 212 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 292458
INFO 2023-11-07 09:20:23,472 basehttp 212 "GET /static/admin/js/filters.js HTTP/1.1" 200 978
INFO 2023-11-07 09:20:23,472 basehttp 212 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 232381
INFO 2023-11-07 09:20:23,509 basehttp 212 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097
INFO 2023-11-07 09:20:23,510 basehttp 212 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331
INFO 2023-11-07 09:32:41,339 basehttp 212 "GET /admin/authtoken/tokenproxy/add/ HTTP/1.1" 200 9237
INFO 2023-11-07 09:32:41,457 basehttp 212 "GET /static/admin/css/forms.css HTTP/1.1" 200 9047
INFO 2023-11-07 09:32:41,473 basehttp 212 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581
INFO 2023-11-07 09:32:41,487 basehttp 212 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586
INFO 2023-11-07 09:32:41,497 basehttp 212 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11900
INFO 2023-11-07 09:32:41,511 basehttp 212 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606
INFO 2023-11-07 09:32:41,555 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:32:43,295 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:34:16,743 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\apps.py changed, reloading.
INFO 2023-11-07 09:34:17,557 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:34:18,288 basehttp 212 "GET /admin/authtoken/tokenproxy/ HTTP/1.1" 200 8429
INFO 2023-11-07 09:34:30,168 basehttp 212 "POST /admin/logout/ HTTP/1.1" 200 3578
INFO 2023-11-07 09:34:31,613 basehttp 212 "GET /admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:34:31,643 basehttp 212 "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4195
INFO 2023-11-07 09:34:34,861 basehttp 212 "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0
INFO 2023-11-07 09:34:34,986 basehttp 212 "GET /admin/ HTTP/1.1" 200 6224
INFO 2023-11-07 09:44:44,968 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:44:45,950 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:46:52,304 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:46:53,369 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:47:04,361 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:47:05,115 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:47:14,397 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:47:15,116 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:50:40,850 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\admin.py changed, reloading.
INFO 2023-11-07 09:50:41,560 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:50:48,165 basehttp 212 "GET /admin/ HTTP/1.1" 200 6885
INFO 2023-11-07 09:51:18,615 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\models.py changed, reloading.
INFO 2023-11-07 09:51:19,346 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 09:51:34,384 basehttp 212 "GET /admin/ HTTP/1.1" 200 6884
INFO 2023-11-07 09:51:36,954 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:37,212 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:51:37,311 basehttp 212 "GET /static/admin/img/search.svg HTTP/1.1" 200 458
INFO 2023-11-07 09:51:48,259 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:51:48,376 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 09:51:57,368 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:57,522 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:51:58,602 basehttp 212 "GET /admin/update/cinema/ HTTP/1.1" 200 12687
INFO 2023-11-07 09:51:58,762 basehttp 212 "GET /admin/jsi18n/ HTTP/1.1" 200 8560
INFO 2023-11-07 09:53:08,130 basehttp 212 "GET /docs/ HTTP/1.1" 200 13441
INFO 2023-11-07 09:53:08,235 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 828
INFO 2023-11-07 10:15:56,446 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
ERROR 2023-11-07 10:15:56,493 log 241 Internal Server Error: /update/cinema_list/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: CinemaViewSet() takes no arguments
ERROR 2023-11-07 10:15:56,493 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 500 61440
INFO 2023-11-07 10:18:53,278 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:18:54,079 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:19:42,407 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-11-07 10:19:43,086 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:22:25,066 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:23:42,163 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-07 10:23:42,282 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483
WARNING 2023-11-07 10:25:26,585 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:25:26,586 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
WARNING 2023-11-07 10:30:54,531 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:30:54,532 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
INFO 2023-11-07 10:32:28,225 basehttp 212 "GET /docs/ HTTP/1.1" 200 43841
INFO 2023-11-07 10:32:28,380 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 4948
WARNING 2023-11-07 10:33:27,781 log 241 Unauthorized: /update/cinema_get/1/
WARNING 2023-11-07 10:33:27,781 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 401 43
WARNING 2023-11-07 10:33:57,537 log 241 Unauthorized: /update/cinema_get/1/
WARNING 2023-11-07 10:33:57,538 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 401 92
INFO 2023-11-07 10:34:16,856 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
WARNING 2023-11-07 10:34:33,050 log 241 Not Found: /cinema_get/1/
WARNING 2023-11-07 10:34:33,051 basehttp 212 "GET /cinema_get/1/ HTTP/1.1" 404 2456
INFO 2023-11-07 10:34:56,707 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
INFO 2023-11-07 10:35:57,241 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:35:58,010 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:04,858 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483
INFO 2023-11-07 10:36:14,646 basehttp 212 "GET /update/cinema_get/1/ HTTP/1.1" 200 235
INFO 2023-11-07 10:36:18,499 basehttp 212 "GET /update/cinema_get/2/ HTTP/1.1" 200 245
INFO 2023-11-07 10:36:28,821 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:29,611 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:45,310 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:46,076 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:36:58,634 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:36:59,449 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:01,639 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:02,439 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:31,843 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:32,743 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:35,446 basehttp 212 "GET /docs/ HTTP/1.1" 200 43969
INFO 2023-11-07 10:38:35,753 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5128
INFO 2023-11-07 10:38:55,183 basehttp 212 "GET /docs/ HTTP/1.1" 200 43969
INFO 2023-11-07 10:38:55,268 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:38:56,132 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:38:56,743 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5164
INFO 2023-11-07 10:38:59,271 basehttp 212 "GET /docs/ HTTP/1.1" 200 43937
INFO 2023-11-07 10:38:59,375 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5164
INFO 2023-11-07 10:39:55,526 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:39:56,520 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:41:13,772 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-11-07 10:41:14,873 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:42:58,791 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\models.py changed, reloading.
INFO 2023-11-07 10:42:59,509 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 10:43:08,621 basehttp 212 "GET /docs/ HTTP/1.1" 200 45133
INFO 2023-11-07 10:43:08,747 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5536
INFO 2023-11-07 10:45:54,722 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\common\base_model.py changed, reloading.
INFO 2023-11-07 10:45:55,519 autoreload 668 Watching for file changes with StatReloader
INFO 2023-11-07 16:51:26,696 basehttp 212 "GET /update/cinema_list HTTP/1.1" 301 0
INFO 2023-11-07 16:51:26,827 basehttp 212 "GET /update/cinema_list/ HTTP/1.1" 200 483
11 months ago
INFO 2023-11-28 09:24:38,139 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-11-28 09:24:41,248 log 241 Not Found: /
WARNING 2023-11-28 09:24:41,249 basehttp 212 "GET / HTTP/1.1" 404 2399
WARNING 2023-11-28 09:24:42,307 log 241 Not Found: /favicon.ico
WARNING 2023-11-28 09:24:42,344 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2450
INFO 2023-11-28 09:25:02,246 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-11-28 09:25:02,610 basehttp 212 "GET /docs/ HTTP/1.1" 200 45133
INFO 2023-11-28 09:25:03,297 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-11-28 09:25:03,343 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-11-28 09:25:03,343 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-11-28 09:25:03,372 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-11-28 09:25:03,376 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-11-28 09:25:03,398 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 5536
INFO 2023-11-28 09:25:03,440 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-11-28 09:25:03,442 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-11-28 09:25:03,443 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-11-28 09:25:03,457 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-11-28 09:25:03,490 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-11-28 09:25:03,554 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-11-28 09:25:03,857 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
INFO 2023-12-07 08:52:06,039 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-07 08:54:25,162 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-07 08:54:44,845 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-12-07 08:54:45,549 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-07 08:55:02,513 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-07 08:55:02,706 basehttp 212 "GET /docs/ HTTP/1.1" 200 53444
INFO 2023-12-07 08:55:03,304 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-07 08:55:03,331 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-07 08:55:03,333 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-07 08:55:03,363 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 7136
INFO 2023-12-07 08:55:03,373 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-07 08:55:03,376 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-07 08:55:03,405 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-07 08:55:03,409 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-07 08:55:03,422 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-07 08:55:03,427 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-07 08:55:03,437 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-07 08:55:03,555 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-07 08:55:04,068 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
WARNING 2023-12-07 08:59:58,514 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-07 08:59:58,515 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 43
INFO 2023-12-07 09:00:15,357 basehttp 212 "POST /api-token-auth/ HTTP/1.1" 200 52
WARNING 2023-12-07 09:00:58,877 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-07 09:00:58,878 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 92
INFO 2023-12-07 09:01:12,551 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 08:07:34,494 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-14 08:13:54,179 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-14 08:13:54,336 basehttp 212 "GET /docs/ HTTP/1.1" 200 53444
INFO 2023-12-14 08:13:54,873 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-14 08:13:54,876 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-14 08:13:54,887 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-14 08:13:54,891 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-14 08:13:54,891 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-14 08:13:54,909 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 7136
INFO 2023-12-14 08:13:54,915 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-14 08:13:54,939 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-14 08:13:54,950 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-14 08:13:54,954 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-14 08:13:54,972 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-14 08:13:55,046 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-14 08:14:30,999 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
WARNING 2023-12-14 08:24:19,374 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-14 08:24:19,375 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 5178
INFO 2023-12-14 08:24:19,490 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-14 08:24:19,499 basehttp 212 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3385
INFO 2023-12-14 08:24:19,517 basehttp 212 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
INFO 2023-12-14 08:24:19,518 basehttp 212 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
INFO 2023-12-14 08:24:19,524 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-14 08:24:19,545 basehttp 212 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3597
INFO 2023-12-14 08:24:19,550 basehttp 212 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1719
INFO 2023-12-14 08:24:19,551 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-14 08:24:19,576 basehttp 212 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
INFO 2023-12-14 08:24:19,584 basehttp 212 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
INFO 2023-12-14 08:24:19,594 basehttp 212 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
WARNING 2023-12-14 08:24:20,628 log 241 Not Found: /favicon.ico
WARNING 2023-12-14 08:24:20,629 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2450
WARNING 2023-12-14 08:27:26,413 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-14 08:27:26,415 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 5178
INFO 2023-12-14 08:30:02,605 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-14 08:30:02,913 basehttp 212 "GET /docs/ HTTP/1.1" 200 53444
INFO 2023-12-14 08:30:03,046 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-14 08:30:03,069 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-14 08:30:03,073 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-14 08:30:03,077 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-14 08:30:03,082 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-14 08:30:03,091 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 7136
INFO 2023-12-14 08:30:03,094 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-14 08:30:03,100 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-14 08:30:03,197 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-14 08:30:04,115 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
INFO 2023-12-14 08:30:27,759 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
WARNING 2023-12-14 08:34:27,685 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-14 08:34:27,686 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 43
INFO 2023-12-14 08:36:35,190 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:42:23,204 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-14 09:42:23,454 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:43:39,214 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:45:43,188 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:50:23,127 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:50:23,222 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:54:58,750 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:56:18,236 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:56:25,375 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 09:56:59,392 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:01:05,603 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:01:12,850 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:03:14,019 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:05:03,419 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:05:06,351 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:05:23,567 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:06:22,290 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:06:30,681 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:06:45,303 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:06:48,341 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:08:02,702 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:08:10,484 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:08:41,894 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:08:43,847 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:09:17,995 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:09:22,109 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:09:36,746 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-14 10:09:43,578 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:20:27,252 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-15 09:21:22,986 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-15 09:21:44,587 log 241 Unauthorized: /update/cinema/
WARNING 2023-12-15 09:21:44,588 basehttp 212 "GET /update/cinema/ HTTP/1.1" 401 43
INFO 2023-12-15 09:22:11,926 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-15 09:22:12,058 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:22:12,180 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:22:23,526 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:22:56,424 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:23:05,650 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:23:33,039 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:24:34,064 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:28:10,626 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:55:48,094 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:57:45,695 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:58:21,791 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:58:41,106 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:59:28,057 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:59:29,930 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 09:59:56,996 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:00:04,433 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:01:05,105 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:01:05,212 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:02:42,646 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:02:50,431 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:02:50,509 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:03:09,807 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:03:46,379 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:03:46,479 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 10:06:09,901 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 13:40:28,099 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-15 13:40:28,302 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 13:41:29,522 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 13:41:29,765 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 13:57:52,406 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:01:26,249 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:01:52,583 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:05:42,112 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:05:42,224 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:05:57,956 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:08:33,712 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:08:39,358 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:08:54,898 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:08:57,089 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:10:53,588 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:11:03,291 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:11:29,987 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:12:01,702 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:12:01,821 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:12:01,900 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:12:23,569 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:13:10,143 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:13:12,415 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:14:27,060 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:19:24,554 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:19:29,613 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:31:21,743 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:31:24,566 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:31:39,879 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:31:54,189 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:33:04,725 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:33:07,431 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:34:15,310 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:34:20,658 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:35:25,520 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:37:40,989 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:37:57,147 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:38:05,891 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:45:20,455 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:45:32,029 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:45:52,501 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:45:56,708 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:47:20,374 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:47:22,696 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:48:19,646 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:48:24,558 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:48:46,754 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:49:29,589 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 14:49:53,982 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:12:38,152 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-15 16:12:38,315 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:12:48,079 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:15:10,110 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:15:16,498 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:15:37,514 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:17:03,788 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 16:18:57,803 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:30:01,852 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:30:28,114 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:30:34,948 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:35:19,988 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:35:27,783 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:36:22,993 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:36:38,634 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:40:31,350 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:43:13,570 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:43:19,873 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:46:05,226 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:46:10,852 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:46:29,208 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:46:34,656 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:50:04,863 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 17:50:10,944 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-15 18:17:17,303 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-15 18:17:17,536 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 483
INFO 2023-12-18 08:59:19,880 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 08:59:41,645 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-18 08:59:41,772 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 08:59:55,932 basehttp 212 "OPTIONS /update/cinema/search?ip=172.16.3.11&version= HTTP/1.1" 200 0
INFO 2023-12-18 08:59:56,079 basehttp 212 "GET /update/cinema/search?ip=172.16.3.11&version= HTTP/1.1" 301 0
INFO 2023-12-18 08:59:56,086 basehttp 212 "OPTIONS /update/cinema/search/?ip=172.16.3.11&version= HTTP/1.1" 200 0
INFO 2023-12-18 08:59:56,168 basehttp 212 "GET /update/cinema/search/?ip=172.16.3.11&version= HTTP/1.1" 200 464
INFO 2023-12-18 08:59:59,707 basehttp 212 "OPTIONS /update/cinema/search?ip=172.16.3.111&version= HTTP/1.1" 200 0
INFO 2023-12-18 08:59:59,717 basehttp 212 "GET /update/cinema/search?ip=172.16.3.111&version= HTTP/1.1" 301 0
INFO 2023-12-18 08:59:59,724 basehttp 212 "OPTIONS /update/cinema/search/?ip=172.16.3.111&version= HTTP/1.1" 200 0
INFO 2023-12-18 08:59:59,815 basehttp 212 "GET /update/cinema/search/?ip=172.16.3.111&version= HTTP/1.1" 200 234
INFO 2023-12-18 09:00:02,456 basehttp 212 "OPTIONS /update/cinema/search?ip=&version= HTTP/1.1" 200 0
INFO 2023-12-18 09:00:02,467 basehttp 212 "GET /update/cinema/search?ip=&version= HTTP/1.1" 301 0
INFO 2023-12-18 09:00:02,474 basehttp 212 "OPTIONS /update/cinema/search/?ip=&version= HTTP/1.1" 200 0
INFO 2023-12-18 09:00:02,541 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 09:11:44,859 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 09:51:08,585 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 09:51:09,375 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 09:58:24,654 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 09:58:25,687 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:01:01,267 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:01:02,233 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:03:22,448 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:06:21,169 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 10:06:21,874 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:07:51,283 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:07:52,491 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:07:54,913 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:08:11,451 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 10:10:25,310 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:10:31,773 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:10:37,861 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 10:17:37,367 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:17:38,263 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:18:24,513 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:18:25,207 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:18:33,386 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:18:38,914 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 10:19:29,175 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:19:54,394 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:28:43,200 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 10:29:12,443 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:38:48,253 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:38:48,994 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 10:39:08,996 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 10:39:09,002 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188724
INFO 2023-12-18 10:42:01,729 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 10:42:06,521 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 10:42:06,526 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188724
INFO 2023-12-18 10:45:55,834 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:45:56,542 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:46:22,783 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-18 10:46:22,947 basehttp 212 "GET /docs/ HTTP/1.1" 200 58612
INFO 2023-12-18 10:46:23,425 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-18 10:46:23,433 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-18 10:46:23,444 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-18 10:46:23,448 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 7716
INFO 2023-12-18 10:46:23,467 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-18 10:46:23,475 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-18 10:46:23,483 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-18 10:46:23,492 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-18 10:46:23,501 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-18 10:46:23,502 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-18 10:46:23,511 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-18 10:46:23,591 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-18 10:46:23,718 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
ERROR 2023-12-18 10:47:27,012 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 10:47:27,018 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188558
INFO 2023-12-18 10:47:45,727 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:47:46,415 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:47:48,750 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 10:52:59,690 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:53:00,573 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:53:24,118 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:53:24,827 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:54:09,574 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:54:10,263 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 10:55:36,165 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 10:55:37,420 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 11:02:18,243 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 11:02:18,991 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 11:07:14,250 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 11:07:14,953 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 11:37:20,465 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 11:37:21,361 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 11:39:19,864 basehttp 212 "OPTIONS /update/cinema/search?ip=&version= HTTP/1.1" 200 0
INFO 2023-12-18 11:39:19,876 basehttp 212 "OPTIONS /update/cinema/search/?ip=&version= HTTP/1.1" 200 0
INFO 2023-12-18 11:39:19,999 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 11:39:20,722 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-18 11:39:20,795 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-18 11:39:42,907 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-18 11:39:43,685 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 11:39:45,792 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 11:39:45,800 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188724
INFO 2023-12-18 11:48:23,589 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 11:48:24,303 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 11:48:29,764 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
ERROR 2023-12-18 11:48:32,088 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 11:48:32,094 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188722
INFO 2023-12-18 11:54:29,778 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 11:54:30,479 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 11:54:48,068 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis AuthenticationError: Authentication required.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 49, in call_with_retry
fail(error)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 540, in <lambda>
lambda error: self._disconnect_raise(conn, error),
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 526, in _disconnect_raise
raise error
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: Authentication required.
ERROR 2023-12-18 11:54:48,075 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 177498
INFO 2023-12-18 12:00:55,867 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:00:59,720 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 12:01:05,284 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 81, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 185, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 175, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 12:01:05,291 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188908
INFO 2023-12-18 12:01:08,163 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 12:25:07,948 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\venv\Lib\site-packages\django_redis\serializers\__init__.py changed, reloading.
INFO 2023-12-18 12:25:09,580 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 12:26:02,799 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
ERROR 2023-12-18 12:26:03,848 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 76, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 166, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 156, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 12:26:03,858 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188970
INFO 2023-12-18 12:28:46,786 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:28:47,478 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 12:28:53,115 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1079, in get_connection
connection = self._available_connections.pop()
IndexError: pop from empty list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 187, in get
return self._cache.get(key, default)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 99, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1081, in get_connection
connection = self.make_connection()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1121, in make_connection
return self.connection_class(**self.connection_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 581, in __init__
super().__init__(**kwargs)
TypeError: AbstractConnection.__init__() got an unexpected keyword argument 'CLIENT_CLASS'
ERROR 2023-12-18 12:28:53,121 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 134617
INFO 2023-12-18 12:29:12,295 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:29:13,018 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 12:29:39,832 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:29:40,559 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 12:29:41,721 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 187, in get
return self._cache.get(key, default)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 99, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 276, in connect
self.on_connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 342, in on_connect
auth_response = self.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: invalid username-password pair or user is disabled.
ERROR 2023-12-18 12:29:41,726 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 142719
INFO 2023-12-18 12:30:08,444 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:30:09,251 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 12:30:13,761 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 187, in get
return self._cache.get(key, default)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 99, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 276, in connect
self.on_connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 342, in on_connect
auth_response = self.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: invalid username-password pair or user is disabled.
ERROR 2023-12-18 12:30:13,766 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 142721
INFO 2023-12-18 12:30:23,405 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 12:30:24,163 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-18 12:30:39,634 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 187, in get
return self._cache.get(key, default)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\cache\backends\redis.py", line 99, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 276, in connect
self.on_connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 342, in on_connect
auth_response = self.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: invalid username-password pair or user is disabled.
ERROR 2023-12-18 12:30:39,639 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 142719
INFO 2023-12-18 13:21:00,268 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 13:21:01,056 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 13:21:05,954 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 13:21:06,442 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
ERROR 2023-12-18 13:21:32,030 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 78, in process_cache_response
timeout = self.calculate_timeout(view_instance=view_instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 130, in calculate_timeout
self.timeout = getattr(view_instance, self.timeout)
AttributeError: 'CinemaViewSet' object has no attribute '10'
ERROR 2023-12-18 13:21:32,032 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 103300
ERROR 2023-12-18 13:21:33,468 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 78, in process_cache_response
timeout = self.calculate_timeout(view_instance=view_instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 130, in calculate_timeout
self.timeout = getattr(view_instance, self.timeout)
AttributeError: 'CinemaViewSet' object has no attribute '10'
ERROR 2023-12-18 13:21:33,470 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 103300
INFO 2023-12-18 13:42:55,403 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
ERROR 2023-12-18 13:42:55,511 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 78, in process_cache_response
timeout = self.calculate_timeout(view_instance=view_instance)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 130, in calculate_timeout
self.timeout = getattr(view_instance, self.timeout)
AttributeError: 'CinemaViewSet' object has no attribute '10'
ERROR 2023-12-18 13:42:55,513 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 103300
INFO 2023-12-18 15:39:08,522 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 15:39:09,555 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 15:40:37,516 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 15:40:38,235 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 15:40:59,901 basehttp 212 "OPTIONS /update/cinema/search?ip=&version= HTTP/1.1" 200 0
INFO 2023-12-18 15:40:59,917 basehttp 212 "OPTIONS /update/cinema/search/?ip=&version= HTTP/1.1" 200 0
ERROR 2023-12-18 15:41:00,288 log 241 Internal Server Error: /update/cinema/search/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis AuthenticationError: Client sent AUTH, but no password is set
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\generic\base.py", line 104, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 276, in connect
self.on_connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 342, in on_connect
auth_response = self.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: Client sent AUTH, but no password is set
ERROR 2023-12-18 15:41:00,294 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 500 169763
ERROR 2023-12-18 15:41:15,744 log 241 Internal Server Error: /update/cinema/search/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis AuthenticationError: Client sent AUTH, but no password is set
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\generic\base.py", line 104, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 276, in connect
self.on_connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 342, in on_connect
auth_response = self.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 500, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\_parsers\resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: Client sent AUTH, but no password is set
ERROR 2023-12-18 15:41:15,747 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 500 169763
INFO 2023-12-18 15:41:16,127 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 15:41:16,887 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 15:41:19,707 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
ERROR 2023-12-18 15:41:22,452 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 76, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 166, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 156, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 15:41:22,457 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188732
INFO 2023-12-18 16:06:20,167 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-18 16:06:20,901 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 16:06:25,932 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 16:06:28,131 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
ERROR 2023-12-18 16:06:28,257 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 76, in set
return self.client.set(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 166, in set
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ResponseError: value is not an integer or out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 98, in process_cache_response
self.cache.set(key, response_triple, timeout)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 156, in set
return bool(client.set(nkey, nvalue, nx=nx, px=timeout, xx=xx))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 2341, in set
return self.execute_command("SET", *pieces, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 536, in execute_command
return conn.retry.call_with_retry(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\retry.py", line 46, in call_with_retry
return do()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 537, in <lambda>
lambda: self._send_command_parse_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 513, in _send_command_parse_response
return self.parse_response(conn, command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 553, in parse_response
response = connection.read_response()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 524, in read_response
raise response
redis.exceptions.ResponseError: value is not an integer or out of range
ERROR 2023-12-18 16:06:28,264 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 188777
INFO 2023-12-18 16:39:09,089 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-18 16:39:11,909 basehttp 212 "GET /update/cinema/search/?ip=&version= HTTP/1.1" 200 464
INFO 2023-12-18 16:39:13,904 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:13:31,793 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:14:02,676 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
ERROR 2023-12-19 08:14:05,248 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2023-12-19 08:14:05,256 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 143201
INFO 2023-12-19 08:15:01,948 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:17:01,796 basehttp 212 "GET /update/cinema HTTP/1.1" 301 0
INFO 2023-12-19 08:17:01,885 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:17:09,824 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:17:30,677 basehttp 212 "GET /update/cinema/?search=ZZ HTTP/1.1" 200 234
INFO 2023-12-19 08:18:09,498 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.111 HTTP/1.1" 200 234
INFO 2023-12-19 08:18:21,948 basehttp 212 "GET /update/cinema/?ip=172.16.3.111 HTTP/1.1" 200 464
INFO 2023-12-19 08:18:29,891 basehttp 212 "GET /update/cinema/?ip=172.16.3.112 HTTP/1.1" 200 464
INFO 2023-12-19 08:18:33,985 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 234
INFO 2023-12-19 08:19:01,547 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 234
INFO 2023-12-19 08:20:47,487 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 08:20:49,298 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:20:53,522 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 234
INFO 2023-12-19 08:21:22,888 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:21:37,698 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 08:21:55,666 basehttp 212 "GET /update/cinema/?search=zz&ip=172 HTTP/1.1" 200 234
INFO 2023-12-19 08:22:02,465 basehttp 212 "GET /update/cinema/?ip=172 HTTP/1.1" 200 464
INFO 2023-12-19 08:22:38,133 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:22:40,134 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:22:50,997 basehttp 212 "GET /update/cinema/?ip=172&sys_ver=zz HTTP/1.1" 200 464
INFO 2023-12-19 08:23:04,648 basehttp 212 "GET /update/cinema/?ip=172.16.3.112&sys_ver=zz HTTP/1.1" 200 464
INFO 2023-12-19 08:23:13,905 basehttp 212 "GET /update/cinema/?ip=172.16.3.112&sys_ver=ZZ HTTP/1.1" 200 464
INFO 2023-12-19 08:24:35,474 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 08:24:37,063 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:24:44,561 basehttp 212 "GET /update/cinema/?ip=172.16.3.112&sys_ver=ZZ HTTP/1.1" 200 464
INFO 2023-12-19 08:24:51,354 basehttp 212 "GET /update/cinema/?search=zz&ip=172.16.3.112 HTTP/1.1" 200 464
INFO 2023-12-19 08:24:58,631 basehttp 212 "GET /update/cinema/?search=zz HTTP/1.1" 200 464
INFO 2023-12-19 08:25:09,927 basehttp 212 "GET /update/cinema/?search=ZZ HTTP/1.1" 200 464
INFO 2023-12-19 08:25:33,858 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:25:36,181 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:25:44,629 basehttp 212 "GET /update/cinema/?search=ZZ HTTP/1.1" 200 234
INFO 2023-12-19 08:25:52,029 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 234
INFO 2023-12-19 08:25:57,909 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 234
INFO 2023-12-19 08:26:04,308 basehttp 212 "GET /update/cinema/?ip=172.16.3.112 HTTP/1.1" 200 464
INFO 2023-12-19 08:29:50,706 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:29:52,362 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:30:34,674 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:30:36,270 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:30:43,342 basehttp 212 "GET /update/cinema/?ip=172.16.3.112&sys_ver=ZZ HTTP/1.1" 200 2
INFO 2023-12-19 08:30:49,864 basehttp 212 "GET /update/cinema/?ip=172.16.3.111&sys_ver=ZZ HTTP/1.1" 200 2
INFO 2023-12-19 08:31:11,692 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:31:13,562 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:31:17,294 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.111 HTTP/1.1" 200 234
INFO 2023-12-19 08:31:26,023 basehttp 212 "GET /update/cinema/?search=ZZ&ip=172.16.3.112 HTTP/1.1" 200 2
INFO 2023-12-19 08:32:19,513 basehttp 212 "GET /update/cinema/?search=ZZ HTTP/1.1" 200 234
INFO 2023-12-19 08:32:26,608 basehttp 212 "GET /update/cinema/?ip=172.16.3.112 HTTP/1.1" 200 231
INFO 2023-12-19 08:32:42,085 basehttp 212 "GET /update/cinema/?search=ZZ HTTP/1.1" 200 234
INFO 2023-12-19 08:33:39,054 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:33:45,294 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:34:49,379 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:35:01,477 basehttp 212 "OPTIONS /update/cinema/?search=&ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-19 08:35:01,572 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.112 HTTP/1.1" 200 231
INFO 2023-12-19 08:35:18,924 basehttp 212 "OPTIONS /update/cinema/?search=zz&ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-19 08:35:19,003 basehttp 212 "GET /update/cinema/?search=zz&ip=172.16.3.112 HTTP/1.1" 200 2
INFO 2023-12-19 08:35:26,294 basehttp 212 "OPTIONS /update/cinema/?search=zz&ip= HTTP/1.1" 200 0
INFO 2023-12-19 08:35:26,376 basehttp 212 "GET /update/cinema/?search=zz&ip= HTTP/1.1" 200 234
INFO 2023-12-19 08:35:36,028 basehttp 212 "OPTIONS /update/cinema/?search=&ip= HTTP/1.1" 200 0
INFO 2023-12-19 08:35:36,096 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 08:36:17,761 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 08:36:19,600 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:37:02,227 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\urls.py changed, reloading.
INFO 2023-12-19 08:37:03,839 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 08:37:13,700 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:37:20,437 basehttp 212 "GET /update/cinema/?search=zz&ip= HTTP/1.1" 200 234
INFO 2023-12-19 08:37:21,783 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:37:22,617 basehttp 212 "GET /update/cinema/?search=zz&ip= HTTP/1.1" 200 234
INFO 2023-12-19 08:37:26,314 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 08:37:40,429 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.112 HTTP/1.1" 200 231
INFO 2023-12-19 08:37:50,651 basehttp 212 "OPTIONS /update/cinema/?search=&ip=172.16.3.111 HTTP/1.1" 200 0
INFO 2023-12-19 08:37:50,741 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.111 HTTP/1.1" 200 234
INFO 2023-12-19 08:39:29,154 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.111 HTTP/1.1" 200 234
INFO 2023-12-19 08:39:41,879 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 09:09:29,400 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.111 HTTP/1.1" 200 234
INFO 2023-12-19 09:09:30,791 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 09:35:35,923 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 09:35:37,023 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 09:36:07,185 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 09:36:08,275 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 09:36:11,206 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 10:22:11,791 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 10:22:12,933 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 10:22:18,424 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-19 10:22:18,562 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 10:22:41,228 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 10:22:42,369 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 10:23:50,007 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 10:23:50,997 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 10:24:54,012 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 10:24:55,003 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 10:25:01,209 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 10:32:43,252 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 10:33:19,844 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 10:44:33,618 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 10:44:34,793 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 10:44:44,381 basehttp 212 "OPTIONS /update/cinema/?search=&ip= HTTP/1.1" 200 0
INFO 2023-12-19 10:44:44,522 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 11:15:07,655 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 11:15:13,426 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-19 11:15:13,507 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 11:15:15,528 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 11:56:49,749 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 11:57:21,181 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 11:57:22,132 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 11:58:23,781 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 11:58:24,682 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 12:00:40,364 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 12:00:41,312 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 12:00:52,928 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 12:00:53,861 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:23:34,112 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:24:11,914 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 13:24:12,879 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:29:58,666 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:31:26,377 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:35:31,146 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:35:59,215 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 13:36:00,169 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:36:52,902 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
ERROR 2023-12-19 13:36:55,388 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2023-12-19 13:36:55,395 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 143523
ERROR 2023-12-19 13:36:58,679 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2023-12-19 13:36:58,682 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 143523
ERROR 2023-12-19 13:37:00,869 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 27, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 94, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 222, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 87, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 34, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 220, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2023-12-19 13:37:00,873 basehttp 212 "GET /update/cinema/ HTTP/1.1" 500 143523
INFO 2023-12-19 13:41:30,095 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 13:44:15,863 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 13:44:16,808 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:45:15,310 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 13:45:16,294 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:46:53,679 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 13:46:54,578 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 13:52:26,973 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:35:06,097 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:41:15,975 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 15:41:17,113 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 15:41:21,806 basehttp 212 "OPTIONS /update/cinema/ HTTP/1.1" 200 0
INFO 2023-12-19 15:41:21,943 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:41:24,768 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:41:27,022 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:41:29,177 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:41:43,972 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:42:36,400 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 15:42:37,397 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 15:42:43,751 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:42:49,108 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:43:51,809 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 15:43:52,862 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 15:44:46,795 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 15:44:47,694 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 15:44:55,093 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:46:37,557 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-19 15:46:38,487 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 15:46:47,248 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:48:30,057 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:48:39,953 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:48:40,914 basehttp 212 "OPTIONS /update/cinema/?search=&ip= HTTP/1.1" 200 0
INFO 2023-12-19 15:48:40,992 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:48:44,560 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:53:23,807 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:53:47,942 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:55:27,865 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:55:29,348 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:55:30,276 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:55:30,914 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:55:32,174 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:55:43,678 basehttp 212 "OPTIONS /update/cinema/?search=&ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-19 15:55:43,777 basehttp 212 "GET /update/cinema/?search=&ip=172.16.3.112 HTTP/1.1" 200 231
INFO 2023-12-19 15:55:47,133 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:55:53,657 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:55:54,655 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:56:59,785 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:57:02,271 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:57:03,269 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:57:03,955 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:57:07,165 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:57:08,409 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:58:14,896 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 15:58:17,931 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:58:18,679 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:58:19,477 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:58:20,205 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 15:58:21,614 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 16:00:51,096 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:04:42,104 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 16:04:43,214 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:04:59,059 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 16:04:59,959 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:05:08,116 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 16:05:09,133 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:07:33,202 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-19 16:07:34,229 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:07:46,365 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 16:08:03,048 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:08:10,862 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:08:12,069 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 16:08:13,009 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
INFO 2023-12-19 16:16:29,232 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:16:49,228 basehttp 212 "GET /update/cinema/ HTTP/1.1" 200 464
WARNING 2023-12-19 16:18:43,894 log 241 Not Found: /
WARNING 2023-12-19 16:18:43,894 basehttp 212 "GET / HTTP/1.1" 404 2399
WARNING 2023-12-19 16:18:44,748 log 241 Not Found: /favicon.ico
WARNING 2023-12-19 16:18:44,748 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2450
INFO 2023-12-19 16:18:51,805 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-19 16:18:51,969 basehttp 212 "GET /docs/ HTTP/1.1" 200 63565
INFO 2023-12-19 16:18:52,423 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-19 16:18:52,435 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-19 16:18:52,439 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-19 16:18:52,439 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-19 16:18:52,439 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-19 16:18:52,456 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-19 16:18:52,456 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 9068
INFO 2023-12-19 16:18:52,476 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-19 16:18:52,476 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-19 16:18:52,490 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-19 16:18:52,520 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-19 16:18:52,559 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-19 16:18:52,695 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
WARNING 2023-12-19 16:19:02,200 log 241 Unauthorized: /update/cinema/refresh/
WARNING 2023-12-19 16:19:02,201 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 401 43
INFO 2023-12-19 16:26:49,825 basehttp 212 "OPTIONS /update/cinema/fresh HTTP/1.1" 200 0
INFO 2023-12-19 16:26:49,837 basehttp 212 "GET /update/cinema/fresh HTTP/1.1" 301 0
INFO 2023-12-19 16:26:49,842 basehttp 212 "OPTIONS /update/cinema/fresh/ HTTP/1.1" 200 0
WARNING 2023-12-19 16:26:49,954 log 241 Not Found: /update/cinema/fresh/
WARNING 2023-12-19 16:26:49,955 basehttp 212 "GET /update/cinema/fresh/ HTTP/1.1" 404 25
INFO 2023-12-19 16:26:54,643 basehttp 212 "OPTIONS /update/cinema/refresh HTTP/1.1" 200 0
INFO 2023-12-19 16:26:54,655 basehttp 212 "GET /update/cinema/refresh HTTP/1.1" 301 0
INFO 2023-12-19 16:26:54,664 basehttp 212 "OPTIONS /update/cinema/refresh/ HTTP/1.1" 200 0
INFO 2023-12-19 16:26:54,914 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:27:17,390 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 16:27:18,835 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:27:23,956 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:27:43,965 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:27:55,049 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:27:56,094 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:27:57,061 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:28:03,103 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:03,812 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:04,339 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:04,832 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:05,288 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:05,699 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:05,939 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:06,165 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:06,399 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:06,931 basehttp 212 "GET /update/cinema/?search=&ip= HTTP/1.1" 200 464
INFO 2023-12-19 16:28:09,457 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:31:43,865 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:33:22,494 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:35:14,368 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:35:25,755 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:36:05,448 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:37:03,879 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:37:55,636 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:03,967 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:10,825 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:43,606 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:45,840 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:47,427 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:55,884 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:39:57,706 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:40:47,409 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:40:48,756 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:40:57,439 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:41:20,422 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:42:39,519 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:43:06,808 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:43:32,166 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:43:59,980 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:44:52,888 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:45:07,730 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:45:10,420 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:45:10,677 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:46:07,845 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:46:11,612 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:46:14,958 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:46:17,029 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:47:06,913 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:47:10,391 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:48:09,174 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:48:16,658 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:49:29,687 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-19 16:51:19,505 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-19 16:51:21,002 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-19 16:53:59,122 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 464
INFO 2023-12-20 11:24:09,125 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:24:44,584 basehttp 212 "OPTIONS /update/cinema/refresh HTTP/1.1" 200 0
INFO 2023-12-20 11:24:44,761 basehttp 212 "GET /update/cinema/refresh HTTP/1.1" 301 0
INFO 2023-12-20 11:24:44,831 basehttp 212 "OPTIONS /update/cinema/refresh/ HTTP/1.1" 200 0
INFO 2023-12-20 11:24:45,065 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 2801
INFO 2023-12-20 11:31:24,057 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-20 11:31:25,097 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:31:30,966 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 3032
INFO 2023-12-20 11:32:58,388 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-20 11:32:59,323 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:33:06,027 basehttp 212 "GET /update/cinema/refresh/ HTTP/1.1" 200 3032
INFO 2023-12-20 11:34:54,872 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-20 11:34:55,164 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:34:59,550 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:36:31,874 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:37:45,867 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-20 11:37:46,850 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:37:52,583 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:39:57,661 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:40:09,488 basehttp 212 "OPTIONS /update/cinema/?search=%09+2.0.33.0338&ip= HTTP/1.1" 200 0
INFO 2023-12-20 11:40:09,643 basehttp 212 "GET /update/cinema/?search=%09+2.0.33.0338&ip= HTTP/1.1" 200 1170
INFO 2023-12-20 11:41:01,361 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:41:08,376 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 0
INFO 2023-12-20 11:41:08,515 basehttp 212 "GET /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 1170
INFO 2023-12-20 11:41:34,714 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:43:41,018 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:43:41,976 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:43:44,111 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:43:45,412 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:44:14,518 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:44:15,443 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:44:23,572 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:45:03,182 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:45:04,130 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:45:09,064 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:45:36,754 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:45:37,746 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:49:14,050 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:49:15,590 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:49:21,108 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:50:20,718 basehttp 212 "GET /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 1170
INFO 2023-12-20 11:52:42,956 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-20 11:52:43,855 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:52:49,371 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:55:05,324 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:55:08,021 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:55:12,330 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=%09+2.0.33.0338&ip= HTTP/1.1" 200 0
INFO 2023-12-20 11:55:12,439 basehttp 212 "GET /update/cinema/?ordering=ip&search=%09+2.0.33.0338&ip= HTTP/1.1" 200 1170
INFO 2023-12-20 11:55:14,345 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:55:23,993 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:56:40,594 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:56:46,332 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:57:39,005 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\views.py changed, reloading.
INFO 2023-12-20 11:57:39,948 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 11:57:46,626 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 11:59:15,684 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 16:05:41,385 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-20 16:05:41,791 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3032
INFO 2023-12-20 17:45:30,520 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 17:50:55,776 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-20 17:57:29,648 exception 124 Invalid HTTP_HOST header: '172.16.1.63:8000'. You may need to add '172.16.1.63' to ALLOWED_HOSTS.
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 133, in __call__
response = self.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 48, in process_request
host = request.get_host()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\request.py", line 150, in get_host
raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '172.16.1.63:8000'. You may need to add '172.16.1.63' to ALLOWED_HOSTS.
WARNING 2023-12-20 17:57:29,696 log 241 Bad Request: /report/reportTicket
WARNING 2023-12-20 17:57:29,697 basehttp 212 "POST /report/reportTicket HTTP/1.1" 400 18689
INFO 2023-12-20 17:57:48,260 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-20 17:57:49,247 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 17:59:03,103 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-20 17:59:04,115 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 17:59:21,439 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-20 17:59:22,505 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-20 18:00:12,137 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:00:12,137 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
ERROR 2023-12-20 18:03:43,230 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:03:43,231 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
INFO 2023-12-20 18:03:44,011 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=fda07948392a64ae591a34aa3654e0b2&timeStamp=1703066617 HTTP/1.1" 200 21
INFO 2023-12-20 18:04:10,374 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-20 18:04:11,361 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:04:34,464 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=fb94d1d6e078e7c6a19b0c5a94c4724a&timeStamp=1703066667 HTTP/1.1" 301 0
ERROR 2023-12-20 18:06:10,631 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:06:10,633 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
INFO 2023-12-20 18:06:30,249 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-20 18:06:31,215 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:06:43,421 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=5a4c395037334d8ee3b1eef41017e4a2&timeStamp=1703066795 HTTP/1.1" 301 0
INFO 2023-12-20 18:08:09,558 basehttp 212 "GET /docs HTTP/1.1" 301 0
INFO 2023-12-20 18:08:09,745 basehttp 212 "GET /docs/ HTTP/1.1" 200 66117
INFO 2023-12-20 18:08:10,228 basehttp 212 "GET /static/rest_framework/css/font-awesome-4.0.3.css HTTP/1.1" 200 21658
INFO 2023-12-20 18:08:10,262 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 10044
INFO 2023-12-20 18:08:10,279 basehttp 212 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
INFO 2023-12-20 18:08:10,279 basehttp 212 "GET /static/rest_framework/css/bootstrap-theme.min.css HTTP/1.1" 200 23411
INFO 2023-12-20 18:08:10,296 basehttp 212 "GET /static/rest_framework/docs/css/base.css HTTP/1.1" 200 6156
INFO 2023-12-20 18:08:10,310 basehttp 212 "GET /static/rest_framework/docs/css/jquery.json-view.min.css HTTP/1.1" 200 1307
INFO 2023-12-20 18:08:10,327 basehttp 212 "GET /static/rest_framework/js/coreapi-0.1.1.js HTTP/1.1" 200 157600
INFO 2023-12-20 18:08:10,329 basehttp 212 "GET /static/rest_framework/docs/js/jquery.json-view.min.js HTTP/1.1" 200 2700
INFO 2023-12-20 18:08:10,336 basehttp 212 "GET /static/rest_framework/docs/js/api.js HTTP/1.1" 200 10391
INFO 2023-12-20 18:08:10,337 basehttp 212 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
INFO 2023-12-20 18:08:10,352 basehttp 212 "GET /static/rest_framework/js/jquery-3.5.1.min.js HTTP/1.1" 200 89476
INFO 2023-12-20 18:08:10,577 basehttp 212 "GET /static/rest_framework/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432
INFO 2023-12-20 18:08:10,698 basehttp 212 "GET /static/rest_framework/docs/img/favicon.ico HTTP/1.1" 200 5430
INFO 2023-12-20 18:08:27,664 basehttp 212 "GET /data/getCinemaInfo HTTP/1.1" 301 0
INFO 2023-12-20 18:08:27,685 basehttp 212 "GET /data/getCinemaInfo/ HTTP/1.1" 200 21
INFO 2023-12-20 18:08:57,307 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=5a4c395037334d8ee3b1eef41017e4a2&timeStamp=1703066795 HTTP/1.1" 301 0
INFO 2023-12-20 18:08:57,307 basehttp 212 "GET /data/getCinemaInfo/?cinemaCode=14105121&sign=5a4c395037334d8ee3b1eef41017e4a2&timeStamp=1703066795 HTTP/1.1" 200 21
INFO 2023-12-20 18:09:29,441 basehttp 212 "GET /data/getCinemaInfo/?cinemaCode=14105121&sign=5a4c395037334d8ee3b1eef41017e4a2&timeStamp=1703066795 HTTP/1.1" 200 21
INFO 2023-12-20 18:09:37,355 basehttp 212 "GET //data/getCinemaInfo?cinemaCode=14105121&sign=b0e3375bc5bbbf838e5c43f70b576ec9&timeStamp=1703066970 HTTP/1.1" 301 0
ERROR 2023-12-20 18:09:41,268 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:09:41,268 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
INFO 2023-12-20 18:10:38,097 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=baefc96385228f6251245b65d4efa51d&timeStamp=1703067031 HTTP/1.1" 301 0
INFO 2023-12-20 18:11:12,253 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:11:31,117 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=e0fdf122d08e4fb3273c6b2879c2bc05&timeStamp=1703067069 HTTP/1.1" 301 0
INFO 2023-12-20 18:11:31,226 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=cfb1ccbbcc8c57973c05a57fbfddb068&timeStamp=1703067084 HTTP/1.1" 301 0
INFO 2023-12-20 18:11:32,589 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=f264506de29f977375d4a26c8fdf9a7d&timeStamp=1703067085 HTTP/1.1" 301 0
INFO 2023-12-20 18:11:53,559 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-20 18:11:54,523 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:12:08,578 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=6c17d23cc39e3b7114469d505fea8f2a&timeStamp=1703067114 HTTP/1.1" 301 0
ERROR 2023-12-20 18:12:25,743 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:12:25,745 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
INFO 2023-12-20 18:14:20,551 basehttp 212 "GET /report/reportTicket HTTP/1.1" 301 0
ERROR 2023-12-20 18:14:20,601 log 241 Internal Server Error: /report/reportTicket/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.report_ticket didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-20 18:14:20,602 basehttp 212 "GET /report/reportTicket/ HTTP/1.1" 500 67254
WARNING 2023-12-20 18:14:20,961 log 241 Not Found: /favicon.ico
WARNING 2023-12-20 18:14:20,962 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 2785
ERROR 2023-12-20 18:14:29,618 log 241 Internal Server Error: /report/reportTicket/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.report_ticket didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-20 18:14:29,618 basehttp 212 "GET /report/reportTicket/ HTTP/1.1" 500 67254
INFO 2023-12-20 18:14:56,518 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-20 18:14:57,790 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-20 18:15:18,341 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:15:18,341 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
ERROR 2023-12-20 18:15:25,149 log 241 Internal Server Error: /report/reportTicket/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.report_ticket didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-20 18:15:25,151 basehttp 212 "GET /report/reportTicket/ HTTP/1.1" 500 67391
ERROR 2023-12-20 18:18:27,970 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 108, in process_response
return self.response_redirect_class(self.get_full_path_with_slash(request))
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\common.py", line 87, in get_full_path_with_slash
raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 172.16.1.63:8000/report/reportTicket/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
ERROR 2023-12-20 18:18:27,972 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 19163
INFO 2023-12-20 18:19:30,929 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:19:44,851 basehttp 212 "GET /data/getCinemaInfo/?cinemaCode=14105121&sign=5a4c395037334d8ee3b1eef41017e4a2&timeStamp=1703066795 HTTP/1.1" 200 21
INFO 2023-12-20 18:19:49,335 basehttp 212 "GET /docs/ HTTP/1.1" 200 66117
INFO 2023-12-20 18:19:49,419 basehttp 212 "GET /docs/schema.js HTTP/1.1" 200 10044
WARNING 2023-12-20 18:21:20,844 log 241 Not Found: /report/reportTicket
WARNING 2023-12-20 18:21:20,844 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2643
INFO 2023-12-20 18:22:44,996 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=4319caf8dd3d1a028d2431d29de10bd8&timeStamp=1703067758 HTTP/1.1" 301 0
INFO 2023-12-20 18:23:49,063 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=9035c16a4c01abaf9ce02391b597471d&timeStamp=1703067822 HTTP/1.1" 301 0
WARNING 2023-12-20 18:24:37,393 log 241 Not Found: /report/reportTicket
WARNING 2023-12-20 18:24:37,394 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2643
INFO 2023-12-20 18:24:39,809 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-20 18:24:40,707 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-20 18:24:53,346 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=deec7df1d114ac14f723cbea8187097e&timeStamp=1703067879 HTTP/1.1" 200 21
INFO 2023-12-21 08:10:12,533 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:10:20,966 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=f43c4584bd2405f9376802a9d9690467&timeStamp=1703117398 HTTP/1.1" 200 21
INFO 2023-12-21 08:11:03,661 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:11:04,698 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:11:11,760 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=a4b2aef58246e9b71d0dbc3907fdd93a&timeStamp=1703117464 HTTP/1.1" 200 21
INFO 2023-12-21 08:11:57,065 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:11:58,174 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:12:15,256 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:12:16,301 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 08:12:45,922 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 08:12:45,923 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 08:13:11,804 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=330f04b13b9e9d1b3a1c988074ee2e2d&timeStamp=1703117584 HTTP/1.1" 200 21
INFO 2023-12-21 08:13:50,628 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:13:51,553 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 08:15:40,853 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 08:15:40,854 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 08:17:10,865 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:17:11,873 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 08:18:59,853 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 08:18:59,854 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
WARNING 2023-12-21 08:21:23,408 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 08:21:23,409 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 08:21:23,649 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:21:24,853 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:21:31,082 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=1aa4155a8e30c3e5eeef13dd866e2901&timeStamp=1703118083 HTTP/1.1" 200 534
INFO 2023-12-21 08:21:51,180 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=c996ceef06b0ee358d583eb41f6e4922&timeStamp=1703118104 HTTP/1.1" 200 534
INFO 2023-12-21 08:24:45,429 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:24:46,499 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:28:15,108 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:28:16,322 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:28:27,190 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:28:28,191 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 08:28:47,022 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 47, in get_cinema_info
return JsonResponse(response_dara)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-21 08:28:47,024 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=fbf4b4c5a735f0dab3015639bc2afa29&timeStamp=1703118519 HTTP/1.1" 500 18252
INFO 2023-12-21 08:30:58,323 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:30:59,326 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 08:31:16,813 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 48, in get_cinema_info
return JsonResponse(response_dara)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-21 08:31:16,815 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=208d5084a3111ff17753ed038e554530&timeStamp=1703118669 HTTP/1.1" 500 18252
INFO 2023-12-21 08:31:54,899 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:31:55,894 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 08:32:47,389 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 49, in get_cinema_info
return JsonResponse(response_dara)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-21 08:32:47,391 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=19d151623052f0f16669e4da5c92de68&timeStamp=1703118760 HTTP/1.1" 500 18252
INFO 2023-12-21 08:33:58,634 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:33:59,584 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 08:34:03,936 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 49, in get_cinema_info
return JsonResponse(response_dara)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-21 08:34:03,942 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=278239fd1ac60d8b2c28e2e982b08ec4&timeStamp=1703118836 HTTP/1.1" 500 18252
INFO 2023-12-21 08:34:30,431 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:34:31,378 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 08:34:35,790 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 49, in get_cinema_info
return JsonResponse(response_dara)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-21 08:34:35,792 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=58ed951333f69f86419599b5fdb2e4f1&timeStamp=1703118868 HTTP/1.1" 500 18252
INFO 2023-12-21 08:34:59,076 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:35:00,141 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:35:07,747 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=5eaa4b297ed992cb467d140ca1e773cd&timeStamp=1703118900 HTTP/1.1" 200 534
INFO 2023-12-21 08:37:24,403 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:37:25,394 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:37:37,772 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=f7ca26e79abd3d2225e348da66463fbf&timeStamp=1703119043 HTTP/1.1" 200 534
INFO 2023-12-21 08:38:18,245 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:38:19,222 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:38:26,848 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:38:27,807 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:38:33,496 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:38:35,006 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:39:37,948 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 08:39:39,003 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 08:47:00,762 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=582a04be17c20337921fc5f72b8fa3b5&timeStamp=1703119613 HTTP/1.1" 200 534
INFO 2023-12-21 09:35:53,965 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\models.py changed, reloading.
INFO 2023-12-21 09:35:54,988 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 09:39:31,726 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\models.py changed, reloading.
INFO 2023-12-21 09:39:32,618 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 09:39:35,917 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\models.py changed, reloading.
INFO 2023-12-21 11:25:22,797 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:25:27,288 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 42, in get_cinema_info
req_url = ZZ_URL + request.path
NameError: name 'ZZ_URL' is not defined
ERROR 2023-12-21 11:25:27,289 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=5e7f768dd499de0eb4aabd60d2f4036e&timeStamp=1703129120 HTTP/1.1" 500 17997
INFO 2023-12-21 11:28:51,461 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:28:52,374 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 11:28:58,260 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=97e3f2b84bcb131554522e44eff1d455&timeStamp=1703129330 HTTP/1.1" 200 534
INFO 2023-12-21 11:35:39,489 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:35:50,120 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 24, in get_cinema_info
if mock_service_switch['getCinemaInfo'] == '1':
TypeError: 'ZZMockModel' object is not subscriptable
ERROR 2023-12-21 11:35:50,121 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=93c5499597a3a346e38bfef2e74f32fc&timeStamp=1703129742 HTTP/1.1" 500 18039
INFO 2023-12-21 11:36:39,538 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:36:40,430 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:36:45,754 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
if mock_service_switch['getCinemaInfo'] == '1':
TypeError: 'ZZMockModel' object is not subscriptable
ERROR 2023-12-21 11:36:45,755 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=5664e1b29921392c13f4d5b67e854f29&timeStamp=1703129798 HTTP/1.1" 500 18039
INFO 2023-12-21 11:37:30,679 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:37:31,672 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:37:34,842 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 24, in get_cinema_info
print(mock_service_switch.get('getCinemaInfo'))
AttributeError: 'ZZMockModel' object has no attribute 'get'
ERROR 2023-12-21 11:37:34,843 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=db9409d81199d5baa21953069e3543db&timeStamp=1703129847 HTTP/1.1" 500 18053
INFO 2023-12-21 11:40:46,866 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:40:47,881 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:40:52,954 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
if mock_service_switch['getCinemaInfo'] == '1':
TypeError: 'ZZMockModel' object is not subscriptable
ERROR 2023-12-21 11:40:52,955 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=4ba8a9338a14a14b9e6d2d4d480e7a2e&timeStamp=1703130045 HTTP/1.1" 500 18039
INFO 2023-12-21 11:41:18,487 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:41:19,494 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:41:24,733 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
if mock_service_switch['getCinemaInfo'] == '1':
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\db\models\query.py", line 418, in __getitem__
raise TypeError(
TypeError: QuerySet indices must be integers or slices, not str.
ERROR 2023-12-21 11:41:24,735 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=ed574f4d393bdb902182be6dd6f2d24a&timeStamp=1703130077 HTTP/1.1" 500 18208
INFO 2023-12-21 11:43:53,835 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:43:54,947 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 11:44:05,489 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:44:06,498 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:44:12,148 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
if mock_service_switch['getCinemaInfo'] == '1':
TypeError: 'ZZMockModel' object is not subscriptable
ERROR 2023-12-21 11:44:12,149 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=d720d990b243872e952422dc7fa77512&timeStamp=1703130244 HTTP/1.1" 500 18039
INFO 2023-12-21 11:44:30,718 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:44:31,643 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:44:35,194 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
if mock_service_switch['getCinemaInfo'] is True:
TypeError: 'ZZMockModel' object is not subscriptable
ERROR 2023-12-21 11:44:35,196 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=514727055fd8e0e7ceb8b5ed3153e4de&timeStamp=1703130267 HTTP/1.1" 500 18040
INFO 2023-12-21 11:45:00,049 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 11:45:01,250 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 11:45:03,945 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 25, in get_cinema_info
return mock_service.mock(ip, 'getCinemaInfo')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 12, in mock
mock_data = get_cinema_info_tmp.get(dict(cinema_obj))
TypeError: 'Cinema' object is not iterable
ERROR 2023-12-21 11:45:03,946 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=197ad4d5a10e483520bd83454743150e&timeStamp=1703130296 HTTP/1.1" 500 18169
INFO 2023-12-21 11:45:54,233 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_cinema_info_tmp.py changed, reloading.
INFO 2023-12-21 11:45:55,135 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 11:45:58,680 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=a05665034a33cdbc0ed68686dc506f47&timeStamp=1703130351 HTTP/1.1" 200 534
INFO 2023-12-21 11:49:30,575 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-21 11:49:31,528 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 11:49:41,003 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=d1b03f4c7e27d81125dc459c29a103bb&timeStamp=1703130573 HTTP/1.1" 200 534
INFO 2023-12-21 11:51:24,566 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-21 11:51:25,520 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 11:51:34,742 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=4a81211e7e04c466614e7b3a2216e293&timeStamp=1703130687 HTTP/1.1" 200 402
INFO 2023-12-21 11:52:29,920 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=535036617a482af648c66df044ee4eb9&timeStamp=1703130742 HTTP/1.1" 200 534
INFO 2023-12-21 14:27:45,607 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=a68b66800017de6e3df1a672b122e919&timeStamp=1703140058 HTTP/1.1" 200 534
INFO 2023-12-21 14:29:05,258 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-21 14:29:06,306 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 14:29:10,950 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=cf8acad08330c0aa38d888b447827046&timeStamp=1703140143 HTTP/1.1" 200 402
INFO 2023-12-21 14:45:12,499 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 14:45:13,533 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 14:45:52,374 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 14:45:53,399 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 14:46:37,695 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 14:46:38,735 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 14:47:13,439 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 14:47:14,380 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 14:50:50,964 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:50:50,964 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 14:51:41,783 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\__init__.py changed, reloading.
INFO 2023-12-21 14:51:42,770 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 14:51:52,044 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:51:52,044 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
WARNING 2023-12-21 14:52:26,612 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:52:26,613 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
WARNING 2023-12-21 14:53:49,453 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:53:49,457 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 14:53:56,661 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\report_ticket_tmp.py changed, reloading.
INFO 2023-12-21 14:53:57,540 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 14:55:04,025 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:55:04,025 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
WARNING 2023-12-21 14:55:23,665 log 241 Not Found: /report/reportTicket
WARNING 2023-12-21 14:55:23,666 basehttp 212 "POST /report/reportTicket HTTP/1.1" 404 2642
INFO 2023-12-21 14:55:49,420 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-21 14:55:50,459 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 14:56:59,006 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 14:56:59,007 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 14:57:11,569 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 14:57:11,570 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
INFO 2023-12-21 14:59:05,595 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 14:59:06,544 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 14:59:07,631 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 14:59:07,633 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 14:59:38,194 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 14:59:38,198 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
INFO 2023-12-21 14:59:50,746 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-21 15:00:52,891 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 15:00:52,892 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 15:01:40,567 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 15:01:40,568 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 15:02:10,118 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 15:02:10,120 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 15:03:57,817 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 15:03:57,818 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
WARNING 2023-12-21 15:04:47,434 log 241 Forbidden (CSRF cookie not set.): /report/reportTicket
WARNING 2023-12-21 15:04:47,434 basehttp 212 "POST /report/reportTicket HTTP/1.1" 403 2801
INFO 2023-12-21 15:04:59,789 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 15:05:00,764 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 15:05:55,364 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 15:05:56,665 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 15:06:05,332 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
ERROR 2023-12-21 15:14:14,453 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.report_ticket didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-21 15:14:14,454 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18987
INFO 2023-12-21 15:14:29,801 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 15:14:30,797 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-21 15:15:58,906 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.report_ticket didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-21 15:15:58,907 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18987
INFO 2023-12-21 15:16:15,891 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-21 15:16:16,941 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 15:17:03,542 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 15:17:09,530 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 15:17:10,490 autoreload 668 Watching for file changes with StatReloader
11 months ago
INFO 2023-12-21 16:02:19,014 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 16:05:07,439 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 16:21:05,331 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 16:21:59,100 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 16:51:58,054 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 16:55:30,019 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 16:55:31,173 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:02:03,632 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:22:29,687 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:24:10,133 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:24:48,411 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:25:26,945 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:26:35,456 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:38:39,443 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-21 17:40:34,006 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-21 17:40:34,992 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:43:15,582 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\report_film_schedule_tmp.py changed, reloading.
INFO 2023-12-21 17:43:16,614 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:46:19,828 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-21 17:46:20,796 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:49:13,932 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\__init__.py changed, reloading.
INFO 2023-12-21 17:49:14,906 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:51:35,471 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 17:51:36,396 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:51:47,291 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 17:51:48,413 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:52:03,683 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-21 17:52:04,709 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-21 17:53:22,622 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-21 17:53:23,514 autoreload 668 Watching for file changes with StatReloader
10 months ago
INFO 2023-12-22 08:22:47,326 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:22:51,279 basehttp 212 "GET /data/getScreenInfo?cinemaCode=14105121&sign=1eef698c3b60327af4f4eee96b840ab2&timeStamp=1703204563 HTTP/1.1" 200 1020
INFO 2023-12-22 08:24:47,985 basehttp 212 "GET /data/getScreenInfo?cinemaCode=14105121&sign=93815d11f3ca24b1a5ed984c8c158a37&timeStamp=1703204680 HTTP/1.1" 200 1020
INFO 2023-12-22 08:30:23,093 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\__init__.py changed, reloading.
INFO 2023-12-22 08:30:24,028 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:32:32,794 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:32:33,808 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:33:21,961 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:33:22,889 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:35:02,015 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:35:03,087 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:37:44,251 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:37:47,324 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:39:02,502 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:39:04,476 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:42:23,224 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\download_film_info_tmp.py changed, reloading.
INFO 2023-12-22 08:42:24,177 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-22 08:42:32,023 log 241 Not Found: /data/downloadFilmInfo
WARNING 2023-12-22 08:42:32,024 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-21&page=1&sign=120f83c5c13fb38a91606033c3bf9f7b&startPublishDate=2023-11-22&timeStamp=1703205744 HTTP/1.1" 404 3654
INFO 2023-12-22 08:42:58,035 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-22 08:42:59,057 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-22 08:43:36,582 log 241 Not Found: /data/downloadFilmInfo
WARNING 2023-12-22 08:43:36,582 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-21&page=1&sign=ae7c1d24922db8a5d69a0f2bb03e2896&startPublishDate=2023-11-22&timeStamp=1703205809 HTTP/1.1" 404 3819
INFO 2023-12-22 08:43:37,397 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-22 08:43:38,398 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-22 08:43:43,014 log 241 Not Found: /data/downloadFilmInfo
WARNING 2023-12-22 08:43:43,015 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-21&page=1&sign=6db787d040e9c8ac00a1080d202b1c4f&startPublishDate=2023-11-22&timeStamp=1703205815 HTTP/1.1" 404 3817
INFO 2023-12-22 08:44:18,620 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-22 08:44:19,524 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 08:44:31,694 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-21&page=1&sign=5d04ac8f81fe634e756805fa46ba303f&startPublishDate=2023-11-22&timeStamp=1703205861 HTTP/1.1" 200 143
INFO 2023-12-22 08:45:04,164 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-21&page=1&sign=7ca526245a3e25ddccf716b2df0f6409&startPublishDate=2023-11-22&timeStamp=1703205896 HTTP/1.1" 200 439
INFO 2023-12-22 08:49:53,276 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=1&sign=9263c5d3790fc07f47fcfd0ff0f038fe&startPublishDate=2013-11-01&timeStamp=1703206185 HTTP/1.1" 200 6384
INFO 2023-12-22 08:49:53,888 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=2&sign=be9adf5ba4f8c7c9b03d50dab905d6a2&startPublishDate=2013-11-01&timeStamp=1703206186 HTTP/1.1" 200 6380
INFO 2023-12-22 08:49:54,423 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=3&sign=2fe3c05ef1ac1076af5014cbb4912fce&startPublishDate=2013-11-01&timeStamp=1703206186 HTTP/1.1" 200 6439
INFO 2023-12-22 08:49:55,000 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=4&sign=2d265feec35dc6e9b37ba168bdf129c0&startPublishDate=2013-11-01&timeStamp=1703206187 HTTP/1.1" 200 6378
INFO 2023-12-22 08:49:55,532 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=5&sign=2f98aca8b5050c82de2453d1ad259fff&startPublishDate=2013-11-01&timeStamp=1703206187 HTTP/1.1" 200 6400
INFO 2023-12-22 08:49:56,061 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=6&sign=38f202a75e5258042f9eec18e252eb1e&startPublishDate=2013-11-01&timeStamp=1703206188 HTTP/1.1" 200 6513
INFO 2023-12-22 08:49:56,575 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=7&sign=daaf1ef1e8c26cb695a62d1a5b70b432&startPublishDate=2013-11-01&timeStamp=1703206188 HTTP/1.1" 200 6507
INFO 2023-12-22 08:49:57,137 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=8&sign=8c86f3776c5f4a63a039fa9487565294&startPublishDate=2013-11-01&timeStamp=1703206189 HTTP/1.1" 200 6466
INFO 2023-12-22 08:49:57,673 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=9&sign=92c33a706a83a15120e629b79ba0349c&startPublishDate=2013-11-01&timeStamp=1703206189 HTTP/1.1" 200 6369
INFO 2023-12-22 08:49:58,230 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=10&sign=321987efece6cfbd1952ac0f2d3a1cfa&startPublishDate=2013-11-01&timeStamp=1703206190 HTTP/1.1" 200 6523
INFO 2023-12-22 08:49:58,769 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=11&sign=6956a0306995550dc4d5d3c82f627071&startPublishDate=2013-11-01&timeStamp=1703206191 HTTP/1.1" 200 6574
INFO 2023-12-22 08:49:59,327 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=12&sign=c15c8aac342497a3d05cd235ef6dc262&startPublishDate=2013-11-01&timeStamp=1703206191 HTTP/1.1" 200 6427
INFO 2023-12-22 08:49:59,905 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=13&sign=02af490eba010341b7d54b2eb23b1b51&startPublishDate=2013-11-01&timeStamp=1703206192 HTTP/1.1" 200 6342
INFO 2023-12-22 08:50:00,515 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=14&sign=b8b51e20964aa8abb3df7872dd8c0b07&startPublishDate=2013-11-01&timeStamp=1703206192 HTTP/1.1" 200 6392
INFO 2023-12-22 08:50:01,170 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=15&sign=ff59b6c6ad20fd7d5c8021d45f9beefa&startPublishDate=2013-11-01&timeStamp=1703206193 HTTP/1.1" 200 6141
INFO 2023-12-22 08:50:01,740 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=16&sign=cf09ff1a9757e10263a75f124c6d9649&startPublishDate=2013-11-01&timeStamp=1703206193 HTTP/1.1" 200 6330
INFO 2023-12-22 08:50:02,282 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=17&sign=222baefe64c37625341d2121e6f474d8&startPublishDate=2013-11-01&timeStamp=1703206194 HTTP/1.1" 200 6258
INFO 2023-12-22 08:50:02,821 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=18&sign=24658a04c8b44484f8d61e47e2c7580c&startPublishDate=2013-11-01&timeStamp=1703206195 HTTP/1.1" 200 6057
INFO 2023-12-22 08:50:03,359 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=19&sign=747b43431fe62b89d3c7c791358f7c4f&startPublishDate=2013-11-01&timeStamp=1703206195 HTTP/1.1" 200 6248
INFO 2023-12-22 08:50:03,893 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=20&sign=dae2528eeefaac6bc209534f3eaf21a8&startPublishDate=2013-11-01&timeStamp=1703206196 HTTP/1.1" 200 6401
INFO 2023-12-22 08:50:04,424 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=21&sign=50527534d379edfe6dd92d10b205f974&startPublishDate=2013-11-01&timeStamp=1703206196 HTTP/1.1" 200 6333
INFO 2023-12-22 08:50:04,958 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=22&sign=e9ffb47f565086f8cdae37f0df6c17cb&startPublishDate=2013-11-01&timeStamp=1703206197 HTTP/1.1" 200 6201
INFO 2023-12-22 08:50:05,514 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=23&sign=28de7f2ed6f9f662603849416e78adef&startPublishDate=2013-11-01&timeStamp=1703206197 HTTP/1.1" 200 6258
INFO 2023-12-22 08:50:06,069 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=24&sign=1a1baf5e705a6c12375e9c08a9460899&startPublishDate=2013-11-01&timeStamp=1703206198 HTTP/1.1" 200 6400
INFO 2023-12-22 08:50:06,615 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=25&sign=a5ba9417fe6f1fe118c4b3b569b433bd&startPublishDate=2013-11-01&timeStamp=1703206198 HTTP/1.1" 200 6346
INFO 2023-12-22 08:50:07,247 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=26&sign=59c956b3448c03a64ef3f698672f8962&startPublishDate=2013-11-01&timeStamp=1703206199 HTTP/1.1" 200 6350
INFO 2023-12-22 08:50:07,821 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=27&sign=92d962bc568239d1d990246bac837dd2&startPublishDate=2013-11-01&timeStamp=1703206200 HTTP/1.1" 200 6486
INFO 2023-12-22 08:50:08,414 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=28&sign=8107f577c217b025e2a34d057bc96f3d&startPublishDate=2013-11-01&timeStamp=1703206200 HTTP/1.1" 200 6371
INFO 2023-12-22 08:50:09,009 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=29&sign=8e654598d3e7f195b8a6e966abbba207&startPublishDate=2013-11-01&timeStamp=1703206201 HTTP/1.1" 200 6476
INFO 2023-12-22 08:50:09,597 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=30&sign=ac4de27f338fa70788860c6b7a42bc66&startPublishDate=2013-11-01&timeStamp=1703206201 HTTP/1.1" 200 6576
INFO 2023-12-22 08:50:10,174 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=31&sign=349a13de65b490fa92a6f69165139115&startPublishDate=2013-11-01&timeStamp=1703206202 HTTP/1.1" 200 6412
INFO 2023-12-22 08:50:10,742 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=32&sign=81cdb04d1eccfaa1126dab1d4cbab843&startPublishDate=2013-11-01&timeStamp=1703206202 HTTP/1.1" 200 6446
INFO 2023-12-22 08:50:11,252 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=33&sign=05560ef645ee5588401a34bb7962de77&startPublishDate=2013-11-01&timeStamp=1703206203 HTTP/1.1" 200 6457
INFO 2023-12-22 08:50:11,808 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=34&sign=67f0f9d4171b66e3bc7d3deaec8ef82d&startPublishDate=2013-11-01&timeStamp=1703206204 HTTP/1.1" 200 6407
INFO 2023-12-22 08:50:12,388 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=35&sign=b3de8d6af103dd3b1ed629973cfe386c&startPublishDate=2013-11-01&timeStamp=1703206204 HTTP/1.1" 200 6611
INFO 2023-12-22 08:50:13,006 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=36&sign=259486792f147ebb2ac0f7a6306fa707&startPublishDate=2013-11-01&timeStamp=1703206205 HTTP/1.1" 200 6453
INFO 2023-12-22 08:50:13,574 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=37&sign=0377928a05e3ac18f8557ed51c83665f&startPublishDate=2013-11-01&timeStamp=1703206205 HTTP/1.1" 200 6479
INFO 2023-12-22 08:50:14,152 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=38&sign=a8fca08168bdb3c2f376d9812a8126a2&startPublishDate=2013-11-01&timeStamp=1703206206 HTTP/1.1" 200 6354
INFO 2023-12-22 08:50:14,671 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=39&sign=b83d3cb4ceba3bf5b092f28e5fc62c96&startPublishDate=2013-11-01&timeStamp=1703206206 HTTP/1.1" 200 6391
INFO 2023-12-22 08:50:15,223 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=40&sign=983565a4fc751db64a8c12edff4ab03d&startPublishDate=2013-11-01&timeStamp=1703206207 HTTP/1.1" 200 6357
INFO 2023-12-22 08:50:15,764 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=41&sign=c7d12cb4ee4138c4396999c74a6deaca&startPublishDate=2013-11-01&timeStamp=1703206208 HTTP/1.1" 200 6393
INFO 2023-12-22 08:50:16,296 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=42&sign=b10bd6037a41ba70db83534fc5a456d3&startPublishDate=2013-11-01&timeStamp=1703206208 HTTP/1.1" 200 6506
INFO 2023-12-22 08:50:16,890 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=43&sign=6eaff8fa61e4d99e654347c399242462&startPublishDate=2013-11-01&timeStamp=1703206209 HTTP/1.1" 200 6487
INFO 2023-12-22 08:50:17,430 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=44&sign=88cf82a96456cc9bab0e7a5a60b280d8&startPublishDate=2013-11-01&timeStamp=1703206209 HTTP/1.1" 200 6247
INFO 2023-12-22 08:50:17,974 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=45&sign=800caa23ecb42b6ace8bcc65a8aa7570&startPublishDate=2013-11-01&timeStamp=1703206210 HTTP/1.1" 200 6485
INFO 2023-12-22 08:50:18,580 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=46&sign=7d383305bff7d3df94530c67202a0c0d&startPublishDate=2013-11-01&timeStamp=1703206210 HTTP/1.1" 200 6553
INFO 2023-12-22 08:50:19,140 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=47&sign=ebae2f4af9ca283f0cc52328c5dfbd7b&startPublishDate=2013-11-01&timeStamp=1703206211 HTTP/1.1" 200 6414
INFO 2023-12-22 08:50:19,648 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=48&sign=4ab34887afaee74e729638d7dcc15896&startPublishDate=2013-11-01&timeStamp=1703206211 HTTP/1.1" 200 6376
INFO 2023-12-22 08:50:20,185 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=49&sign=0797a7966d31ea33fef5cfb0f3adbda1&startPublishDate=2013-11-01&timeStamp=1703206212 HTTP/1.1" 200 6587
INFO 2023-12-22 08:50:20,772 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=50&sign=5eb359d0ba4edfa16f8327a67679b4ed&startPublishDate=2013-11-01&timeStamp=1703206212 HTTP/1.1" 200 6538
INFO 2023-12-22 08:50:21,326 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=51&sign=cee045436e4615e01c9dc6578fc6ca2a&startPublishDate=2013-11-01&timeStamp=1703206213 HTTP/1.1" 200 6506
INFO 2023-12-22 08:50:21,869 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=52&sign=13ee0b562805d36eb6e6b9d404611167&startPublishDate=2013-11-01&timeStamp=1703206214 HTTP/1.1" 200 6485
INFO 2023-12-22 08:50:22,458 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=53&sign=cf97688e0e33bc0956a8afa579eb2fbb&startPublishDate=2013-11-01&timeStamp=1703206214 HTTP/1.1" 200 6562
INFO 2023-12-22 08:50:23,041 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=54&sign=9a1abe348816736778f4f2cec911ce4f&startPublishDate=2013-11-01&timeStamp=1703206215 HTTP/1.1" 200 6640
INFO 2023-12-22 08:50:23,612 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=55&sign=a753886c744bb18b036f505c1d7e1b02&startPublishDate=2013-11-01&timeStamp=1703206215 HTTP/1.1" 200 6553
INFO 2023-12-22 08:50:24,207 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=56&sign=1914b939f5b6f18a68b4f66ab9913e3f&startPublishDate=2013-11-01&timeStamp=1703206216 HTTP/1.1" 200 6798
INFO 2023-12-22 08:50:24,755 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=57&sign=b4614d73a98d1325dca98d97abea69b5&startPublishDate=2013-11-01&timeStamp=1703206216 HTTP/1.1" 200 6479
INFO 2023-12-22 08:50:25,313 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=58&sign=d1a13b96405b90d2d539e3d4e8ce2456&startPublishDate=2013-11-01&timeStamp=1703206217 HTTP/1.1" 200 6445
INFO 2023-12-22 08:50:25,900 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=59&sign=529cc976d6ce697db1285fb498ded2a7&startPublishDate=2013-11-01&timeStamp=1703206218 HTTP/1.1" 200 6437
INFO 2023-12-22 08:50:26,435 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=60&sign=169ea071112ee8f70353cbc5da5e79a0&startPublishDate=2013-11-01&timeStamp=1703206218 HTTP/1.1" 200 6434
INFO 2023-12-22 08:50:26,975 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=61&sign=032a03834883e214a78e80b030e75408&startPublishDate=2013-11-01&timeStamp=1703206219 HTTP/1.1" 200 6730
INFO 2023-12-22 08:50:27,546 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=62&sign=6e84d3e388442a623e12684874e202cb&startPublishDate=2013-11-01&timeStamp=1703206219 HTTP/1.1" 200 6444
INFO 2023-12-22 08:50:28,138 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=63&sign=3c07dad395cab70f028a52398d3d4870&startPublishDate=2013-11-01&timeStamp=1703206220 HTTP/1.1" 200 6518
INFO 2023-12-22 08:50:28,693 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=64&sign=8041a4fca6578e8215fcfe036b01caeb&startPublishDate=2013-11-01&timeStamp=1703206220 HTTP/1.1" 200 6619
INFO 2023-12-22 08:50:29,276 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=65&sign=c3a041701937f5a9baad862998a885c4&startPublishDate=2013-11-01&timeStamp=1703206221 HTTP/1.1" 200 6406
INFO 2023-12-22 08:50:29,841 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=66&sign=fa53e892e49e611687b5b6885fcdba7b&startPublishDate=2013-11-01&timeStamp=1703206222 HTTP/1.1" 200 6441
INFO 2023-12-22 08:50:30,508 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=67&sign=ef24268f665118709741ab1d6797aa03&startPublishDate=2013-11-01&timeStamp=1703206222 HTTP/1.1" 200 6677
INFO 2023-12-22 08:50:31,079 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=68&sign=fbfeb9c4b8a1708f469760daea65e923&startPublishDate=2013-11-01&timeStamp=1703206223 HTTP/1.1" 200 6518
INFO 2023-12-22 08:50:31,649 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=69&sign=4b27ad4d661f8a0c9632501127e46382&startPublishDate=2013-11-01&timeStamp=1703206223 HTTP/1.1" 200 6361
INFO 2023-12-22 08:50:32,196 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=70&sign=2cfb75bc4fc9bdc8a43c1dd51660a826&startPublishDate=2013-11-01&timeStamp=1703206224 HTTP/1.1" 200 6452
INFO 2023-12-22 08:50:32,755 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=71&sign=68080db8a9676172d27088d45aeca487&startPublishDate=2013-11-01&timeStamp=1703206224 HTTP/1.1" 200 6386
INFO 2023-12-22 08:50:33,329 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=72&sign=29fa5c8423bc05f3f54780fa025ef0b9&startPublishDate=2013-11-01&timeStamp=1703206225 HTTP/1.1" 200 6538
INFO 2023-12-22 08:50:33,846 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=73&sign=40a29268bc2dbb562e12952d1209b13b&startPublishDate=2013-11-01&timeStamp=1703206226 HTTP/1.1" 200 6413
INFO 2023-12-22 08:50:34,390 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=74&sign=5f3554ae91ad6755fc961c1e180a20e9&startPublishDate=2013-11-01&timeStamp=1703206226 HTTP/1.1" 200 6646
INFO 2023-12-22 08:50:34,924 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=75&sign=c0914b73ce0c4970f5d3b3c5037bae1a&startPublishDate=2013-11-01&timeStamp=1703206227 HTTP/1.1" 200 6462
INFO 2023-12-22 08:50:35,469 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=76&sign=77f767d87c12311b2c8dc99a16cbd438&startPublishDate=2013-11-01&timeStamp=1703206227 HTTP/1.1" 200 6596
INFO 2023-12-22 08:50:36,029 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=77&sign=bae3eed3ded68935621a990136cb1fbf&startPublishDate=2013-11-01&timeStamp=1703206228 HTTP/1.1" 200 6506
INFO 2023-12-22 08:50:36,592 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=78&sign=39af37758f93b03080c8950111c53e26&startPublishDate=2013-11-01&timeStamp=1703206228 HTTP/1.1" 200 6441
INFO 2023-12-22 08:50:37,164 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=79&sign=7c0a7736573535f563cbb603ed6d9f2d&startPublishDate=2013-11-01&timeStamp=1703206229 HTTP/1.1" 200 6537
INFO 2023-12-22 08:50:37,741 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=80&sign=55d460f01db2fd9f90598fe875f5c1d3&startPublishDate=2013-11-01&timeStamp=1703206229 HTTP/1.1" 200 6448
INFO 2023-12-22 08:50:38,302 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=81&sign=35d8c2b957027c587519276fbfa910a1&startPublishDate=2013-11-01&timeStamp=1703206230 HTTP/1.1" 200 6662
INFO 2023-12-22 08:50:38,848 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=82&sign=93489bc551a2850ebb9c73daeaa8cdf6&startPublishDate=2013-11-01&timeStamp=1703206231 HTTP/1.1" 200 6538
INFO 2023-12-22 08:50:39,426 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=83&sign=75187b9dcead7c5f830948956c8fc2be&startPublishDate=2013-11-01&timeStamp=1703206231 HTTP/1.1" 200 6526
INFO 2023-12-22 08:50:39,978 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=84&sign=da55847a68f6f614b2836f13c23c55bf&startPublishDate=2013-11-01&timeStamp=1703206232 HTTP/1.1" 200 6466
INFO 2023-12-22 08:50:40,498 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=85&sign=8e0f1f4ee0994e07efc54e3915490da6&startPublishDate=2013-11-01&timeStamp=1703206232 HTTP/1.1" 200 6666
INFO 2023-12-22 08:50:41,005 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=86&sign=ac18cd65b20827e3e142c40467645147&startPublishDate=2013-11-01&timeStamp=1703206233 HTTP/1.1" 200 6621
INFO 2023-12-22 08:50:41,519 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=87&sign=a22a408240d42b23553d2a5adadd1c36&startPublishDate=2013-11-01&timeStamp=1703206233 HTTP/1.1" 200 6427
INFO 2023-12-22 08:50:42,060 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=88&sign=57c3401813dee441aff6470ff4a4737d&startPublishDate=2013-11-01&timeStamp=1703206234 HTTP/1.1" 200 6567
INFO 2023-12-22 08:50:42,596 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=89&sign=0458d0b9452d6c01aea89727ca7f6a0a&startPublishDate=2013-11-01&timeStamp=1703206234 HTTP/1.1" 200 6431
INFO 2023-12-22 08:50:43,102 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=90&sign=01a85046ed14b1a988e09ba8a46ab7f0&startPublishDate=2013-11-01&timeStamp=1703206235 HTTP/1.1" 200 6480
INFO 2023-12-22 08:50:43,675 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=91&sign=776cf2796836419d51f06aa67cc48af6&startPublishDate=2013-11-01&timeStamp=1703206235 HTTP/1.1" 200 6474
INFO 2023-12-22 08:50:44,246 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=92&sign=fd2c5b819fb02d4f7ecdfe2807bc72bf&startPublishDate=2013-11-01&timeStamp=1703206236 HTTP/1.1" 200 6461
INFO 2023-12-22 08:50:44,834 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=93&sign=d6664e418ec577cd39c221ff138c148c&startPublishDate=2013-11-01&timeStamp=1703206237 HTTP/1.1" 200 6607
INFO 2023-12-22 08:50:45,385 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=94&sign=e1e065150202c3205bc355b8e3127413&startPublishDate=2013-11-01&timeStamp=1703206237 HTTP/1.1" 200 6573
INFO 2023-12-22 08:50:45,946 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=95&sign=b43e38e0d5ba4aea553aa1e73cd48574&startPublishDate=2013-11-01&timeStamp=1703206238 HTTP/1.1" 200 6795
INFO 2023-12-22 08:50:46,563 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=96&sign=fdf1a936655e894c97e6d83efdf31683&startPublishDate=2013-11-01&timeStamp=1703206238 HTTP/1.1" 200 6406
INFO 2023-12-22 08:50:47,110 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=97&sign=0e06127ee915c63a16743e698aed2a62&startPublishDate=2013-11-01&timeStamp=1703206239 HTTP/1.1" 200 6681
INFO 2023-12-22 08:50:47,643 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=98&sign=0927dda83fa8198d5e883f4ff218f3ec&startPublishDate=2013-11-01&timeStamp=1703206239 HTTP/1.1" 200 6840
INFO 2023-12-22 08:50:48,160 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=99&sign=e286fd2a866a81bb42f9192aedb7ef4a&startPublishDate=2013-11-01&timeStamp=1703206240 HTTP/1.1" 200 6646
INFO 2023-12-22 08:50:48,690 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=100&sign=12ea19ce2e2f36e0bfe903641e6dab98&startPublishDate=2013-11-01&timeStamp=1703206240 HTTP/1.1" 200 6360
INFO 2023-12-22 08:50:49,271 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=101&sign=c0cef7f6a37f49891f24b1bc3de46e48&startPublishDate=2013-11-01&timeStamp=1703206241 HTTP/1.1" 200 6773
INFO 2023-12-22 08:50:49,842 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=102&sign=d6e5cfa1990e83674eac524e58183324&startPublishDate=2013-11-01&timeStamp=1703206242 HTTP/1.1" 200 6488
INFO 2023-12-22 08:50:50,380 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=103&sign=4ca277885f9ed84c07fc6cc08e5c6936&startPublishDate=2013-11-01&timeStamp=1703206242 HTTP/1.1" 200 6656
INFO 2023-12-22 08:50:50,936 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=104&sign=3731e4bb40f4be9c49664e919f617abc&startPublishDate=2013-11-01&timeStamp=1703206243 HTTP/1.1" 200 6598
INFO 2023-12-22 08:50:51,562 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=105&sign=b14fbbea23fa3434e017335dd97d711c&startPublishDate=2013-11-01&timeStamp=1703206243 HTTP/1.1" 200 6569
INFO 2023-12-22 08:50:52,193 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=106&sign=22c6cf0d14fae28475f348c3e0b5659e&startPublishDate=2013-11-01&timeStamp=1703206244 HTTP/1.1" 200 6487
INFO 2023-12-22 08:50:52,748 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=107&sign=fdf8b6aff8bda3cf42bcd04010f7ed55&startPublishDate=2013-11-01&timeStamp=1703206244 HTTP/1.1" 200 6499
INFO 2023-12-22 08:50:53,311 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=108&sign=88ec63442d54d0837a792c93591f432a&startPublishDate=2013-11-01&timeStamp=1703206245 HTTP/1.1" 200 6768
INFO 2023-12-22 08:50:53,907 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=109&sign=8ad67e53559840255b6ce5c0602b6abc&startPublishDate=2013-11-01&timeStamp=1703206246 HTTP/1.1" 200 6390
INFO 2023-12-22 08:50:54,450 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=110&sign=339fae48014b325442ee37fded016786&startPublishDate=2013-11-01&timeStamp=1703206246 HTTP/1.1" 200 6548
INFO 2023-12-22 08:50:55,027 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=111&sign=8fd934cce4b012da11e05986f683146b&startPublishDate=2013-11-01&timeStamp=1703206247 HTTP/1.1" 200 6580
INFO 2023-12-22 08:50:55,582 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=112&sign=8ea6d9a11c9f7f26519e335f030cdc1b&startPublishDate=2013-11-01&timeStamp=1703206247 HTTP/1.1" 200 6436
INFO 2023-12-22 08:50:56,166 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=113&sign=75a1d26b9e655732b57fe12e2359f8d3&startPublishDate=2013-11-01&timeStamp=1703206248 HTTP/1.1" 200 6634
INFO 2023-12-22 08:50:56,724 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=114&sign=2747e764ba21f5551fadd0e2f4329f2e&startPublishDate=2013-11-01&timeStamp=1703206248 HTTP/1.1" 200 6622
INFO 2023-12-22 08:50:57,291 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=115&sign=72aaf56e77b9a6d8153d1a18e45fa4e9&startPublishDate=2013-11-01&timeStamp=1703206249 HTTP/1.1" 200 6903
INFO 2023-12-22 08:50:57,883 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=116&sign=eb896907c5f733efa9b99438e6d746e2&startPublishDate=2013-11-01&timeStamp=1703206250 HTTP/1.1" 200 6722
INFO 2023-12-22 08:50:58,442 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=117&sign=cded1f6f4282817095367584be6faa90&startPublishDate=2013-11-01&timeStamp=1703206250 HTTP/1.1" 200 6808
INFO 2023-12-22 08:50:58,991 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=118&sign=7fa1382d0598c0a23d366c6400a880a3&startPublishDate=2013-11-01&timeStamp=1703206251 HTTP/1.1" 200 6562
INFO 2023-12-22 08:50:59,557 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=119&sign=f3bf065e3a58631ce89dc4e982cbfe9b&startPublishDate=2013-11-01&timeStamp=1703206251 HTTP/1.1" 200 6682
INFO 2023-12-22 08:51:00,111 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=120&sign=b0a19218c8e04d954c66e36e5330f975&startPublishDate=2013-11-01&timeStamp=1703206252 HTTP/1.1" 200 6595
INFO 2023-12-22 08:51:00,621 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=121&sign=b4eacba9bf8dc431af36007d09fc6800&startPublishDate=2013-11-01&timeStamp=1703206252 HTTP/1.1" 200 6686
INFO 2023-12-22 08:51:01,160 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=122&sign=861be238f97adad811eb869e8b2abac4&startPublishDate=2013-11-01&timeStamp=1703206253 HTTP/1.1" 200 6592
INFO 2023-12-22 08:51:01,714 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=123&sign=4b4169f12f32bdd27bc300906604e794&startPublishDate=2013-11-01&timeStamp=1703206253 HTTP/1.1" 200 6644
INFO 2023-12-22 08:51:02,340 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=124&sign=2f05d33768e657ea2b42de2a6fe265a2&startPublishDate=2013-11-01&timeStamp=1703206254 HTTP/1.1" 200 6486
INFO 2023-12-22 08:51:02,891 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=125&sign=eb1438ba012ca0595363574e3400da18&startPublishDate=2013-11-01&timeStamp=1703206255 HTTP/1.1" 200 6607
INFO 2023-12-22 08:51:03,442 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=126&sign=2639e621b7ad079f9dff7d24645d04a8&startPublishDate=2013-11-01&timeStamp=1703206255 HTTP/1.1" 200 6480
INFO 2023-12-22 08:51:04,009 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=127&sign=f64613b9ede36649bd5b1c49232224c0&startPublishDate=2013-11-01&timeStamp=1703206256 HTTP/1.1" 200 6525
INFO 2023-12-22 08:51:04,530 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=128&sign=93525f20a650fdcd3bab590635d943fb&startPublishDate=2013-11-01&timeStamp=1703206256 HTTP/1.1" 200 6493
INFO 2023-12-22 08:51:05,090 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=129&sign=242a603a8f66746591f1df6384c36955&startPublishDate=2013-11-01&timeStamp=1703206257 HTTP/1.1" 200 6321
INFO 2023-12-22 08:51:05,605 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=130&sign=2d416346f31f1e25d6f281036402b145&startPublishDate=2013-11-01&timeStamp=1703206257 HTTP/1.1" 200 6905
INFO 2023-12-22 08:51:06,143 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=131&sign=79a1c0a7afb203f43f2694d54ffd9998&startPublishDate=2013-11-01&timeStamp=1703206258 HTTP/1.1" 200 6511
INFO 2023-12-22 08:51:06,768 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=132&sign=5c59a1a1beaccb37004c71c2a5c9d4b5&startPublishDate=2013-11-01&timeStamp=1703206258 HTTP/1.1" 200 6599
INFO 2023-12-22 08:51:07,377 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=133&sign=058bceb3e676ca1a0430b2cdfc68cd1d&startPublishDate=2013-11-01&timeStamp=1703206259 HTTP/1.1" 200 6499
INFO 2023-12-22 08:51:07,948 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=134&sign=a766b45655652c7815a2077518083017&startPublishDate=2013-11-01&timeStamp=1703206260 HTTP/1.1" 200 6586
INFO 2023-12-22 08:51:08,523 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=135&sign=dc65e37f6ee0c8415e7f7a3edc4cde96&startPublishDate=2013-11-01&timeStamp=1703206260 HTTP/1.1" 200 6553
INFO 2023-12-22 08:51:09,098 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=136&sign=2617363ea73c24448090b03e9263da21&startPublishDate=2013-11-01&timeStamp=1703206261 HTTP/1.1" 200 6514
INFO 2023-12-22 08:51:09,698 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=137&sign=ccd668ebfaf57e50ac07fc98dc996063&startPublishDate=2013-11-01&timeStamp=1703206261 HTTP/1.1" 200 6604
INFO 2023-12-22 08:51:10,236 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=138&sign=928f1fd70cd6b26a980e2de3097b83e0&startPublishDate=2013-11-01&timeStamp=1703206262 HTTP/1.1" 200 6612
INFO 2023-12-22 08:51:10,779 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=139&sign=d20e0d616f240c70157fb73180590cda&startPublishDate=2013-11-01&timeStamp=1703206263 HTTP/1.1" 200 6620
INFO 2023-12-22 08:51:11,307 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=140&sign=e4c17a8dee8e9b2e9cecd0119a03b3da&startPublishDate=2013-11-01&timeStamp=1703206263 HTTP/1.1" 200 6679
INFO 2023-12-22 08:51:11,837 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=141&sign=adb433bea9448a3619124cd1400208ff&startPublishDate=2013-11-01&timeStamp=1703206264 HTTP/1.1" 200 6653
INFO 2023-12-22 08:51:12,456 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=142&sign=4f0a39ff591be34cc7bb959935deaba0&startPublishDate=2013-11-01&timeStamp=1703206264 HTTP/1.1" 200 6717
INFO 2023-12-22 08:51:12,981 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=143&sign=17ae582b98763b21ab6ccb0d2b2e5b82&startPublishDate=2013-11-01&timeStamp=1703206265 HTTP/1.1" 200 6632
INFO 2023-12-22 08:51:13,568 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=144&sign=306f471801582cc7effb0adc29d3d372&startPublishDate=2013-11-01&timeStamp=1703206265 HTTP/1.1" 200 6852
INFO 2023-12-22 08:51:14,153 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=145&sign=0c7c3b52c0c076960213bcd85ea44bf3&startPublishDate=2013-11-01&timeStamp=1703206266 HTTP/1.1" 200 6626
INFO 2023-12-22 08:51:14,716 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=146&sign=28664e60e504e373881023913b837d63&startPublishDate=2013-11-01&timeStamp=1703206266 HTTP/1.1" 200 6514
INFO 2023-12-22 08:51:15,313 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=147&sign=028f71ba55bcc656d908681b8e051c49&startPublishDate=2013-11-01&timeStamp=1703206267 HTTP/1.1" 200 6638
INFO 2023-12-22 08:51:15,931 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=148&sign=24cf2786970a1496730e5debb5a57df7&startPublishDate=2013-11-01&timeStamp=1703206268 HTTP/1.1" 200 6437
INFO 2023-12-22 08:51:16,523 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=149&sign=f1bb370bb49940582367441480cbed00&startPublishDate=2013-11-01&timeStamp=1703206268 HTTP/1.1" 200 6602
INFO 2023-12-22 08:51:17,088 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=150&sign=8153c2787e0acb79ba11d4f8715723aa&startPublishDate=2013-11-01&timeStamp=1703206269 HTTP/1.1" 200 6620
INFO 2023-12-22 08:51:17,681 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=151&sign=13a840e50057d1f3a9978049eb5387ac&startPublishDate=2013-11-01&timeStamp=1703206269 HTTP/1.1" 200 6561
INFO 2023-12-22 08:51:18,246 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=152&sign=3498e6478b4870ae64fc3000201b327d&startPublishDate=2013-11-01&timeStamp=1703206270 HTTP/1.1" 200 6499
INFO 2023-12-22 08:51:18,800 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=153&sign=20282b5b04fd6cae1d09f7d6cc30a5cd&startPublishDate=2013-11-01&timeStamp=1703206271 HTTP/1.1" 200 6601
INFO 2023-12-22 08:51:19,380 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=154&sign=ae07bf86314968ac358fb58a5cedb3f2&startPublishDate=2013-11-01&timeStamp=1703206271 HTTP/1.1" 200 6552
INFO 2023-12-22 08:51:19,959 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=155&sign=49c016ee6a7f14ee8fc33e712df0624b&startPublishDate=2013-11-01&timeStamp=1703206272 HTTP/1.1" 200 6652
INFO 2023-12-22 08:51:20,505 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=156&sign=6fd252bafa4c0c64a52b9477ac25f63b&startPublishDate=2013-11-01&timeStamp=1703206272 HTTP/1.1" 200 6545
INFO 2023-12-22 08:51:21,055 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=157&sign=c35dfdba17f98a95355eb4ea91212619&startPublishDate=2013-11-01&timeStamp=1703206273 HTTP/1.1" 200 6719
INFO 2023-12-22 08:51:21,596 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=158&sign=9cd1d8345ec0eb2bfa27da1ec01cd60a&startPublishDate=2013-11-01&timeStamp=1703206273 HTTP/1.1" 200 6561
INFO 2023-12-22 08:51:22,154 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=159&sign=208283686230ead70c37bc306c520bbd&startPublishDate=2013-11-01&timeStamp=1703206274 HTTP/1.1" 200 6545
INFO 2023-12-22 08:51:22,702 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=160&sign=2211468eda45b52cd3842134cc62775a&startPublishDate=2013-11-01&timeStamp=1703206274 HTTP/1.1" 200 6577
INFO 2023-12-22 08:51:23,268 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=161&sign=3ad84122938eaca67e686876d15079a2&startPublishDate=2013-11-01&timeStamp=1703206275 HTTP/1.1" 200 6610
INFO 2023-12-22 08:51:23,833 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=162&sign=bd6418d95da035295167a76ff84bde66&startPublishDate=2013-11-01&timeStamp=1703206276 HTTP/1.1" 200 6555
INFO 2023-12-22 08:51:24,425 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=163&sign=0e1d265f4bc547cfc4d9473b24847cb0&startPublishDate=2013-11-01&timeStamp=1703206276 HTTP/1.1" 200 6528
INFO 2023-12-22 08:51:24,979 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=164&sign=0c156faab7c849625c0970733cc7fd34&startPublishDate=2013-11-01&timeStamp=1703206277 HTTP/1.1" 200 6597
INFO 2023-12-22 08:51:25,527 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=165&sign=a16ff9021cd08dd584edfa6b5eb4273f&startPublishDate=2013-11-01&timeStamp=1703206277 HTTP/1.1" 200 6526
INFO 2023-12-22 08:51:26,052 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=166&sign=683cfd1d1c3adc56084e3a5be0d24ea5&startPublishDate=2013-11-01&timeStamp=1703206278 HTTP/1.1" 200 6915
INFO 2023-12-22 08:51:26,627 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=167&sign=b7d3072c43aa8a84c0400c70b8391070&startPublishDate=2013-11-01&timeStamp=1703206278 HTTP/1.1" 200 6806
INFO 2023-12-22 08:51:27,198 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=168&sign=065b81b5ae2daff427e1f6d4d1fe17b1&startPublishDate=2013-11-01&timeStamp=1703206279 HTTP/1.1" 200 6578
INFO 2023-12-22 08:51:27,759 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=169&sign=03f564bafd6de746d5759e40aa7dfd2b&startPublishDate=2013-11-01&timeStamp=1703206279 HTTP/1.1" 200 6576
INFO 2023-12-22 08:51:28,346 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=170&sign=b33f1495531aa861746f9361f5aa3532&startPublishDate=2013-11-01&timeStamp=1703206280 HTTP/1.1" 200 6638
INFO 2023-12-22 08:51:28,932 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=171&sign=a39aa3949c53c1c0ab2ccbb9687e6a29&startPublishDate=2013-11-01&timeStamp=1703206281 HTTP/1.1" 200 6705
INFO 2023-12-22 08:51:29,464 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=172&sign=cf483f822c3d07c98e9278b4d0c0f5ee&startPublishDate=2013-11-01&timeStamp=1703206281 HTTP/1.1" 200 6772
INFO 2023-12-22 08:51:30,043 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=173&sign=e8e1d51463e2bdb1b0d487f727846cfe&startPublishDate=2013-11-01&timeStamp=1703206282 HTTP/1.1" 200 6833
INFO 2023-12-22 08:51:30,665 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=174&sign=0090d61db32c7850976fa7048748d184&startPublishDate=2013-11-01&timeStamp=1703206282 HTTP/1.1" 200 6631
INFO 2023-12-22 08:51:31,289 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=175&sign=a97f32fa8c6d46868b798540bcb8aae1&startPublishDate=2013-11-01&timeStamp=1703206283 HTTP/1.1" 200 6432
INFO 2023-12-22 08:51:31,844 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=176&sign=86c7a859d1742a230fc0268ab8639472&startPublishDate=2013-11-01&timeStamp=1703206284 HTTP/1.1" 200 6456
INFO 2023-12-22 08:51:32,417 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=177&sign=55a11d8eeff911ad4a6ab5b03af5c2b0&startPublishDate=2013-11-01&timeStamp=1703206284 HTTP/1.1" 200 6729
INFO 2023-12-22 08:51:32,974 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=178&sign=5744d2678c8d53ce2f253bffa181c11d&startPublishDate=2013-11-01&timeStamp=1703206285 HTTP/1.1" 200 6771
INFO 2023-12-22 08:51:33,492 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=179&sign=9f07cbb2da034f11c71884a845ffdfcb&startPublishDate=2013-11-01&timeStamp=1703206285 HTTP/1.1" 200 6589
INFO 2023-12-22 08:51:34,003 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=180&sign=d38c7828feb6b77408749ee78e2f3829&startPublishDate=2013-11-01&timeStamp=1703206286 HTTP/1.1" 200 6757
INFO 2023-12-22 08:51:34,540 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=181&sign=5168c36461496e31a644bf9ef7c657f1&startPublishDate=2013-11-01&timeStamp=1703206286 HTTP/1.1" 200 6591
INFO 2023-12-22 08:51:35,105 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=182&sign=0effc9017b0cb80f1cbc66105d4c5576&startPublishDate=2013-11-01&timeStamp=1703206287 HTTP/1.1" 200 6546
INFO 2023-12-22 08:51:35,676 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=183&sign=bde3c7a37f8fcfb6202abe0526cf6b8e&startPublishDate=2013-11-01&timeStamp=1703206287 HTTP/1.1" 200 6553
INFO 2023-12-22 08:51:36,261 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=184&sign=d5d19e8d31222c302728926a003784b6&startPublishDate=2013-11-01&timeStamp=1703206288 HTTP/1.1" 200 6485
INFO 2023-12-22 08:51:36,855 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=185&sign=ab25a878fa84fd8d2cba8320074bbc37&startPublishDate=2013-11-01&timeStamp=1703206289 HTTP/1.1" 200 6521
INFO 2023-12-22 08:51:37,378 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=186&sign=3dc1e319e0e763ad1acf1914e4b73b4e&startPublishDate=2013-11-01&timeStamp=1703206289 HTTP/1.1" 200 6104
INFO 2023-12-22 08:51:37,929 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=187&sign=d4bdc6113b790054fd1185fb057f9c87&startPublishDate=2013-11-01&timeStamp=1703206290 HTTP/1.1" 200 6156
INFO 2023-12-22 08:51:38,522 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=188&sign=bede506cdb7fbeea696677b8a1cfe985&startPublishDate=2013-11-01&timeStamp=1703206290 HTTP/1.1" 200 6667
INFO 2023-12-22 08:51:39,128 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=189&sign=5af86aa8175c57b4c972c5209871084a&startPublishDate=2013-11-01&timeStamp=1703206291 HTTP/1.1" 200 6783
INFO 2023-12-22 08:51:39,717 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=190&sign=6d2ba93bd3eeb61aecf9721a4bfeb121&startPublishDate=2013-11-01&timeStamp=1703206291 HTTP/1.1" 200 6628
INFO 2023-12-22 08:51:40,266 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=191&sign=4329e210439376bc2743089c790e4aa7&startPublishDate=2013-11-01&timeStamp=1703206292 HTTP/1.1" 200 6764
INFO 2023-12-22 08:51:40,839 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=192&sign=ef01edcfd175c710bd50d9b303cb3951&startPublishDate=2013-11-01&timeStamp=1703206293 HTTP/1.1" 200 6682
INFO 2023-12-22 08:51:41,380 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=193&sign=28746a2bd4c9afb757ecc05f7e47fe0e&startPublishDate=2013-11-01&timeStamp=1703206293 HTTP/1.1" 200 6539
INFO 2023-12-22 08:51:41,925 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=194&sign=b092e8555318e94ac37eb4efc41e958e&startPublishDate=2013-11-01&timeStamp=1703206294 HTTP/1.1" 200 6575
INFO 2023-12-22 08:51:42,491 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=195&sign=237f62da28015e1a7276ce8ed3c739b0&startPublishDate=2013-11-01&timeStamp=1703206294 HTTP/1.1" 200 6405
INFO 2023-12-22 08:51:43,085 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=196&sign=3dee6101ea08c60a5e91943392675f10&startPublishDate=2013-11-01&timeStamp=1703206295 HTTP/1.1" 200 6444
INFO 2023-12-22 08:51:43,625 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=197&sign=783b12f8f64c6267ee005e529377dec4&startPublishDate=2013-11-01&timeStamp=1703206295 HTTP/1.1" 200 6470
INFO 2023-12-22 08:51:44,189 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=198&sign=e25ba9f3847758fb65c534c0c9c16163&startPublishDate=2013-11-01&timeStamp=1703206296 HTTP/1.1" 200 6819
INFO 2023-12-22 08:51:44,734 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=199&sign=158be3b9cabc7c517ec7808e7f5e60b1&startPublishDate=2013-11-01&timeStamp=1703206296 HTTP/1.1" 200 6993
INFO 2023-12-22 08:51:45,311 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=200&sign=aa2e0deaf229092ae89dee7ab504ab43&startPublishDate=2013-11-01&timeStamp=1703206297 HTTP/1.1" 200 6690
INFO 2023-12-22 08:51:45,918 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=201&sign=1ab662e8e6a34851119dae09e0a42ca4&startPublishDate=2013-11-01&timeStamp=1703206298 HTTP/1.1" 200 6607
INFO 2023-12-22 08:51:46,487 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=202&sign=407cc174eb4ff16db87a2f04b06ac9ad&startPublishDate=2013-11-01&timeStamp=1703206298 HTTP/1.1" 200 6530
INFO 2023-12-22 08:51:47,063 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=203&sign=fdd9f0d6fc24e18b43ad33aaa15e09a7&startPublishDate=2013-11-01&timeStamp=1703206299 HTTP/1.1" 200 6476
INFO 2023-12-22 08:51:47,596 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=204&sign=33526ca01fdc8641d200e1a6cb88a17a&startPublishDate=2013-11-01&timeStamp=1703206299 HTTP/1.1" 200 6782
INFO 2023-12-22 08:51:48,207 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=205&sign=e93bb99d5909a574b9f689a60c6b8305&startPublishDate=2013-11-01&timeStamp=1703206300 HTTP/1.1" 200 6599
INFO 2023-12-22 08:51:48,798 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=206&sign=c611d4876455b3960cf43f6bec8bbe01&startPublishDate=2013-11-01&timeStamp=1703206300 HTTP/1.1" 200 6620
INFO 2023-12-22 08:51:49,383 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=207&sign=358f084ae48cde72649ed22d7019f51b&startPublishDate=2013-11-01&timeStamp=1703206301 HTTP/1.1" 200 6663
INFO 2023-12-22 08:51:49,951 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=208&sign=aa3a35f043b23ec756c1dfc5e31bfb4b&startPublishDate=2013-11-01&timeStamp=1703206302 HTTP/1.1" 200 6723
INFO 2023-12-22 08:51:50,489 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=209&sign=db770578510764edc5d787ba64b0656f&startPublishDate=2013-11-01&timeStamp=1703206302 HTTP/1.1" 200 6532
INFO 2023-12-22 08:51:51,037 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=210&sign=108660fc0a02fbea41e631957d047460&startPublishDate=2013-11-01&timeStamp=1703206303 HTTP/1.1" 200 6964
INFO 2023-12-22 08:51:51,616 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=211&sign=2f1afb357909d5851d37a44f51440705&startPublishDate=2013-11-01&timeStamp=1703206303 HTTP/1.1" 200 6631
INFO 2023-12-22 08:51:52,183 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=212&sign=710eeb92cf4ab614595f0a1ee3e00c22&startPublishDate=2013-11-01&timeStamp=1703206304 HTTP/1.1" 200 6800
INFO 2023-12-22 08:51:52,741 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=213&sign=c3612f7b75800daca61ce52b2acfb308&startPublishDate=2013-11-01&timeStamp=1703206304 HTTP/1.1" 200 6530
INFO 2023-12-22 08:51:53,289 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=214&sign=3f9c4310382c5449c326e58671053a8c&startPublishDate=2013-11-01&timeStamp=1703206305 HTTP/1.1" 200 6507
INFO 2023-12-22 08:51:53,910 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=215&sign=5390a7b5351eccb205cf45b6c27f74f3&startPublishDate=2013-11-01&timeStamp=1703206306 HTTP/1.1" 200 6765
INFO 2023-12-22 08:51:54,508 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=216&sign=86f74c159d9cd6a3369559a8ea9b9180&startPublishDate=2013-11-01&timeStamp=1703206306 HTTP/1.1" 200 6614
INFO 2023-12-22 08:51:55,099 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=217&sign=6683c65f24af2d8c0e0ef5e8aa03875f&startPublishDate=2013-11-01&timeStamp=1703206307 HTTP/1.1" 200 6542
INFO 2023-12-22 08:51:55,699 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=218&sign=84d756796261c1f07dfdbaff3d103ecf&startPublishDate=2013-11-01&timeStamp=1703206307 HTTP/1.1" 200 6525
INFO 2023-12-22 08:51:56,244 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=219&sign=148b14453c003e8020fa2b6392bafe2c&startPublishDate=2013-11-01&timeStamp=1703206308 HTTP/1.1" 200 6638
INFO 2023-12-22 08:51:56,846 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=220&sign=e994576025998a1c26d06fe45a078312&startPublishDate=2013-11-01&timeStamp=1703206309 HTTP/1.1" 200 6500
INFO 2023-12-22 08:51:57,374 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=221&sign=d6d078fb5982e123b39f39ec6fdc32b4&startPublishDate=2013-11-01&timeStamp=1703206309 HTTP/1.1" 200 6647
INFO 2023-12-22 08:51:57,929 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=222&sign=18d532357c2e595c1499c1fe55e27946&startPublishDate=2013-11-01&timeStamp=1703206310 HTTP/1.1" 200 6688
INFO 2023-12-22 08:51:58,500 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=223&sign=b3226ec348fb4dd45e81434c4b1c60e6&startPublishDate=2013-11-01&timeStamp=1703206310 HTTP/1.1" 200 6773
INFO 2023-12-22 08:51:59,090 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=224&sign=f7e2eb671ec0e51d3c2d62cc7ed03d92&startPublishDate=2013-11-01&timeStamp=1703206311 HTTP/1.1" 200 6852
INFO 2023-12-22 08:51:59,649 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=225&sign=a19feac194c23409a0847cc6a80d67fc&startPublishDate=2013-11-01&timeStamp=1703206311 HTTP/1.1" 200 6804
INFO 2023-12-22 08:52:00,205 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=226&sign=53cb5f89fa8229f3dd7754f2eca1100e&startPublishDate=2013-11-01&timeStamp=1703206312 HTTP/1.1" 200 6751
INFO 2023-12-22 08:52:00,747 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=227&sign=fe5079227e296a43b8ad79efa5a8d1c8&startPublishDate=2013-11-01&timeStamp=1703206312 HTTP/1.1" 200 6595
INFO 2023-12-22 08:52:01,306 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=228&sign=fb52373814e6c419fe85501829032eaa&startPublishDate=2013-11-01&timeStamp=1703206313 HTTP/1.1" 200 6698
INFO 2023-12-22 08:52:01,868 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=229&sign=fa019fa373e3396a0817ce2a568a923a&startPublishDate=2013-11-01&timeStamp=1703206314 HTTP/1.1" 200 6654
INFO 2023-12-22 08:52:02,460 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=230&sign=8ea47c4a9af7c75d7129feea3f420b5c&startPublishDate=2013-11-01&timeStamp=1703206314 HTTP/1.1" 200 6837
INFO 2023-12-22 08:52:03,058 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=231&sign=e86e9ecf598e49296e5491288cb9edff&startPublishDate=2013-11-01&timeStamp=1703206315 HTTP/1.1" 200 6536
INFO 2023-12-22 08:52:03,680 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=232&sign=354f0f9fb1491a47cb7ed4833c7bcdec&startPublishDate=2013-11-01&timeStamp=1703206315 HTTP/1.1" 200 6893
INFO 2023-12-22 08:52:04,301 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=233&sign=fb6cb1e75f6ae475788fb982e6dd2692&startPublishDate=2013-11-01&timeStamp=1703206316 HTTP/1.1" 200 6570
INFO 2023-12-22 08:52:04,843 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=234&sign=63a7abfc084485f24dc44c0950eeff08&startPublishDate=2013-11-01&timeStamp=1703206317 HTTP/1.1" 200 7129
INFO 2023-12-22 08:52:05,440 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=235&sign=c6a8c55a424d125dee799cc4c385a08a&startPublishDate=2013-11-01&timeStamp=1703206317 HTTP/1.1" 200 6964
INFO 2023-12-22 08:52:06,028 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=236&sign=115410a80f1e1c54bf36dd4ba5f5fcae&startPublishDate=2013-11-01&timeStamp=1703206318 HTTP/1.1" 200 6825
INFO 2023-12-22 08:52:06,595 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=237&sign=2021248512a84c5aeae071b76fd64227&startPublishDate=2013-11-01&timeStamp=1703206318 HTTP/1.1" 200 7037
INFO 2023-12-22 08:52:07,177 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=238&sign=f8f14a4aa6fae167e71108d0112e6aee&startPublishDate=2013-11-01&timeStamp=1703206319 HTTP/1.1" 200 6806
INFO 2023-12-22 08:52:07,763 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=239&sign=a50c042cda26a6051482435e4b8eceea&startPublishDate=2013-11-01&timeStamp=1703206319 HTTP/1.1" 200 6852
INFO 2023-12-22 08:52:08,359 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=240&sign=a3e7533effab64fbe9b6c4fe0a7f2cb2&startPublishDate=2013-11-01&timeStamp=1703206320 HTTP/1.1" 200 6727
INFO 2023-12-22 08:52:08,948 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=241&sign=5029565fa9d2b06e30f86f8cd5046235&startPublishDate=2013-11-01&timeStamp=1703206321 HTTP/1.1" 200 7015
INFO 2023-12-22 08:52:09,509 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=242&sign=ff79f856567ca2596d2cfaf3ea57d1a3&startPublishDate=2013-11-01&timeStamp=1703206321 HTTP/1.1" 200 7048
INFO 2023-12-22 08:52:10,099 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=243&sign=cca75025776c5f45ed2d232b80ad02a3&startPublishDate=2013-11-01&timeStamp=1703206322 HTTP/1.1" 200 6911
INFO 2023-12-22 08:52:10,677 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=244&sign=cf0c2cb2f626be5d84d7b4bc829d7fdb&startPublishDate=2013-11-01&timeStamp=1703206322 HTTP/1.1" 200 6895
INFO 2023-12-22 08:52:11,236 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=245&sign=2ffc2255a09c3de93b35f6a087354655&startPublishDate=2013-11-01&timeStamp=1703206323 HTTP/1.1" 200 6823
INFO 2023-12-22 08:52:11,821 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=246&sign=71b4138e5e1c864998e456ab988d2fb6&startPublishDate=2013-11-01&timeStamp=1703206324 HTTP/1.1" 200 6702
INFO 2023-12-22 08:52:12,396 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=247&sign=9e6bc9abd1c8581cb083298e21100858&startPublishDate=2013-11-01&timeStamp=1703206324 HTTP/1.1" 200 6555
INFO 2023-12-22 08:52:12,947 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=248&sign=377dd1cbbb4c14a3f981724ccf9f9397&startPublishDate=2013-11-01&timeStamp=1703206325 HTTP/1.1" 200 6636
INFO 2023-12-22 08:52:13,532 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=249&sign=1e3013ded465d17073c00af5645e6a31&startPublishDate=2013-11-01&timeStamp=1703206325 HTTP/1.1" 200 7085
INFO 2023-12-22 08:52:14,098 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=250&sign=e1f3e5d9da9513a412f076cf4747cdca&startPublishDate=2013-11-01&timeStamp=1703206326 HTTP/1.1" 200 6599
INFO 2023-12-22 08:52:14,647 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=251&sign=3f1d8358210f59b50c2612ec543d002f&startPublishDate=2013-11-01&timeStamp=1703206326 HTTP/1.1" 200 6876
INFO 2023-12-22 08:52:15,235 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=252&sign=5a3e48634911d91ca8b3a1085cf24b25&startPublishDate=2013-11-01&timeStamp=1703206327 HTTP/1.1" 200 6873
INFO 2023-12-22 08:52:15,785 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=253&sign=af048328e2ed830e2b14107f275746aa&startPublishDate=2013-11-01&timeStamp=1703206328 HTTP/1.1" 200 6876
INFO 2023-12-22 08:52:16,342 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=254&sign=73b1d9e5d9cf2ae739484d0e562dea25&startPublishDate=2013-11-01&timeStamp=1703206328 HTTP/1.1" 200 6960
INFO 2023-12-22 08:52:16,911 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=255&sign=6462536f05ed9d9d784e02fb4a4f9b70&startPublishDate=2013-11-01&timeStamp=1703206329 HTTP/1.1" 200 6499
INFO 2023-12-22 08:52:17,493 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=256&sign=f25b6fb0ec6102b1b134956798fc475f&startPublishDate=2013-11-01&timeStamp=1703206329 HTTP/1.1" 200 6777
INFO 2023-12-22 08:52:18,048 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=257&sign=68b996b378580d5354a1589cd56bc628&startPublishDate=2013-11-01&timeStamp=1703206330 HTTP/1.1" 200 6803
INFO 2023-12-22 08:52:18,657 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=258&sign=9c499945f0c5d80c47bd7712bf475697&startPublishDate=2013-11-01&timeStamp=1703206330 HTTP/1.1" 200 6793
INFO 2023-12-22 08:52:19,226 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=259&sign=a475d9f62cd335c1e4574a0292941a53&startPublishDate=2013-11-01&timeStamp=1703206331 HTTP/1.1" 200 6844
INFO 2023-12-22 08:52:19,812 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=260&sign=b4b862d472849696e1fb1ed140956c15&startPublishDate=2013-11-01&timeStamp=1703206332 HTTP/1.1" 200 6631
INFO 2023-12-22 08:52:20,400 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=261&sign=425a7975331bb9bc6c7894f423458343&startPublishDate=2013-11-01&timeStamp=1703206332 HTTP/1.1" 200 6657
INFO 2023-12-22 08:52:20,998 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=262&sign=5349649d8162f810bd828829ee328687&startPublishDate=2013-11-01&timeStamp=1703206333 HTTP/1.1" 200 6974
INFO 2023-12-22 08:52:21,536 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=263&sign=b042a24f7dd056d936ba88f95a781784&startPublishDate=2013-11-01&timeStamp=1703206333 HTTP/1.1" 200 6957
INFO 2023-12-22 08:52:22,117 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=264&sign=5d253d96260244ede128dae243b88038&startPublishDate=2013-11-01&timeStamp=1703206334 HTTP/1.1" 200 6643
INFO 2023-12-22 08:52:22,683 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=265&sign=36bbc162ff5ad82de3cfe925c99bc796&startPublishDate=2013-11-01&timeStamp=1703206334 HTTP/1.1" 200 6742
INFO 2023-12-22 08:52:23,254 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=266&sign=77b2bda404cf31edfde31bc2891cf985&startPublishDate=2013-11-01&timeStamp=1703206335 HTTP/1.1" 200 6824
INFO 2023-12-22 08:52:23,844 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=267&sign=2d5139acc483b08ed6f403f1d6d0b669&startPublishDate=2013-11-01&timeStamp=1703206336 HTTP/1.1" 200 6615
INFO 2023-12-22 08:52:24,481 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=268&sign=28e385d2b12623cd04cf2b1e31a31650&startPublishDate=2013-11-01&timeStamp=1703206336 HTTP/1.1" 200 7050
INFO 2023-12-22 08:52:25,080 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=269&sign=4e7d7cc42b0f42ecbbd413fe9e13d0ac&startPublishDate=2013-11-01&timeStamp=1703206337 HTTP/1.1" 200 6996
INFO 2023-12-22 08:52:25,648 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=270&sign=33dcf5377c45e08cebc83bb62976cc8f&startPublishDate=2013-11-01&timeStamp=1703206337 HTTP/1.1" 200 7036
INFO 2023-12-22 08:52:26,267 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=271&sign=8bc525ecc2a44871d82fce1551407ac0&startPublishDate=2013-11-01&timeStamp=1703206338 HTTP/1.1" 200 7078
INFO 2023-12-22 08:52:26,902 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=272&sign=7e1737be0ec7f8c3261684b141ef21b3&startPublishDate=2013-11-01&timeStamp=1703206339 HTTP/1.1" 200 6503
INFO 2023-12-22 08:52:27,490 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=273&sign=b7d4aaf8e3456ac7cc1b143598b56b3f&startPublishDate=2013-11-01&timeStamp=1703206339 HTTP/1.1" 200 7084
INFO 2023-12-22 08:52:28,109 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=274&sign=eda7f5ec1a08ebb9b3bd8be7ebd492a4&startPublishDate=2013-11-01&timeStamp=1703206340 HTTP/1.1" 200 6890
INFO 2023-12-22 08:52:28,671 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=275&sign=5e652a6d6719d63de3988246ed3bb3d3&startPublishDate=2013-11-01&timeStamp=1703206340 HTTP/1.1" 200 6652
INFO 2023-12-22 08:52:29,206 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=276&sign=26cb13b34633fd23c73caac56ce2b9a2&startPublishDate=2013-11-01&timeStamp=1703206341 HTTP/1.1" 200 6716
INFO 2023-12-22 08:52:29,731 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=277&sign=7b756117b90e510072d7f2807213e76d&startPublishDate=2013-11-01&timeStamp=1703206341 HTTP/1.1" 200 6717
INFO 2023-12-22 08:52:30,291 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=278&sign=c50cf742bd2b9f95d6ad8a9555135d21&startPublishDate=2013-11-01&timeStamp=1703206342 HTTP/1.1" 200 6999
INFO 2023-12-22 08:52:30,828 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=279&sign=1528c098972a9618ffe49dd89cdc3608&startPublishDate=2013-11-01&timeStamp=1703206343 HTTP/1.1" 200 6522
INFO 2023-12-22 08:52:31,407 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=280&sign=2184ea69f8899fdc481f7f3620d7fb93&startPublishDate=2013-11-01&timeStamp=1703206343 HTTP/1.1" 200 6661
INFO 2023-12-22 08:52:31,930 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=281&sign=e4b7d85b71f42a36f6a29ff7d9a5a926&startPublishDate=2013-11-01&timeStamp=1703206344 HTTP/1.1" 200 6909
INFO 2023-12-22 08:52:32,456 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=282&sign=d52752c8a759b502afc855c15690229f&startPublishDate=2013-11-01&timeStamp=1703206344 HTTP/1.1" 200 6623
INFO 2023-12-22 08:52:33,043 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=283&sign=9f30b63ae160299d584e3001e7407f93&startPublishDate=2013-11-01&timeStamp=1703206345 HTTP/1.1" 200 7036
INFO 2023-12-22 08:52:33,619 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=284&sign=398ae6285600b4689f883fa6a33173bf&startPublishDate=2013-11-01&timeStamp=1703206345 HTTP/1.1" 200 6725
INFO 2023-12-22 08:52:34,147 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=285&sign=903b29eb5eb616669e23638907b073fd&startPublishDate=2013-11-01&timeStamp=1703206346 HTTP/1.1" 200 6643
INFO 2023-12-22 08:52:34,727 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=286&sign=e0099ede07c8287c20d032aeb7d80ddd&startPublishDate=2013-11-01&timeStamp=1703206346 HTTP/1.1" 200 6839
INFO 2023-12-22 08:52:35,291 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=287&sign=e40da1bdabaed9b16ba7bf3263c1e667&startPublishDate=2013-11-01&timeStamp=1703206347 HTTP/1.1" 200 6740
INFO 2023-12-22 08:52:35,821 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=288&sign=77ff6711327f829a0342b85489f86de1&startPublishDate=2013-11-01&timeStamp=1703206348 HTTP/1.1" 200 6940
INFO 2023-12-22 08:52:36,341 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=289&sign=d6200cd9272e0e3220a4b9c1401bfe84&startPublishDate=2013-11-01&timeStamp=1703206348 HTTP/1.1" 200 6851
INFO 2023-12-22 08:52:36,910 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=290&sign=0b4ae036f7a25da0c4d84e0089043bb1&startPublishDate=2013-11-01&timeStamp=1703206349 HTTP/1.1" 200 6965
INFO 2023-12-22 08:52:37,497 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=291&sign=1bebeca2d29ba94ef86d90248927b013&startPublishDate=2013-11-01&timeStamp=1703206349 HTTP/1.1" 200 6952
INFO 2023-12-22 08:52:38,112 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=292&sign=40da5e37ce44f55c579b634cefee1f7a&startPublishDate=2013-11-01&timeStamp=1703206350 HTTP/1.1" 200 6834
INFO 2023-12-22 08:52:38,693 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=293&sign=5947cdb4ff31ba35bc5f215bb898ac85&startPublishDate=2013-11-01&timeStamp=1703206350 HTTP/1.1" 200 7034
INFO 2023-12-22 08:52:39,298 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=294&sign=718b38295a9fb120b01999559809ccef&startPublishDate=2013-11-01&timeStamp=1703206351 HTTP/1.1" 200 6873
INFO 2023-12-22 08:52:39,903 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=295&sign=0fe7a6df4a0c2b34df3ffe8ac5d75240&startPublishDate=2013-11-01&timeStamp=1703206352 HTTP/1.1" 200 6691
INFO 2023-12-22 08:52:40,450 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=296&sign=18bde2dbf64d998b65cb6f62ead5f750&startPublishDate=2013-11-01&timeStamp=1703206352 HTTP/1.1" 200 6951
INFO 2023-12-22 08:52:41,019 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=297&sign=65b51b471487b70f08639f369595c174&startPublishDate=2013-11-01&timeStamp=1703206353 HTTP/1.1" 200 6953
INFO 2023-12-22 08:52:41,580 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=298&sign=96748fabd17e5c4b6434fdac4c10b97a&startPublishDate=2013-11-01&timeStamp=1703206353 HTTP/1.1" 200 6618
INFO 2023-12-22 08:52:42,137 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=299&sign=0f7bd22dbac81828b94704bcf5fca5a1&startPublishDate=2013-11-01&timeStamp=1703206354 HTTP/1.1" 200 6662
INFO 2023-12-22 08:52:42,681 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=300&sign=a944706e120aa46a5370548175993105&startPublishDate=2013-11-01&timeStamp=1703206354 HTTP/1.1" 200 6777
INFO 2023-12-22 08:52:43,222 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=301&sign=4bd72691c4573ffc48409d8b926a39f6&startPublishDate=2013-11-01&timeStamp=1703206355 HTTP/1.1" 200 7037
INFO 2023-12-22 08:52:43,787 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=302&sign=3d84f9e4f0e8312661cf9ce6309d3b56&startPublishDate=2013-11-01&timeStamp=1703206356 HTTP/1.1" 200 6986
INFO 2023-12-22 08:52:44,366 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=303&sign=3870a78b76b907d720a592c89b4df170&startPublishDate=2013-11-01&timeStamp=1703206356 HTTP/1.1" 200 6899
INFO 2023-12-22 08:52:44,909 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=304&sign=f4f8b18cc8a4383e58c2e81c393ad6a1&startPublishDate=2013-11-01&timeStamp=1703206357 HTTP/1.1" 200 6888
INFO 2023-12-22 08:52:45,467 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=305&sign=9b81fd122020d1b098f6371a68a4cdbd&startPublishDate=2013-11-01&timeStamp=1703206357 HTTP/1.1" 200 6748
INFO 2023-12-22 08:52:46,025 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=306&sign=b14918d613ed9acde714cc63461207f6&startPublishDate=2013-11-01&timeStamp=1703206358 HTTP/1.1" 200 6914
INFO 2023-12-22 08:52:46,641 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=307&sign=fac62ccb3b77a55d5c7cbec1dc5e8b1f&startPublishDate=2013-11-01&timeStamp=1703206358 HTTP/1.1" 200 7026
INFO 2023-12-22 08:52:47,191 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=308&sign=729b7fa5015beb60d0ffa3cd211f5efa&startPublishDate=2013-11-01&timeStamp=1703206359 HTTP/1.1" 200 6629
INFO 2023-12-22 08:52:47,791 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=309&sign=22ff7622de958bcd1f3eddc18d6fa8f5&startPublishDate=2013-11-01&timeStamp=1703206359 HTTP/1.1" 200 7190
INFO 2023-12-22 08:52:48,368 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=310&sign=ea89dbb4737269e9e630d9fb8505633e&startPublishDate=2013-11-01&timeStamp=1703206360 HTTP/1.1" 200 6633
INFO 2023-12-22 08:52:48,917 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=311&sign=d4618ced069c6a4bc33ab42988743a23&startPublishDate=2013-11-01&timeStamp=1703206361 HTTP/1.1" 200 6721
INFO 2023-12-22 08:52:49,433 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=312&sign=5c1194ac3eb318a0c9ed72d495d7cee1&startPublishDate=2013-11-01&timeStamp=1703206361 HTTP/1.1" 200 6928
INFO 2023-12-22 08:52:50,002 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=313&sign=a9d80697390944ebe234858371b6488c&startPublishDate=2013-11-01&timeStamp=1703206362 HTTP/1.1" 200 6943
INFO 2023-12-22 08:52:50,551 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=314&sign=b4926ee2adeb03213611e82c505e0012&startPublishDate=2013-11-01&timeStamp=1703206362 HTTP/1.1" 200 6574
INFO 2023-12-22 08:52:51,104 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=315&sign=400ad89499fcb2e072f3979f9a2a3163&startPublishDate=2013-11-01&timeStamp=1703206363 HTTP/1.1" 200 6780
INFO 2023-12-22 08:52:51,695 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=316&sign=cb235187e7d4b319c3dcb8e3430ab79c&startPublishDate=2013-11-01&timeStamp=1703206363 HTTP/1.1" 200 6715
INFO 2023-12-22 08:52:52,231 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=317&sign=78707006eea8a3a03b435ce274cc0f1c&startPublishDate=2013-11-01&timeStamp=1703206364 HTTP/1.1" 200 6801
INFO 2023-12-22 08:52:52,782 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=318&sign=a4bf8018b44cb473e535c05093b271c5&startPublishDate=2013-11-01&timeStamp=1703206365 HTTP/1.1" 200 6997
INFO 2023-12-22 08:52:53,332 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=319&sign=c771d08128a244660e0b4b29a12bf657&startPublishDate=2013-11-01&timeStamp=1703206365 HTTP/1.1" 200 6533
INFO 2023-12-22 08:52:53,882 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=320&sign=0d4259b63500fe6a7e84d51326b6dff9&startPublishDate=2013-11-01&timeStamp=1703206366 HTTP/1.1" 200 7092
INFO 2023-12-22 08:52:54,465 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=321&sign=5ecf27bfeadb16baa0b3986d6ce410a9&startPublishDate=2013-11-01&timeStamp=1703206366 HTTP/1.1" 200 6914
INFO 2023-12-22 08:52:55,108 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=322&sign=81458c4a3f2978f5be6e578c5522d3bc&startPublishDate=2013-11-01&timeStamp=1703206367 HTTP/1.1" 200 6755
INFO 2023-12-22 08:52:58,706 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=323&sign=3b4f24113507c742f469be6a61b856c5&startPublishDate=2013-11-01&timeStamp=1703206367 HTTP/1.1" 200 6837
INFO 2023-12-22 08:52:59,276 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=324&sign=63d259b62a366025c82cec40e311f377&startPublishDate=2013-11-01&timeStamp=1703206371 HTTP/1.1" 200 6664
INFO 2023-12-22 08:52:59,820 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=325&sign=281bce62112fe1e6294fdd3f2d32c1f5&startPublishDate=2013-11-01&timeStamp=1703206372 HTTP/1.1" 200 6751
INFO 2023-12-22 08:53:00,340 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=326&sign=495f896275c8079d31453030771571b2&startPublishDate=2013-11-01&timeStamp=1703206372 HTTP/1.1" 200 6650
INFO 2023-12-22 08:53:00,919 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=327&sign=ff5dd81167fc4d8c690207f0948caa82&startPublishDate=2013-11-01&timeStamp=1703206373 HTTP/1.1" 200 6721
INFO 2023-12-22 08:53:01,498 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=328&sign=08b888d97d680d3e58651e9beaf1b8a3&startPublishDate=2013-11-01&timeStamp=1703206373 HTTP/1.1" 200 6868
INFO 2023-12-22 08:53:02,056 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=329&sign=a0b2b932adbb9b02c7b0a922f69a1893&startPublishDate=2013-11-01&timeStamp=1703206374 HTTP/1.1" 200 6513
INFO 2023-12-22 08:53:02,621 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=330&sign=17c47482e2845d3bb1c6c09e3dbbe9c9&startPublishDate=2013-11-01&timeStamp=1703206374 HTTP/1.1" 200 6504
INFO 2023-12-22 08:53:03,187 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=331&sign=b12cfb65aca48dc2b9fd0f4709433f16&startPublishDate=2013-11-01&timeStamp=1703206375 HTTP/1.1" 200 6552
INFO 2023-12-22 08:53:03,742 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=332&sign=15e6d81c11f352c538ade375b896c81b&startPublishDate=2013-11-01&timeStamp=1703206375 HTTP/1.1" 200 6470
INFO 2023-12-22 08:53:04,293 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=333&sign=c566fd1b13a9fa0ccb6b9298b94e8edb&startPublishDate=2013-11-01&timeStamp=1703206376 HTTP/1.1" 200 6654
INFO 2023-12-22 08:53:04,868 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=334&sign=75293d24b96238dbf37b1f799d088fd5&startPublishDate=2013-11-01&timeStamp=1703206377 HTTP/1.1" 200 6979
INFO 2023-12-22 08:53:05,451 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=335&sign=8b3aaff0234f83e5ef1db08d6760ea9e&startPublishDate=2013-11-01&timeStamp=1703206377 HTTP/1.1" 200 6541
INFO 2023-12-22 08:53:06,035 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=336&sign=6075d0d6401ac8c001392d2bf1d49b5a&startPublishDate=2013-11-01&timeStamp=1703206378 HTTP/1.1" 200 6697
INFO 2023-12-22 08:53:06,605 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=337&sign=d0301bdaefc25c103af0016bf899a5a9&startPublishDate=2013-11-01&timeStamp=1703206378 HTTP/1.1" 200 6649
INFO 2023-12-22 08:53:07,257 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=338&sign=87025b6fc13934897731a260765bfbd2&startPublishDate=2013-11-01&timeStamp=1703206379 HTTP/1.1" 200 6453
INFO 2023-12-22 08:53:07,822 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=339&sign=a48944b03f4f0db4e913bad113e5fc88&startPublishDate=2013-11-01&timeStamp=1703206380 HTTP/1.1" 200 6562
INFO 2023-12-22 08:53:08,412 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=340&sign=8c76ec8bc2472a1993e1aa9efc57c31c&startPublishDate=2013-11-01&timeStamp=1703206380 HTTP/1.1" 200 6575
INFO 2023-12-22 08:53:09,008 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=341&sign=3c3e6b6371c5b01fc7e300021eeb6b2d&startPublishDate=2013-11-01&timeStamp=1703206381 HTTP/1.1" 200 6699
INFO 2023-12-22 08:53:09,576 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=342&sign=886eae7da342319651f5ce992df07303&startPublishDate=2013-11-01&timeStamp=1703206381 HTTP/1.1" 200 6791
INFO 2023-12-22 08:53:10,138 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=343&sign=d5d4d3c926d7403e687fdccbf94da016&startPublishDate=2013-11-01&timeStamp=1703206382 HTTP/1.1" 200 6605
INFO 2023-12-22 08:53:10,696 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=344&sign=50edfc87c5563032bf81e0af76664c1b&startPublishDate=2013-11-01&timeStamp=1703206382 HTTP/1.1" 200 6473
INFO 2023-12-22 08:53:11,276 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=345&sign=fda28576bc6fd1dbb266ccbcefc37248&startPublishDate=2013-11-01&timeStamp=1703206383 HTTP/1.1" 200 6498
INFO 2023-12-22 08:53:11,806 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=346&sign=4613a42f16b22171880703cb09763b51&startPublishDate=2013-11-01&timeStamp=1703206384 HTTP/1.1" 200 6518
INFO 2023-12-22 08:53:12,383 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=347&sign=28d4da9ffd32f0e71d6f96652aa7ea70&startPublishDate=2013-11-01&timeStamp=1703206384 HTTP/1.1" 200 6477
INFO 2023-12-22 08:53:13,008 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=348&sign=44e5108d5726ce351d8d56f1a005fe27&startPublishDate=2013-11-01&timeStamp=1703206385 HTTP/1.1" 200 6770
INFO 2023-12-22 08:53:13,579 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=349&sign=d3ee99ad5f3961c51b21dd5de4288dba&startPublishDate=2013-11-01&timeStamp=1703206385 HTTP/1.1" 200 6498
INFO 2023-12-22 08:53:14,171 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=350&sign=2607b4bf5a10cb8ceadadbc8e2aa5dee&startPublishDate=2013-11-01&timeStamp=1703206386 HTTP/1.1" 200 6495
INFO 2023-12-22 08:53:14,725 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=351&sign=9b0bb44090d47803ca06693968150455&startPublishDate=2013-11-01&timeStamp=1703206386 HTTP/1.1" 200 6486
INFO 2023-12-22 08:53:15,273 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=352&sign=4098ed9d607f97cdf5da61fbfe5c74b7&startPublishDate=2013-11-01&timeStamp=1703206387 HTTP/1.1" 200 6513
INFO 2023-12-22 08:53:15,830 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=353&sign=46e337e40000ea4c83319b3480863166&startPublishDate=2013-11-01&timeStamp=1703206388 HTTP/1.1" 200 6488
INFO 2023-12-22 08:53:16,386 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=354&sign=be022e3ffb14df8e16698cab8e4ba130&startPublishDate=2013-11-01&timeStamp=1703206388 HTTP/1.1" 200 6498
INFO 2023-12-22 08:53:16,960 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=355&sign=59e0d14d85fd6e6c9658f8110274e566&startPublishDate=2013-11-01&timeStamp=1703206389 HTTP/1.1" 200 6649
INFO 2023-12-22 08:53:17,525 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=356&sign=62270262dfecab273625c52d4005db8b&startPublishDate=2013-11-01&timeStamp=1703206389 HTTP/1.1" 200 6661
INFO 2023-12-22 08:53:18,108 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=357&sign=a5f0c2e840d8499c13cacb581d509ac3&startPublishDate=2013-11-01&timeStamp=1703206390 HTTP/1.1" 200 6619
INFO 2023-12-22 08:53:18,687 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=358&sign=67198bad6836534ca9e8c0ecda9487c4&startPublishDate=2013-11-01&timeStamp=1703206390 HTTP/1.1" 200 6599
INFO 2023-12-22 08:53:19,285 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=359&sign=300e2d8534d8623160d08f7000743d4b&startPublishDate=2013-11-01&timeStamp=1703206391 HTTP/1.1" 200 6546
INFO 2023-12-22 08:53:19,814 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=360&sign=57b7cac074cb30f85d034606560fe2ae&startPublishDate=2013-11-01&timeStamp=1703206392 HTTP/1.1" 200 6468
INFO 2023-12-22 08:53:20,404 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=361&sign=c9eb1ece168fb7e74c9f864045406255&startPublishDate=2013-11-01&timeStamp=1703206392 HTTP/1.1" 200 6703
INFO 2023-12-22 08:53:20,974 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=362&sign=8b44c43f713cfcbfa81270a0dcadf625&startPublishDate=2013-11-01&timeStamp=1703206393 HTTP/1.1" 200 6575
INFO 2023-12-22 08:53:21,527 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=363&sign=1595177a873bc50b314fd125a90bf79e&startPublishDate=2013-11-01&timeStamp=1703206393 HTTP/1.1" 200 6568
INFO 2023-12-22 08:53:22,157 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=364&sign=3cd871b33cc0c6fd845cbf059c70c030&startPublishDate=2013-11-01&timeStamp=1703206394 HTTP/1.1" 200 6739
INFO 2023-12-22 08:53:22,674 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=365&sign=8cba15a551051e858c2a451d3ed5afad&startPublishDate=2013-11-01&timeStamp=1703206394 HTTP/1.1" 200 6574
INFO 2023-12-22 08:53:23,245 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=366&sign=d9736b4796768f6791f11f93cc596c2a&startPublishDate=2013-11-01&timeStamp=1703206395 HTTP/1.1" 200 6579
INFO 2023-12-22 08:53:23,785 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=367&sign=dad93fcb631cbd5423f114d64f2c5e3e&startPublishDate=2013-11-01&timeStamp=1703206396 HTTP/1.1" 200 6573
INFO 2023-12-22 08:53:24,353 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=368&sign=3449b7d0de2ca7210c6587b196e5323a&startPublishDate=2013-11-01&timeStamp=1703206396 HTTP/1.1" 200 6564
INFO 2023-12-22 08:53:24,935 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=369&sign=8c9d123ac104a3da4ca8bd660361913b&startPublishDate=2013-11-01&timeStamp=1703206397 HTTP/1.1" 200 6494
INFO 2023-12-22 08:53:25,617 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=370&sign=11952bad8273d90ee184c34cd761b23c&startPublishDate=2013-11-01&timeStamp=1703206397 HTTP/1.1" 200 6488
INFO 2023-12-22 08:53:26,159 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=371&sign=6eaa663e52d1e314949fd0e2797af59e&startPublishDate=2013-11-01&timeStamp=1703206398 HTTP/1.1" 200 6496
INFO 2023-12-22 08:53:26,752 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=372&sign=cdd08f58151bbabb7fad9da15e4de656&startPublishDate=2013-11-01&timeStamp=1703206398 HTTP/1.1" 200 6523
INFO 2023-12-22 08:53:27,300 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=373&sign=4af275903543687749fc0b654dca3808&startPublishDate=2013-11-01&timeStamp=1703206399 HTTP/1.1" 200 6455
INFO 2023-12-22 08:53:27,857 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=374&sign=5b4e144ddec3fbad9a6c718cce7b8542&startPublishDate=2013-11-01&timeStamp=1703206400 HTTP/1.1" 200 6609
INFO 2023-12-22 08:53:28,511 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=375&sign=98dee5537b7ac99eaf2495741befbd7e&startPublishDate=2013-11-01&timeStamp=1703206400 HTTP/1.1" 200 6682
INFO 2023-12-22 08:53:29,088 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=376&sign=413039324a88b9df3e7a7aef7616c8bf&startPublishDate=2013-11-01&timeStamp=1703206401 HTTP/1.1" 200 6510
INFO 2023-12-22 08:53:29,659 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=377&sign=5f0822ba2d9fcb69093ab4c41ad6ccdd&startPublishDate=2013-11-01&timeStamp=1703206401 HTTP/1.1" 200 6506
INFO 2023-12-22 08:53:30,240 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=378&sign=7a1e40a933c4882fe7440f55e09ff375&startPublishDate=2013-11-01&timeStamp=1703206402 HTTP/1.1" 200 6490
INFO 2023-12-22 08:53:30,792 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=379&sign=ea3a970b9c58ff7f792c5f80fcb1b072&startPublishDate=2013-11-01&timeStamp=1703206403 HTTP/1.1" 200 6707
INFO 2023-12-22 08:53:31,389 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=380&sign=3870d87de9a82d6216b728ebcbff7f7a&startPublishDate=2013-11-01&timeStamp=1703206403 HTTP/1.1" 200 6583
INFO 2023-12-22 08:53:31,948 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=381&sign=896c2b6c4f0cb188dd73b4c241628deb&startPublishDate=2013-11-01&timeStamp=1703206404 HTTP/1.1" 200 6390
INFO 2023-12-22 08:53:32,526 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=382&sign=7fd3f2a8403dcaeaabbb5ef8e24bfd47&startPublishDate=2013-11-01&timeStamp=1703206404 HTTP/1.1" 200 6631
INFO 2023-12-22 08:53:33,108 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=383&sign=aae1942edcd4ee000eb9e69f3913c501&startPublishDate=2013-11-01&timeStamp=1703206405 HTTP/1.1" 200 6463
INFO 2023-12-22 08:53:33,763 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=384&sign=ea5ed4997217ff52c5fdc5548c76141c&startPublishDate=2013-11-01&timeStamp=1703206405 HTTP/1.1" 200 6451
INFO 2023-12-22 08:53:34,322 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=385&sign=23017c55761df7d8322cb9f717ab9ec4&startPublishDate=2013-11-01&timeStamp=1703206406 HTTP/1.1" 200 6643
INFO 2023-12-22 08:53:34,919 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=386&sign=75f2b52e74c6ebe82319607e4756bdc5&startPublishDate=2013-11-01&timeStamp=1703206407 HTTP/1.1" 200 6502
INFO 2023-12-22 08:53:35,559 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=387&sign=38e5258b6d47031ef6830549bcd1ba7e&startPublishDate=2013-11-01&timeStamp=1703206407 HTTP/1.1" 200 6479
INFO 2023-12-22 08:53:36,126 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=388&sign=5a5b40d5689e2fbf2d64e2f9e4d00c5b&startPublishDate=2013-11-01&timeStamp=1703206408 HTTP/1.1" 200 6564
INFO 2023-12-22 08:53:36,719 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=389&sign=64d162a155bb2baa88de5b965aaadc67&startPublishDate=2013-11-01&timeStamp=1703206408 HTTP/1.1" 200 6622
INFO 2023-12-22 08:53:37,243 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=390&sign=91dc33dcbf775046a5f076c1da9299e6&startPublishDate=2013-11-01&timeStamp=1703206409 HTTP/1.1" 200 6583
INFO 2023-12-22 08:53:37,808 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=391&sign=75831d66a88c7ded8e4cfcea817551fe&startPublishDate=2013-11-01&timeStamp=1703206410 HTTP/1.1" 200 6451
INFO 2023-12-22 08:53:38,353 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=392&sign=3bfb71f0034847d900495d3515558ae5&startPublishDate=2013-11-01&timeStamp=1703206410 HTTP/1.1" 200 6529
INFO 2023-12-22 08:53:38,946 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=393&sign=01f3034ba6689764145c04127e9e77a6&startPublishDate=2013-11-01&timeStamp=1703206411 HTTP/1.1" 200 6528
INFO 2023-12-22 08:53:39,529 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=394&sign=2ac97f312ad6bd8d43f4ce6fe3e78c37&startPublishDate=2013-11-01&timeStamp=1703206411 HTTP/1.1" 200 6469
INFO 2023-12-22 08:53:40,113 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=395&sign=462b7f50838a585de03e688834b32b1d&startPublishDate=2013-11-01&timeStamp=1703206412 HTTP/1.1" 200 6369
INFO 2023-12-22 08:53:40,685 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=396&sign=00d910442cb27c33f6cc363e88a50624&startPublishDate=2013-11-01&timeStamp=1703206412 HTTP/1.1" 200 6505
INFO 2023-12-22 08:53:41,234 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=397&sign=f16ac2da93c7199d2af585a6b7cb71e1&startPublishDate=2013-11-01&timeStamp=1703206413 HTTP/1.1" 200 6448
INFO 2023-12-22 08:53:41,820 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=398&sign=647dcbeba609820f069746314fc59aa1&startPublishDate=2013-11-01&timeStamp=1703206414 HTTP/1.1" 200 6437
INFO 2023-12-22 08:53:42,433 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=399&sign=72e35e719ba79a54eb386c628403c659&startPublishDate=2013-11-01&timeStamp=1703206414 HTTP/1.1" 200 6439
INFO 2023-12-22 08:53:42,990 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=400&sign=ee09e6e15fbf047ac70d920c63729775&startPublishDate=2013-11-01&timeStamp=1703206415 HTTP/1.1" 200 6623
INFO 2023-12-22 08:53:43,537 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=401&sign=ee4bdf23e491568a9062df1125172a94&startPublishDate=2013-11-01&timeStamp=1703206415 HTTP/1.1" 200 6545
INFO 2023-12-22 08:53:44,146 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=402&sign=e22ee7c94ac195481e968619dad177d7&startPublishDate=2013-11-01&timeStamp=1703206416 HTTP/1.1" 200 6543
INFO 2023-12-22 08:53:44,843 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=403&sign=a84497e81cf801e69e5273b01668fda5&startPublishDate=2013-11-01&timeStamp=1703206416 HTTP/1.1" 200 6503
INFO 2023-12-22 08:53:45,459 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=404&sign=8e021bed9c8a4546f51cacdab7bdc073&startPublishDate=2013-11-01&timeStamp=1703206417 HTTP/1.1" 200 6542
INFO 2023-12-22 08:53:46,096 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=405&sign=2f244a037c709a722cda24b3c3278065&startPublishDate=2013-11-01&timeStamp=1703206418 HTTP/1.1" 200 6460
INFO 2023-12-22 08:53:46,677 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=406&sign=729e29a9971897477461559e61e9a3c1&startPublishDate=2013-11-01&timeStamp=1703206418 HTTP/1.1" 200 6764
INFO 2023-12-22 08:53:47,245 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=407&sign=3901ca7642b4f1fd2c53de50ec873d65&startPublishDate=2013-11-01&timeStamp=1703206419 HTTP/1.1" 200 6612
INFO 2023-12-22 08:53:47,813 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=408&sign=14dc8b57346065aa0b7b6a23f0023266&startPublishDate=2013-11-01&timeStamp=1703206420 HTTP/1.1" 200 6672
INFO 2023-12-22 08:53:48,406 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=409&sign=27a0ce6e84f3460d8aa7e8abe8309773&startPublishDate=2013-11-01&timeStamp=1703206420 HTTP/1.1" 200 6561
INFO 2023-12-22 08:53:48,996 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=410&sign=f267ed6458ed38de15834e910302300a&startPublishDate=2013-11-01&timeStamp=1703206421 HTTP/1.1" 200 6602
INFO 2023-12-22 08:53:49,549 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=411&sign=d5f30bb3cd2307c84a8a90d2407dfeb2&startPublishDate=2013-11-01&timeStamp=1703206421 HTTP/1.1" 200 6528
INFO 2023-12-22 08:53:50,084 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=412&sign=e3094b550703ada82548545e47f9346b&startPublishDate=2013-11-01&timeStamp=1703206422 HTTP/1.1" 200 6479
INFO 2023-12-22 08:53:50,750 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=413&sign=6bee3a82927a2db7f18c202b0e98cacf&startPublishDate=2013-11-01&timeStamp=1703206422 HTTP/1.1" 200 6548
INFO 2023-12-22 08:53:51,363 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=414&sign=9ef547c7523ebc2d4a2005ae30069773&startPublishDate=2013-11-01&timeStamp=1703206423 HTTP/1.1" 200 6466
INFO 2023-12-22 08:53:51,991 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=415&sign=e0c9ec43ec94996080d95f5cff5c9bb3&startPublishDate=2013-11-01&timeStamp=1703206424 HTTP/1.1" 200 6569
INFO 2023-12-22 08:53:52,600 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=416&sign=2ae91aa49d54a7c155935b1381c9a2b4&startPublishDate=2013-11-01&timeStamp=1703206424 HTTP/1.1" 200 6547
INFO 2023-12-22 08:53:53,182 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=417&sign=f5c6b7397b3373f52025901192b12f52&startPublishDate=2013-11-01&timeStamp=1703206425 HTTP/1.1" 200 6541
INFO 2023-12-22 08:53:53,763 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=418&sign=8bbded7ff64a3b3e154a0478fd4c3d31&startPublishDate=2013-11-01&timeStamp=1703206425 HTTP/1.1" 200 6538
INFO 2023-12-22 08:53:54,346 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=419&sign=446dcb0f1a1044c72bab1d639d05a8d8&startPublishDate=2013-11-01&timeStamp=1703206426 HTTP/1.1" 200 6497
INFO 2023-12-22 08:53:54,907 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=420&sign=3984a1a8b9a34f92fe21b2caf9d7e455&startPublishDate=2013-11-01&timeStamp=1703206427 HTTP/1.1" 200 6580
INFO 2023-12-22 08:53:55,456 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=421&sign=e74a01bd89d512dc6b1d4627b91d5db7&startPublishDate=2013-11-01&timeStamp=1703206427 HTTP/1.1" 200 6399
INFO 2023-12-22 08:53:56,053 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=422&sign=b5e99f735bed8b95b020233b544c0e50&startPublishDate=2013-11-01&timeStamp=1703206428 HTTP/1.1" 200 6525
INFO 2023-12-22 08:53:56,682 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=423&sign=0ffc89810e8abb4d6858656d6fcc459c&startPublishDate=2013-11-01&timeStamp=1703206428 HTTP/1.1" 200 6486
INFO 2023-12-22 08:53:57,245 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=424&sign=6ab06e093ebca52e3cff4bc2929f8ef7&startPublishDate=2013-11-01&timeStamp=1703206429 HTTP/1.1" 200 6589
INFO 2023-12-22 08:53:57,815 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=425&sign=387f8e1dfb703bab1f2f3e1f697d224c&startPublishDate=2013-11-01&timeStamp=1703206430 HTTP/1.1" 200 6602
INFO 2023-12-22 08:53:58,356 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=426&sign=57ee8dc3600736210c3e60a41f76d252&startPublishDate=2013-11-01&timeStamp=1703206430 HTTP/1.1" 200 6482
INFO 2023-12-22 08:53:58,930 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=427&sign=c3c479cb7a5964572bed92742a9b3e58&startPublishDate=2013-11-01&timeStamp=1703206431 HTTP/1.1" 200 6522
INFO 2023-12-22 08:53:59,486 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=428&sign=93fe3f2d1c59bc5c0e887f206b1dfbcd&startPublishDate=2013-11-01&timeStamp=1703206431 HTTP/1.1" 200 6454
INFO 2023-12-22 08:54:00,055 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=429&sign=af4962fd0bb1de5df264308f89e18a57&startPublishDate=2013-11-01&timeStamp=1703206432 HTTP/1.1" 200 6528
INFO 2023-12-22 08:54:00,604 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=430&sign=115f7cdc3ab07b880ab43a07d4ef5831&startPublishDate=2013-11-01&timeStamp=1703206432 HTTP/1.1" 200 6654
INFO 2023-12-22 08:54:01,166 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=431&sign=ba74abcfaf85014aa2fb79f29d77782a&startPublishDate=2013-11-01&timeStamp=1703206433 HTTP/1.1" 200 6596
INFO 2023-12-22 08:54:01,695 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=432&sign=9b6c143fa8a496bb2e0371e47156222b&startPublishDate=2013-11-01&timeStamp=1703206433 HTTP/1.1" 200 6444
INFO 2023-12-22 08:54:02,277 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=433&sign=5942b48d18ab77fec569123242e9057e&startPublishDate=2013-11-01&timeStamp=1703206434 HTTP/1.1" 200 6485
INFO 2023-12-22 08:54:02,852 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=434&sign=f5536511f867dc23c8f2e39d5e14ee23&startPublishDate=2013-11-01&timeStamp=1703206435 HTTP/1.1" 200 6464
INFO 2023-12-22 08:54:03,460 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=435&sign=601c8e8e9df2f6aebe78fb80c51ae9f4&startPublishDate=2013-11-01&timeStamp=1703206435 HTTP/1.1" 200 6517
INFO 2023-12-22 08:54:04,016 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=436&sign=27b90ce42144301cc316f1d62f5dd546&startPublishDate=2013-11-01&timeStamp=1703206436 HTTP/1.1" 200 6550
INFO 2023-12-22 08:54:04,618 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=437&sign=96f38ed1ff7b8fa2284000aa30f3a4da&startPublishDate=2013-11-01&timeStamp=1703206436 HTTP/1.1" 200 6491
INFO 2023-12-22 08:54:05,199 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=438&sign=099db9abff467cc38ad2ad971a48a1fe&startPublishDate=2013-11-01&timeStamp=1703206437 HTTP/1.1" 200 6565
INFO 2023-12-22 08:54:05,724 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=439&sign=923ce9fb9430f814e35c5b717c28dc37&startPublishDate=2013-11-01&timeStamp=1703206437 HTTP/1.1" 200 6508
INFO 2023-12-22 08:54:06,296 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=440&sign=8e558318f3d1c7b359cbbc6d61e83167&startPublishDate=2013-11-01&timeStamp=1703206438 HTTP/1.1" 200 6678
INFO 2023-12-22 08:54:06,891 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=441&sign=c6b4c83817397a7be1f36dfcf752aa45&startPublishDate=2013-11-01&timeStamp=1703206439 HTTP/1.1" 200 6617
INFO 2023-12-22 08:54:07,485 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=442&sign=4710e96e8a8b0c762b06adfcc7fe8853&startPublishDate=2013-11-01&timeStamp=1703206439 HTTP/1.1" 200 6350
INFO 2023-12-22 08:54:08,048 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=443&sign=6ea2f46411d2d4406c3581809d2fac2a&startPublishDate=2013-11-01&timeStamp=1703206440 HTTP/1.1" 200 6527
INFO 2023-12-22 08:54:08,671 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=444&sign=d81a86b001acad06857cb9d64f7f36c1&startPublishDate=2013-11-01&timeStamp=1703206440 HTTP/1.1" 200 6461
INFO 2023-12-22 08:54:09,264 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=445&sign=5d67ab30eab23a87cf2c42433e45ce26&startPublishDate=2013-11-01&timeStamp=1703206441 HTTP/1.1" 200 6472
INFO 2023-12-22 08:54:09,863 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=446&sign=4d44ade2447030a641e5a60f3e9a3a20&startPublishDate=2013-11-01&timeStamp=1703206442 HTTP/1.1" 200 6579
INFO 2023-12-22 08:54:10,450 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=447&sign=3bf118d0206d6a6f3acc50e80127142a&startPublishDate=2013-11-01&timeStamp=1703206442 HTTP/1.1" 200 6633
INFO 2023-12-22 08:54:11,030 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=448&sign=cf71f03147b80ea668fe3f4298fcd846&startPublishDate=2013-11-01&timeStamp=1703206443 HTTP/1.1" 200 6521
INFO 2023-12-22 08:54:11,612 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=449&sign=9505fbbc9c77d134e986c98d7cdafa01&startPublishDate=2013-11-01&timeStamp=1703206443 HTTP/1.1" 200 6495
INFO 2023-12-22 08:54:12,181 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=450&sign=3be2e90f9c7f07a7f2257498ade7d6ea&startPublishDate=2013-11-01&timeStamp=1703206444 HTTP/1.1" 200 6495
INFO 2023-12-22 08:54:12,760 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=451&sign=f360174337cdac32c4ee36dfdd23db6d&startPublishDate=2013-11-01&timeStamp=1703206444 HTTP/1.1" 200 6529
INFO 2023-12-22 08:54:13,308 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=452&sign=bf9812f59f1ec9c205cd8524bfb3d40f&startPublishDate=2013-11-01&timeStamp=1703206445 HTTP/1.1" 200 6543
INFO 2023-12-22 08:54:13,911 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=453&sign=7b74a8aeec49d298b256c9edc5212933&startPublishDate=2013-11-01&timeStamp=1703206446 HTTP/1.1" 200 6509
INFO 2023-12-22 08:54:14,446 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=454&sign=29d87645f677b67875575e4601e2e4dc&startPublishDate=2013-11-01&timeStamp=1703206446 HTTP/1.1" 200 6611
INFO 2023-12-22 08:54:15,006 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=455&sign=f2c0968a33d2ac17ed9969407297228a&startPublishDate=2013-11-01&timeStamp=1703206447 HTTP/1.1" 200 6691
INFO 2023-12-22 08:54:15,554 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=456&sign=b7075e9a8c25735d537ce136afd4f157&startPublishDate=2013-11-01&timeStamp=1703206447 HTTP/1.1" 200 6650
INFO 2023-12-22 08:54:16,135 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=457&sign=7c64d6212aa172e1361f687db32f8c39&startPublishDate=2013-11-01&timeStamp=1703206448 HTTP/1.1" 200 6597
INFO 2023-12-22 08:54:16,689 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=458&sign=4ace681a5f557e56e2236e69ce3f1bb7&startPublishDate=2013-11-01&timeStamp=1703206448 HTTP/1.1" 200 6732
INFO 2023-12-22 08:54:17,269 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=459&sign=c8b20961d7b8f58d1318fa666ec086aa&startPublishDate=2013-11-01&timeStamp=1703206449 HTTP/1.1" 200 6508
INFO 2023-12-22 08:54:17,895 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=460&sign=1300083b6b4aeec6cfcf09f63b2859dc&startPublishDate=2013-11-01&timeStamp=1703206450 HTTP/1.1" 200 6675
INFO 2023-12-22 08:54:18,474 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=461&sign=14a9e0206e2fd8a72fdb6c086fe1fe02&startPublishDate=2013-11-01&timeStamp=1703206450 HTTP/1.1" 200 6375
INFO 2023-12-22 08:54:19,015 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=462&sign=3d5e8979ff46507ccccc4046eb62a7bc&startPublishDate=2013-11-01&timeStamp=1703206451 HTTP/1.1" 200 6486
INFO 2023-12-22 08:54:19,568 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=463&sign=b46a3a316d96f6413dd7bb2637f9b603&startPublishDate=2013-11-01&timeStamp=1703206451 HTTP/1.1" 200 6483
INFO 2023-12-22 08:54:20,174 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=464&sign=d531f6d9c323c60b7e201cad7a5285b8&startPublishDate=2013-11-01&timeStamp=1703206452 HTTP/1.1" 200 6567
INFO 2023-12-22 08:54:20,764 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=465&sign=c28f0aba891a3e5358c87b8457f57179&startPublishDate=2013-11-01&timeStamp=1703206452 HTTP/1.1" 200 6415
INFO 2023-12-22 08:54:21,364 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=466&sign=6b8f1fa877131e7d8a78e98bed97cc52&startPublishDate=2013-11-01&timeStamp=1703206453 HTTP/1.1" 200 6623
INFO 2023-12-22 08:54:22,003 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=467&sign=f86e7c9e3f9ebab0f2e9b003d21737cf&startPublishDate=2013-11-01&timeStamp=1703206454 HTTP/1.1" 200 6315
INFO 2023-12-22 08:54:22,562 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=468&sign=7de23e0f8439bfdbcfcc43000e1a8394&startPublishDate=2013-11-01&timeStamp=1703206454 HTTP/1.1" 200 6454
INFO 2023-12-22 08:54:23,165 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=469&sign=5554820672f52d9e81e4f9fb55747f04&startPublishDate=2013-11-01&timeStamp=1703206455 HTTP/1.1" 200 6471
INFO 2023-12-22 08:54:23,720 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=470&sign=943d5db3a948aafc1e1456fb9e33db1e&startPublishDate=2013-11-01&timeStamp=1703206455 HTTP/1.1" 200 6557
INFO 2023-12-22 08:54:24,267 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=471&sign=3a11921c546b4a3f062f08a9143cee61&startPublishDate=2013-11-01&timeStamp=1703206456 HTTP/1.1" 200 6480
INFO 2023-12-22 08:54:24,857 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=472&sign=6fb6596b0049c1ee3d37c397f1ca15ef&startPublishDate=2013-11-01&timeStamp=1703206457 HTTP/1.1" 200 6268
INFO 2023-12-22 08:54:25,439 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=473&sign=3d2e3209418892bf582bbd89a98b62ce&startPublishDate=2013-11-01&timeStamp=1703206457 HTTP/1.1" 200 6225
INFO 2023-12-22 08:54:25,994 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=474&sign=43b56efc68a28123f8508151c6220e49&startPublishDate=2013-11-01&timeStamp=1703206458 HTTP/1.1" 200 6447
INFO 2023-12-22 08:54:26,612 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=475&sign=ca40b96f8cdbae30eb5d3702c9a95837&startPublishDate=2013-11-01&timeStamp=1703206458 HTTP/1.1" 200 6233
INFO 2023-12-22 08:54:27,205 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=476&sign=de2bad715841a3104ca94d00a0193813&startPublishDate=2013-11-01&timeStamp=1703206459 HTTP/1.1" 200 6333
INFO 2023-12-22 08:54:27,830 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=477&sign=446787e091dd5fe326bf51fc49fb4650&startPublishDate=2013-11-01&timeStamp=1703206459 HTTP/1.1" 200 6407
INFO 2023-12-22 08:54:28,447 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=478&sign=2f5b9e80f582e652fb4d31be8d8262a9&startPublishDate=2013-11-01&timeStamp=1703206460 HTTP/1.1" 200 6477
INFO 2023-12-22 08:54:29,039 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=479&sign=249ca0ce36cf81ec83497ae2cf24e928&startPublishDate=2013-11-01&timeStamp=1703206461 HTTP/1.1" 200 6253
INFO 2023-12-22 08:54:29,625 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=480&sign=144ab650217a33a563a7cab2e6ceb675&startPublishDate=2013-11-01&timeStamp=1703206461 HTTP/1.1" 200 6373
INFO 2023-12-22 08:54:30,222 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=481&sign=4e93f952b4d6e4f1422f4fee8f57d84d&startPublishDate=2013-11-01&timeStamp=1703206462 HTTP/1.1" 200 6371
INFO 2023-12-22 08:54:30,795 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=482&sign=4003c33cdbc321f79655e1793b1a6c5e&startPublishDate=2013-11-01&timeStamp=1703206463 HTTP/1.1" 200 6271
INFO 2023-12-22 08:54:31,346 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=483&sign=b1bf32584786df94cac3ce3ba20022d6&startPublishDate=2013-11-01&timeStamp=1703206463 HTTP/1.1" 200 6342
INFO 2023-12-22 08:54:31,952 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=484&sign=cede0827ffecd1415f2c384614db088a&startPublishDate=2013-11-01&timeStamp=1703206464 HTTP/1.1" 200 6268
INFO 2023-12-22 08:54:32,530 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=485&sign=c64d6d94de7d9e1fdbfc73a4c0c091cd&startPublishDate=2013-11-01&timeStamp=1703206464 HTTP/1.1" 200 6389
INFO 2023-12-22 08:54:33,150 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=486&sign=0ffb8e71c14b4db6f6f355e3cd4a9643&startPublishDate=2013-11-01&timeStamp=1703206465 HTTP/1.1" 200 6384
INFO 2023-12-22 08:54:33,750 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=487&sign=8df8311010d27e61904a10c166dc48f6&startPublishDate=2013-11-01&timeStamp=1703206465 HTTP/1.1" 200 6437
INFO 2023-12-22 08:54:34,363 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=488&sign=bacf2b1e179e940817b35d7546e2ea99&startPublishDate=2013-11-01&timeStamp=1703206466 HTTP/1.1" 200 6310
INFO 2023-12-22 08:54:34,919 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=489&sign=871cdc32235f542db2d46df4e06be84d&startPublishDate=2013-11-01&timeStamp=1703206467 HTTP/1.1" 200 6462
INFO 2023-12-22 08:54:35,495 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=490&sign=6ddb365f3921349433971454d5122861&startPublishDate=2013-11-01&timeStamp=1703206467 HTTP/1.1" 200 6649
INFO 2023-12-22 08:54:36,082 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=491&sign=c00de387ee6ad235bb415e823c60b245&startPublishDate=2013-11-01&timeStamp=1703206468 HTTP/1.1" 200 6898
INFO 2023-12-22 08:54:36,644 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=492&sign=3b86c66f19b671176fb7f3efdedba108&startPublishDate=2013-11-01&timeStamp=1703206468 HTTP/1.1" 200 6755
INFO 2023-12-22 08:54:37,233 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=493&sign=0dfefd71fd7a8471c0d7bb46def67a4d&startPublishDate=2013-11-01&timeStamp=1703206469 HTTP/1.1" 200 6552
INFO 2023-12-22 08:54:37,819 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=494&sign=c34fcf145d65681e31dd0c635ed4a2f3&startPublishDate=2013-11-01&timeStamp=1703206470 HTTP/1.1" 200 6389
INFO 2023-12-22 08:54:38,412 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=495&sign=04fc180b5a601d7e7d861fef5dc8beb3&startPublishDate=2013-11-01&timeStamp=1703206470 HTTP/1.1" 200 6456
INFO 2023-12-22 08:54:38,956 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=496&sign=00955fc7855d5d18ee50cb1f64b7542c&startPublishDate=2013-11-01&timeStamp=1703206471 HTTP/1.1" 200 6279
INFO 2023-12-22 08:54:39,611 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=497&sign=ad3b70c829b3120c24d0a74f9d93e66a&startPublishDate=2013-11-01&timeStamp=1703206471 HTTP/1.1" 200 6179
INFO 2023-12-22 08:54:40,224 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=498&sign=19ced943164af18a1ee0a4ab00dbeb52&startPublishDate=2013-11-01&timeStamp=1703206472 HTTP/1.1" 200 6338
INFO 2023-12-22 08:54:40,769 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=499&sign=22c2d06c81c319a825cbd754dbd15d3e&startPublishDate=2013-11-01&timeStamp=1703206473 HTTP/1.1" 200 6248
INFO 2023-12-22 08:54:41,311 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=500&sign=a942c8ad6bfc75189ae03b91c36e0b0c&startPublishDate=2013-11-01&timeStamp=1703206473 HTTP/1.1" 200 6453
INFO 2023-12-22 08:54:41,880 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=501&sign=286b512df180135a0ba9bb11f20bfe00&startPublishDate=2013-11-01&timeStamp=1703206474 HTTP/1.1" 200 6373
INFO 2023-12-22 08:54:42,496 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=502&sign=b55ddd573ca68d73b3e51be14d996c23&startPublishDate=2013-11-01&timeStamp=1703206474 HTTP/1.1" 200 6729
INFO 2023-12-22 08:54:43,077 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=503&sign=b570f64f014717aaee57a8223d095865&startPublishDate=2013-11-01&timeStamp=1703206475 HTTP/1.1" 200 6437
INFO 2023-12-22 08:54:43,636 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=504&sign=8759cd3cdcabfb99ffa316e9d8859b8f&startPublishDate=2013-11-01&timeStamp=1703206475 HTTP/1.1" 200 6263
INFO 2023-12-22 08:54:44,254 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=505&sign=da57ba1fffb0d6b56267c08b6ad79a08&startPublishDate=2013-11-01&timeStamp=1703206476 HTTP/1.1" 200 6257
INFO 2023-12-22 08:54:44,892 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=506&sign=562d32f36a944117f57e10cbd0c3c62c&startPublishDate=2013-11-01&timeStamp=1703206477 HTTP/1.1" 200 6225
INFO 2023-12-22 08:54:45,505 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=507&sign=fca438e25386c3c9f3512b94c073c23e&startPublishDate=2013-11-01&timeStamp=1703206477 HTTP/1.1" 200 6339
INFO 2023-12-22 08:54:46,084 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=508&sign=06c5019b040bfe657a37995d325b4157&startPublishDate=2013-11-01&timeStamp=1703206478 HTTP/1.1" 200 6458
INFO 2023-12-22 08:54:46,686 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=509&sign=f03cd0f38f4a9baa935423370fb31e84&startPublishDate=2013-11-01&timeStamp=1703206478 HTTP/1.1" 200 6613
INFO 2023-12-22 08:54:47,318 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=510&sign=5841594efd382356327516912bc22bce&startPublishDate=2013-11-01&timeStamp=1703206479 HTTP/1.1" 200 6407
INFO 2023-12-22 08:54:47,855 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=511&sign=553a16db715ac0b91b59d1bde73d16b7&startPublishDate=2013-11-01&timeStamp=1703206480 HTTP/1.1" 200 6357
INFO 2023-12-22 08:54:48,441 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=512&sign=adb44ee083ae91bf7923485da7c445d8&startPublishDate=2013-11-01&timeStamp=1703206480 HTTP/1.1" 200 6545
INFO 2023-12-22 08:54:49,036 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=513&sign=cfbf5189bce9fb0e6f799409c1eafc8a&startPublishDate=2013-11-01&timeStamp=1703206481 HTTP/1.1" 200 6201
INFO 2023-12-22 08:54:49,598 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=514&sign=0e83015002f3e9674a9cc2d8d7141d87&startPublishDate=2013-11-01&timeStamp=1703206481 HTTP/1.1" 200 5854
INFO 2023-12-22 08:54:50,157 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=515&sign=9121f63d0a790515bdd1f40c4c70ec8d&startPublishDate=2013-11-01&timeStamp=1703206482 HTTP/1.1" 200 6538
INFO 2023-12-22 08:54:50,720 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2033-01-31&page=516&sign=125e762dd2cf355d941039b4f54ed2ed&startPublishDate=2013-11-01&timeStamp=1703206482 HTTP/1.1" 200 4870
INFO 2023-12-22 09:04:28,625 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 09:04:29,592 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 09:05:33,459 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-22 09:05:34,397 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 09:10:23,334 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-22 09:10:24,283 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 09:12:24,144 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-22 09:12:25,105 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 09:22:24,688 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-22 09:22:25,658 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 09:34:35,456 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-22 09:34:36,540 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:10:44,378 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:10:45,583 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:11:09,881 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:11:10,904 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:11:53,472 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:11:54,490 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:12:18,905 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:12:19,903 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:12:36,574 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:12:37,615 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:13:08,753 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:13:09,725 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:18:33,463 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:18:34,567 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:23:45,988 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:23:47,208 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:35:55,117 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:35:58,776 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:38:42,388 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 10:38:43,349 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 10:50:40,651 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-22 10:50:42,064 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 11:29:16,368 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 11:29:17,330 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 17:45:37,554 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 17:45:55,063 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 17:45:56,208 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:03:33,839 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:03:35,015 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:04:02,081 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:04:03,135 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:04:12,596 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:04:13,590 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:04:22,003 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:04:22,928 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:04:42,258 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:04:43,268 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:04:54,232 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:04:55,323 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:05:13,671 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:05:14,650 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:05:24,185 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:05:25,226 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:05:38,461 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:05:39,411 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:05:57,953 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:05:58,882 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-22 18:06:05,378 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-22 18:06:06,356 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:13:29,788 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:14:51,133 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:17:12,597 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-25 09:17:13,582 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:18:59,392 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\dingxin_toolbox_drf\settings.py changed, reloading.
INFO 2023-12-25 09:19:00,519 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:19:11,608 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-25 09:19:28,413 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-25 09:19:28,811 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:23:38,740 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:25:02,918 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:26:48,852 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:30:02,865 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:36:57,930 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:40:17,361 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:43:24,437 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:45:27,568 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 09:48:44,007 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 10:42:47,238 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-25 10:43:34,243 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-25 13:30:51,973 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-25 13:30:52,438 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 13:32:21,589 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 13:36:29,680 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 13:37:48,286 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 13:39:14,218 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 13:40:30,081 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 14:15:23,651 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 14:32:07,085 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:07:03,915 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:14:05,311 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:38:56,261 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-25 15:38:56,622 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:43:49,561 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:49:08,589 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:50:50,645 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:52:36,191 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 15:55:45,080 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:04:51,957 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-25 16:04:52,327 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:06:44,763 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:08:17,173 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:09:36,970 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:13:05,463 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:13:52,287 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 0
INFO 2023-12-25 16:13:52,380 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 3029
INFO 2023-12-25 16:14:05,709 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:15:24,457 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:16:54,541 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:18:01,824 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:29:48,821 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:31:10,389 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:32:31,822 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:33:38,101 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:35:27,399 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:37:11,068 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:40:12,771 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:42:11,538 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:49:12,844 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:52:16,884 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 16:53:48,337 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:01:09,243 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:02:20,918 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:03:43,948 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:05:53,575 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:11:36,745 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:13:20,076 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:16:34,657 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:20:15,569 basehttp 81 - Broken pipe from ('127.0.0.1', 57104)
INFO 2023-12-25 17:20:18,658 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:28:59,491 basehttp 81 - Broken pipe from ('127.0.0.1', 60012)
INFO 2023-12-25 17:29:02,893 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:30:17,463 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:32:27,742 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:33:31,455 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:35:34,323 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:37:52,768 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:39:06,841 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:41:54,393 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:46:33,740 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:49:50,570 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-25 17:52:43,576 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 07:49:53,677 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-26 07:56:09,992 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 07:56:10,267 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:00:36,732 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:02:21,110 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:04:43,167 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:07:04,392 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:08:58,556 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:10:19,063 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 08:10:19,335 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:12:36,200 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:14:25,378 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:14:25,447 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:16:00,945 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:18:33,509 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:18:33,603 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:21:37,367 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:22:51,738 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:26:55,182 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:30:41,105 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:35:20,850 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:35:21,039 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:38:18,885 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:39:41,786 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:39:42,228 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:40:45,130 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:42:48,067 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:42:48,559 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:45:05,469 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:45:06,067 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:51:03,378 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:52:32,126 basehttp 81 - Broken pipe from ('127.0.0.1', 49324)
INFO 2023-12-26 08:52:34,807 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 08:53:40,287 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:07:12,595 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:10:30,209 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:11:42,992 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:12:48,241 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:14:33,057 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:16:22,140 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:17:54,721 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:20:30,510 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:24:07,197 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:25:20,384 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:28:46,731 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:32:40,686 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:36:16,078 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:37:59,263 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:37:59,480 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:39:12,547 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:45:09,628 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:52:40,688 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 09:54:37,342 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:10:52,600 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 10:10:52,923 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:12:26,281 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:18:14,250 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 10:18:14,678 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:19:20,406 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:26:47,012 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:28:30,295 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:30:30,406 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:38:32,928 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:40:00,277 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:41:36,333 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:42:47,456 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:48:06,108 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:50:37,161 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 10:52:28,793 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:03:35,452 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:06:23,040 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:11:03,177 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:17:15,543 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:19:18,660 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:20:49,433 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:24:16,498 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:32:31,122 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:35:38,169 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:55:20,785 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 11:59:40,087 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 13:26:05,749 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 13:26:06,082 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 14:28:13,448 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 14:44:12,038 basehttp 81 - Broken pipe from ('127.0.0.1', 52470)
INFO 2023-12-26 14:44:21,474 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 14:46:08,148 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 14:57:52,588 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 15:18:52,446 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:02:39,237 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 16:02:39,621 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:04:48,151 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:06:38,137 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:10:37,535 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:24:06,430 basehttp 81 - Broken pipe from ('127.0.0.1', 61475)
INFO 2023-12-26 16:24:07,984 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:30:10,896 basehttp 81 - Broken pipe from ('127.0.0.1', 62293)
INFO 2023-12-26 16:30:12,159 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:36:04,304 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:38:08,471 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:52:50,418 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:55:15,996 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:56:48,866 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 16:58:33,966 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:00:16,431 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:03:23,430 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:04:46,502 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:06:16,362 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:07:55,768 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:08:58,707 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:10:14,034 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:13:59,342 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:19:18,728 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:21:12,592 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:22:35,823 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:26:41,890 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:27:42,140 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:29:01,614 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:37:18,879 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:41:46,299 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:46:06,197 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 17:46:06,589 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:47:47,216 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:52:30,768 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:53:44,683 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 17:57:54,825 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 18:02:41,490 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-26 18:02:41,852 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 18:04:56,785 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 18:08:03,783 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-26 18:12:37,702 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 08:25:19,213 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 08:38:09,438 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-27 08:38:09,739 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 08:42:52,394 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 08:50:39,147 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 08:50:40,358 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 08:55:16,916 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 08:55:17,982 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 08:55:54,892 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in get_overtime_show
ip = request.query_params.dict().get('ip')
AttributeError: 'WSGIRequest' object has no attribute 'query_params'
ERROR 2023-12-27 08:55:54,893 basehttp 212 "GET /api/get_overtime_show HTTP/1.1" 500 66289
WARNING 2023-12-27 08:55:55,755 log 241 Not Found: /favicon.ico
WARNING 2023-12-27 08:55:55,756 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 4138
ERROR 2023-12-27 08:57:00,049 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in get_overtime_show
ip = request.query_params.dict().get('ip')
AttributeError: 'WSGIRequest' object has no attribute 'query_params'
ERROR 2023-12-27 08:57:00,051 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 500 66679
INFO 2023-12-27 08:58:05,482 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 08:58:06,557 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 08:58:09,335 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 138, in get_overtime_show
ip = request.query_params.dict().get('ip')
AttributeError: 'WSGIRequest' object has no attribute 'query_params'
ERROR 2023-12-27 08:58:09,337 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 500 66783
INFO 2023-12-27 09:00:34,876 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:00:35,885 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 09:00:41,014 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 138, in get_overtime_show
ip = request.query_params.dict().get('ip')
AttributeError: 'WSGIRequest' object has no attribute 'query_params'
ERROR 2023-12-27 09:00:41,019 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 500 66787
INFO 2023-12-27 09:01:02,256 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:01:03,394 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:01:06,928 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 108
INFO 2023-12-27 09:01:56,595 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:01:57,577 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:02:01,477 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 108
INFO 2023-12-27 09:02:40,402 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:02:41,627 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:02:43,399 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 108
INFO 2023-12-27 09:03:29,758 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:03:30,763 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:03:31,641 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 108
INFO 2023-12-27 09:03:43,015 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 108
INFO 2023-12-27 09:05:31,767 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\cinema_sql.py changed, reloading.
INFO 2023-12-27 09:05:32,951 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 09:05:35,885 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 150, in get_overtime_show
'show': show['name'] + ' ' + show['start_time'] + ' ' + show[
TypeError: can only concatenate str (not "datetime.datetime") to str
ERROR 2023-12-27 09:05:35,887 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 500 82554
INFO 2023-12-27 09:07:53,206 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:07:54,150 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:07:57,672 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 28982
INFO 2023-12-27 09:14:13,272 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:14:14,330 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:14:16,638 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 32234
INFO 2023-12-27 09:14:43,439 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:14:44,473 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:14:46,458 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33818
INFO 2023-12-27 09:23:17,535 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 09:32:40,891 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 09:36:42,705 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 09:36:43,836 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 09:36:45,385 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 09:54:48,599 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 09:56:45,667 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 09:58:01,276 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 09:59:02,662 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 09:59:18,271 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-27 09:59:18,373 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 09:59:49,467 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 0
INFO 2023-12-27 09:59:49,620 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 3392
INFO 2023-12-27 10:02:58,533 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 10:03:00,764 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 3392
INFO 2023-12-27 10:03:12,556 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 10:08:35,887 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 10:09:45,866 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 10:10:31,931 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-27 10:10:32,941 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 10:11:19,464 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-27 10:11:20,508 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 10:12:19,789 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 10:13:26,849 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 10:13:27,873 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 10:55:07,821 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-27 10:55:08,207 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:04:51,157 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:07:20,204 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:09:05,036 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:16:07,398 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:19:25,676 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:24:18,937 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:24:42,012 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,016 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,023 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,031 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,032 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,034 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,049 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-27 11:24:42,246 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
ERROR 2023-12-27 11:24:42,451 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,452 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,463 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,473 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,488 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,501 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,501 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 500 69020
ERROR 2023-12-27 11:24:42,503 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 500 69020
ERROR 2023-12-27 11:24:42,504 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 500 69038
ERROR 2023-12-27 11:24:42,506 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 500 69050
ERROR 2023-12-27 11:24:42,508 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 500 69008
ERROR 2023-12-27 11:24:42,511 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 500 69068
ERROR 2023-12-27 11:24:42,616 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:24:42,618 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 68996
ERROR 2023-12-27 11:25:06,204 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:25:06,205 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 500 69539
WARNING 2023-12-27 11:25:06,948 log 241 Not Found: /favicon.ico
WARNING 2023-12-27 11:25:06,949 basehttp 212 "GET /favicon.ico HTTP/1.1" 404 4304
ERROR 2023-12-27 11:25:28,127 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:25:28,128 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 500 69676
INFO 2023-12-27 11:26:20,431 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 11:26:21,616 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 11:26:30,320 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:26:30,322 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 500 69676
INFO 2023-12-27 11:29:08,845 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 11:29:09,780 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-27 11:29:14,099 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_response didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-27 11:29:14,102 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 500 69676
INFO 2023-12-27 11:30:24,526 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:30:25,980 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:30:32,708 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=downloadFilmInfo HTTP/1.1" 200 439
INFO 2023-12-27 11:32:01,098 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:02,093 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:17,275 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:18,233 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:35,295 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:36,261 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:42,470 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:43,522 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:46,527 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:47,499 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:49,486 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:50,478 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:52,506 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:53,522 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:32:56,445 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:32:57,463 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:33:13,705 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:33:14,673 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:33:36,183 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:33:37,176 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:33:43,671 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:33:44,695 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:33:56,015 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:33:57,043 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:04,453 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:34:05,449 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:09,608 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:34:10,648 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:18,220 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:34:19,228 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:27,028 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:34:27,997 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:50,722 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 11:34:51,822 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 11:34:55,637 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:35:01,382 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:35:16,534 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:35:20,114 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:35:20,135 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 11:35:20,137 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 11:35:20,162 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 11:35:20,164 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:35:20,204 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 11:35:20,213 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 11:35:20,235 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 11:37:17,876 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:37:19,685 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 11:37:19,686 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:37:19,699 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 11:37:19,715 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 11:37:19,725 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:37:19,755 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 11:37:19,763 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 11:37:19,764 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 11:38:22,137 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:38:23,843 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 11:38:23,847 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:38:23,851 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 11:38:23,886 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:38:23,886 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 11:38:23,921 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 11:38:23,935 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 11:38:23,935 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 11:39:00,098 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:39:00,108 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:39:00,116 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 11:39:00,121 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 11:39:00,134 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 11:39:00,166 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 11:39:00,194 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 11:39:00,217 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 11:39:53,170 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:39:55,017 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 11:39:55,031 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 11:39:55,032 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 11:39:55,055 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 11:39:55,057 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 11:39:55,092 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 11:39:55,101 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 11:39:55,114 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 11:45:36,294 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 11:58:53,053 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 12:00:05,008 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 12:00:14,319 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.108 HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,322 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,322 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,326 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,327 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,328 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,332 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,333 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-27 12:00:14,435 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:00:14,444 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.108 HTTP/1.1" 200 184
INFO 2023-12-27 12:00:14,456 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:00:14,457 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:00:14,470 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=get_screen_info HTTP/1.1" 200 872
INFO 2023-12-27 12:00:14,473 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=get_cinema_info HTTP/1.1" 200 283
INFO 2023-12-27 12:00:14,506 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 12:00:14,524 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:00:16,002 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-27 12:00:16,085 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:00:16,087 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:00:16,093 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 12:00:16,095 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:00:16,111 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 12:00:16,113 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 12:00:16,182 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:00:16,215 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 12:13:46,362 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:13:46,365 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:13:46,366 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:13:46,385 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 12:13:46,387 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 12:13:46,444 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 12:13:46,455 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:13:46,564 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 12:20:16,183 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 12:20:20,110 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:20:20,118 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:20:20,119 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:20:20,144 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 12:20:20,147 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 12:20:20,188 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 12:20:20,199 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 12:20:20,215 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:20:41,301 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:20:41,308 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:20:41,318 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:20:41,329 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 12:20:41,335 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 12:20:41,367 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 12:20:41,372 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 12:20:41,382 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:21:49,174 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 12:21:51,397 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 12:21:51,399 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 12:21:51,411 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 12:21:51,419 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 12:21:51,426 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 12:21:51,427 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 12:21:51,480 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 12:21:51,480 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2023-12-27 14:17:10,572 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:17:10,576 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:17:56,575 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:17:56,577 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:18:33,343 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:18:33,344 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:20:04,647 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:20:04,648 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:20:51,610 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:20:51,611 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:21:19,506 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:21:19,508 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:22:25,098 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:22:25,099 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:23:22,681 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:23:22,684 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:24:26,047 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:24:26,050 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:25:22,702 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:25:22,704 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:27:02,779 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:27:02,780 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:28:03,842 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:28:03,845 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:28:54,608 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:28:54,612 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:30:06,382 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:30:06,383 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:30:29,503 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:30:29,504 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:31:36,492 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:31:36,493 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:32:55,063 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:32:55,065 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:33:17,816 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:33:17,818 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:34:29,132 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:34:29,134 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:36:09,743 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:36:09,744 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:36:57,756 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:36:57,757 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:37:12,542 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:37:12,543 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:38:36,673 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:38:36,675 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:39:23,750 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:39:23,751 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:40:21,444 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:40:21,445 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:41:33,442 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:41:33,444 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:42:24,019 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:42:24,021 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:43:24,634 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:43:24,636 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:44:50,235 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:44:50,237 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:45:26,089 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:45:26,091 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:46:14,471 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:46:14,474 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:47:50,841 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:47:50,843 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:48:54,897 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:48:54,899 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:49:24,680 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:49:24,681 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:50:18,296 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:50:18,298 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:52:06,316 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:52:06,318 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:52:51,121 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:52:51,123 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:53:19,913 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:53:19,914 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:54:54,153 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:54:54,154 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:55:51,949 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:55:51,952 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:56:48,704 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:56:48,705 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:57:30,806 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:57:30,808 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 14:58:24,179 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 14:58:24,181 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:00:03,042 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:00:03,044 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:00:18,160 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:00:18,162 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:02:03,488 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:02:03,490 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:02:38,310 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:02:38,312 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:04:02,859 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:04:02,860 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:04:48,638 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:04:48,638 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:05:12,500 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:05:12,500 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:06:33,994 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:06:33,994 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:07:52,277 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:07:52,277 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:08:21,002 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:08:21,002 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:09:30,680 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:09:30,680 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:10:58,576 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:10:58,576 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:11:29,600 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:11:29,600 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:12:43,438 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:12:43,438 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:13:15,090 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:13:15,090 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:14:51,429 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:14:51,429 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:15:54,312 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:15:54,316 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:17:08,067 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:17:08,069 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:17:31,872 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:17:31,874 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:18:57,245 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:18:57,247 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:19:24,014 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:19:24,017 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:20:14,646 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:20:14,647 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:21:36,830 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:21:36,832 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:22:19,807 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:22:19,808 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:23:50,959 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:23:50,962 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:24:39,088 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:24:39,089 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:25:33,362 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:25:33,363 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:26:24,734 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:26:24,736 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:27:33,124 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:27:33,126 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:28:14,545 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:28:14,546 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:29:57,970 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-27 15:29:58,418 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:30:00,827 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,844 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,849 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,858 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,870 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,883 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,916 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-27 15:30:00,929 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-27 15:30:01,134 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:30:01,145 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:30:01,151 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:30:01,171 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:30:01,178 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:30:01,215 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:30:01,224 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 15:30:01,332 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
ERROR 2023-12-27 15:30:04,699 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:30:04,701 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:30:36,751 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:30:36,752 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:31:05,600 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:31:09,100 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:31:09,109 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:31:09,110 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:31:09,131 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:31:09,146 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:31:09,168 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:31:09,194 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:31:09,201 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:31:58,352 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:31:58,354 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:32:52,150 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:32:52,152 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:33:17,993 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:33:17,995 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:34:36,776 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:34:36,777 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:35:14,167 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:35:14,178 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:36:36,725 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:36:36,728 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:37:31,724 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:37:31,727 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:38:29,804 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:38:32,365 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:38:32,387 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:38:32,392 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:38:32,396 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:38:32,405 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:38:32,451 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:38:32,460 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:38:32,475 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:39:04,018 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:39:04,020 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:39:12,636 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:39:12,666 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:39:12,679 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:39:12,685 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:39:12,688 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:39:12,689 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:39:12,710 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:39:12,738 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:39:14,793 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:39:14,795 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:39:52,984 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:39:54,191 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:39:54,225 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:39:54,233 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:39:54,237 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:39:54,240 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:39:54,249 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:39:54,274 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:39:54,328 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:40:56,575 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:40:56,577 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:41:19,138 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:41:21,890 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:41:21,901 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:41:21,905 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:41:21,912 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:41:21,921 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:41:21,951 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:41:21,963 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:41:21,988 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:41:52,518 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:41:52,519 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:42:33,690 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:42:33,692 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:43:15,920 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:43:18,431 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:43:18,469 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:43:18,479 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:43:18,486 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:43:18,487 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:43:18,497 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:43:18,511 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:43:18,555 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 15:43:40,642 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:43:40,673 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:43:40,682 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:43:40,683 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:43:40,693 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:43:40,715 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:43:40,731 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:43:40,754 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:43:41,874 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:43:41,876 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:45:01,984 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:45:02,017 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:45:16,949 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:45:16,954 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:46:46,880 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:46:51,377 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:46:51,380 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:46:51,381 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:46:51,403 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:46:51,411 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:46:51,461 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:46:51,464 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:46:51,475 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:47:05,184 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:47:05,185 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:47:59,997 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:47:59,999 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:48:56,818 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:48:56,819 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:49:23,616 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:49:23,618 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:51:03,132 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:51:03,134 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:51:44,945 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:51:44,946 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:52:16,764 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,781 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,781 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,784 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,803 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,804 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,810 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,812 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-27 15:52:16,907 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:52:16,916 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:52:16,921 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:52:16,925 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=get_cinema_info HTTP/1.1" 200 417
INFO 2023-12-27 15:52:16,934 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=get_screen_info HTTP/1.1" 200 717
INFO 2023-12-27 15:52:16,973 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 3392
INFO 2023-12-27 15:52:16,980 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:52:17,005 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 15:52:18,404 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:52:18,427 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:52:18,437 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:52:18,441 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:52:18,445 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:52:18,448 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:52:18,546 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:52:18,551 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:52:33,403 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:52:33,404 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:53:14,992 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:53:14,995 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 15:53:46,475 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 15:53:48,408 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 15:53:48,408 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 15:53:48,410 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 15:53:48,437 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 15:53:48,440 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 15:53:48,486 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 15:53:48,490 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 15:53:48,491 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 15:55:02,954 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:55:02,955 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:55:42,841 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:55:42,843 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:57:06,978 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:57:06,979 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:58:05,839 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:58:06,012 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:58:49,771 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:58:49,772 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 15:59:57,871 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 15:59:57,874 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:01:09,263 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:01:09,264 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:01:11,704 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 16:01:18,768 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:01:18,779 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:01:18,789 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:01:18,801 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:01:18,804 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:01:18,842 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 16:01:18,849 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 16:01:19,152 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
ERROR 2023-12-27 16:01:19,178 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:01:19,181 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:02:59,941 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:02:59,943 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:03:51,249 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:03:51,250 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:04:09,471 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 16:04:19,951 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:04:19,951 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:04:19,962 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:04:19,974 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:04:19,979 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:04:20,033 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 16:04:20,036 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 16:04:20,182 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
ERROR 2023-12-27 16:04:27,124 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:04:27,126 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:04:42,622 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:04:42,622 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:04:42,633 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:04:42,650 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:04:42,656 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:04:42,705 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 16:04:42,709 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 16:04:42,710 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2023-12-27 16:05:49,674 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:05:49,676 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:05:52,420 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 16:05:55,623 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:05:55,635 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:05:55,636 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:05:55,654 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:05:55,655 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:05:55,708 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 16:05:55,719 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 16:05:55,728 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 16:06:29,555 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:06:29,557 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:07:33,336 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:07:33,337 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:07:46,685 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
ERROR 2023-12-27 16:08:58,732 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:08:58,734 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:09:55,550 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:09:55,553 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:10:12,044 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
ERROR 2023-12-27 16:10:29,580 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:10:29,581 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:12:01,382 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:12:01,384 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
ERROR 2023-12-27 16:12:10,992 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 28, in report_ticket
return mock_service.mock(ip, 'reportTicket')
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 24, in mock
_api = api_dict[_api]
KeyError: 'reportTicket'
ERROR 2023-12-27 16:12:10,994 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18692
INFO 2023-12-27 16:13:20,991 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 16:13:22,071 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 16:13:28,275 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:13:28,319 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 16:13:28,326 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:13:28,338 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:13:28,345 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:13:28,345 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:13:28,408 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 16:13:36,965 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-27 16:14:31,184 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-27 16:14:32,171 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 16:17:06,576 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-27 16:17:07,917 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 16:18:52,104 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 16:43:10,303 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 16:43:11,259 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 16:52:22,096 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 16:52:53,102 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status HTTP/1.1" 200 0
INFO 2023-12-27 16:52:53,180 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 16:52:53,180 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 16:52:53,180 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 16:52:53,198 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 16:52:53,204 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 16:52:53,235 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 16:52:53,258 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 16:52:53,258 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 16:52:53,321 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 186, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 31, in mock
mock_data = get_overtime_ticket_status_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 48, in get
request_show_id = handle_session_code(session_code)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 9, in handle_session_code
while session_code.startswith('0'):
AttributeError: 'NoneType' object has no attribute 'startswith'
ERROR 2023-12-27 16:52:53,324 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status HTTP/1.1" 500 81923
INFO 2023-12-27 16:58:22,956 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 16:58:24,011 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:15:23,930 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:15:25,463 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:17:31,240 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:17:32,257 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:32:20,013 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:32:21,179 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:33:01,380 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-27 17:33:02,393 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:34:01,663 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-27 17:34:02,093 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 17:35:58,771 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 17:46:03,087 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 17:46:11,226 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,231 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,247 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,258 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,268 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,273 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,344 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,350 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-27 17:46:11,529 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 17:46:11,533 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 17:46:11,553 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 17:46:11,560 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
ERROR 2023-12-27 17:46:11,611 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 186, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 31, in mock
mock_data = get_overtime_ticket_status_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 48, in get
request_show_id = handle_session_code(session_code)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 9, in handle_session_code
while session_code.startswith('0'):
AttributeError: 'NoneType' object has no attribute 'startswith'
ERROR 2023-12-27 17:46:11,615 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status HTTP/1.1" 500 81923
INFO 2023-12-27 17:46:11,649 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 17:46:11,649 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 17:46:11,659 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-27 17:46:11,660 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 17:49:50,958 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 17:49:53,142 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 17:49:53,176 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 17:49:53,190 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 17:49:53,214 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 17:49:53,232 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 17:49:53,249 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 17:49:53,294 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 17:49:53,312 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 17:49:53,345 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 186, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 31, in mock
mock_data = get_overtime_ticket_status_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 48, in get
request_show_id = handle_session_code(session_code)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 9, in handle_session_code
while session_code.startswith('0'):
AttributeError: 'NoneType' object has no attribute 'startswith'
ERROR 2023-12-27 17:49:53,347 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status HTTP/1.1" 500 81923
INFO 2023-12-27 17:51:14,729 basehttp 212 "OPTIONS /api/set_overtime_config?show_id=262283&audit_status=2 HTTP/1.1" 200 0
INFO 2023-12-27 17:51:14,808 basehttp 212 "GET /api/set_overtime_config?show_id=262283&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-27 17:54:01,520 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:54:03,045 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:54:09,104 basehttp 212 "OPTIONS /api/set_overtime_config?show_id=262283&audit_status=99 HTTP/1.1" 200 0
ERROR 2023-12-27 17:54:09,260 log 241 Internal Server Error: /api/set_overtime_config
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 219, in set_overtime_config
cinema.auditShowId = show_id
AttributeError: 'NoneType' object has no attribute 'auditShowId'
ERROR 2023-12-27 17:54:09,274 basehttp 212 "GET /api/set_overtime_config?show_id=262283&audit_status=99 HTTP/1.1" 500 68691
INFO 2023-12-27 17:54:42,552 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:54:43,473 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:54:49,190 basehttp 212 "OPTIONS /api/set_overtime_config?show_id=260001&audit_status=99 HTTP/1.1" 200 0
ERROR 2023-12-27 17:54:49,349 log 241 Internal Server Error: /api/set_overtime_config
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 220, in set_overtime_config
cinema.auditShowId = show_id
AttributeError: 'NoneType' object has no attribute 'auditShowId'
ERROR 2023-12-27 17:54:49,352 basehttp 212 "GET /api/set_overtime_config?show_id=260001&audit_status=99 HTTP/1.1" 500 68708
INFO 2023-12-27 17:55:12,882 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:55:13,825 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:55:33,223 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 17:55:34,222 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 17:55:35,127 basehttp 212 "OPTIONS /api/set_overtime_config?show_id=260001&audit_status=0 HTTP/1.1" 200 0
ERROR 2023-12-27 17:55:35,262 log 241 Internal Server Error: /api/set_overtime_config
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 221, in set_overtime_config
cinema.auditShowId = show_id
AttributeError: 'NoneType' object has no attribute 'auditShowId'
ERROR 2023-12-27 17:55:35,264 basehttp 212 "GET /api/set_overtime_config?show_id=260001&audit_status=0 HTTP/1.1" 500 68707
INFO 2023-12-27 17:56:28,426 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 17:56:30,171 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-27 17:56:30,211 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-27 17:56:30,223 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-27 17:56:30,236 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-27 17:56:30,236 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-27 17:56:30,244 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-27 17:56:30,248 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-27 17:56:30,288 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-27 17:56:30,317 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 186, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 31, in mock
mock_data = get_overtime_ticket_status_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 48, in get
request_show_id = handle_session_code(session_code)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py", line 9, in handle_session_code
while session_code.startswith('0'):
AttributeError: 'NoneType' object has no attribute 'startswith'
ERROR 2023-12-27 17:56:30,319 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status HTTP/1.1" 500 81923
INFO 2023-12-27 17:56:36,511 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=0 HTTP/1.1" 200 0
INFO 2023-12-27 17:56:36,612 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=0 HTTP/1.1" 200 17
INFO 2023-12-27 17:56:52,588 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=99 HTTP/1.1" 200 0
INFO 2023-12-27 17:56:52,691 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-27 18:00:05,241 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 18:00:06,462 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 18:00:14,339 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=1 HTTP/1.1" 200 0
INFO 2023-12-27 18:00:14,460 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=1 HTTP/1.1" 200 17
INFO 2023-12-27 18:00:50,634 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 18:00:51,699 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 18:00:54,585 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=0 HTTP/1.1" 200 17
INFO 2023-12-27 18:06:44,456 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-27 18:06:45,611 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-27 18:14:10,537 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-27 18:14:46,593 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-27 18:14:47,794 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 07:33:13,015 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 07:34:06,020 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-28 07:38:28,652 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 07:38:30,077 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 07:41:33,803 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 07:41:35,368 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 07:44:07,717 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 07:44:08,957 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 08:06:10,254 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 08:06:11,216 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 08:08:22,096 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-28 08:08:23,292 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 08:08:28,907 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,910 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,913 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,914 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,917 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,918 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,918 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,918 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-28 08:08:28,984 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 08:08:28,997 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 08:08:28,999 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 08:08:29,010 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 08:08:29,013 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 08:08:29,038 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 08:08:29,050 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 08:08:29,234 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-28 08:08:37,782 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=99 HTTP/1.1" 200 0
INFO 2023-12-28 08:08:37,782 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=1&status=[object+Object] HTTP/1.1" 200 0
INFO 2023-12-28 08:08:37,864 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-28 08:08:37,871 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=1&status=[object+Object] HTTP/1.1" 200 91
INFO 2023-12-28 08:09:23,757 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 08:09:23,758 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 08:09:23,758 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 08:09:23,785 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 08:09:23,786 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 08:09:23,828 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 33894
INFO 2023-12-28 08:09:23,833 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 08:09:23,833 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 08:09:30,873 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=99 HTTP/1.1" 200 0
INFO 2023-12-28 08:09:30,873 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=260001&type=1&status=99 HTTP/1.1" 200 0
INFO 2023-12-28 08:09:30,975 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=260001&type=1&status=99 HTTP/1.1" 200 91
INFO 2023-12-28 08:09:30,993 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=260001&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-28 08:49:30,289 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\cinema_sql.py changed, reloading.
INFO 2023-12-28 08:49:31,414 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:02:22,403 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\cinema_sql.py changed, reloading.
INFO 2023-12-28 09:02:23,433 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:02:31,224 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:02:35,180 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:02:35,204 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:02:35,213 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:02:35,214 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:02:35,222 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:02:35,226 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:02:35,269 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:02:35,297 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:03:17,816 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=99 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:17,818 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=99 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:17,908 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-28 09:03:17,919 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=99 HTTP/1.1" 200 91
INFO 2023-12-28 09:03:28,289 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=0 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:28,289 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=0 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:28,392 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=0 HTTP/1.1" 200 91
INFO 2023-12-28 09:03:28,396 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=0 HTTP/1.1" 200 17
INFO 2023-12-28 09:03:31,709 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:31,709 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:31,797 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=1 HTTP/1.1" 200 91
INFO 2023-12-28 09:03:31,815 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=1 HTTP/1.1" 200 17
INFO 2023-12-28 09:03:34,131 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:34,131 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=2 HTTP/1.1" 200 0
INFO 2023-12-28 09:03:34,223 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-28 09:03:34,234 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=2 HTTP/1.1" 200 91
INFO 2023-12-28 09:03:36,517 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-28 09:03:36,523 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=2&status=99 HTTP/1.1" 200 91
INFO 2023-12-28 09:10:39,968 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 09:10:41,133 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:10:57,377 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 09:10:58,445 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:11:06,526 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:11:06,526 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=1&status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:11:06,643 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=1 HTTP/1.1" 200 17
INFO 2023-12-28 09:11:06,652 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=1&status=1 HTTP/1.1" 200 91
INFO 2023-12-28 09:11:31,045 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=258931&audit_status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:11:31,045 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258931&type=2&status=1 HTTP/1.1" 200 0
INFO 2023-12-28 09:11:31,147 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258931&type=2&status=1 HTTP/1.1" 200 91
INFO 2023-12-28 09:11:31,152 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=258931&audit_status=1 HTTP/1.1" 200 17
INFO 2023-12-28 09:12:34,601 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:12:37,125 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:12:37,142 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:12:37,149 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:12:37,149 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:12:37,155 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:12:37,161 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:12:37,217 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:12:37,229 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:12:53,278 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 0
INFO 2023-12-28 09:12:53,404 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-28 09:12:53,412 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 153
INFO 2023-12-28 09:13:01,662 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=99 HTTP/1.1" 200 0
INFO 2023-12-28 09:13:01,759 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=99 HTTP/1.1" 200 17
INFO 2023-12-28 09:13:01,768 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=99 HTTP/1.1" 200 154
INFO 2023-12-28 09:17:13,386 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,393 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,393 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,397 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,398 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,400 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,404 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,404 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.111&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-28 09:17:13,536 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:17:13,536 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:17:13,538 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:17:13,559 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=get_screen_info HTTP/1.1" 200 717
INFO 2023-12-28 09:17:13,562 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=get_cinema_info HTTP/1.1" 200 417
INFO 2023-12-28 09:17:13,564 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.111 HTTP/1.1" 200 751
INFO 2023-12-28 09:17:13,611 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:17:13,619 basehttp 212 "GET /api/get_response_json?ip=172.16.3.111&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:17:15,545 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:17:15,554 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:17:15,562 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:17:15,565 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:17:15,572 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:17:15,576 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:17:15,613 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:17:15,621 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:22:27,068 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:22:31,331 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:22:31,346 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:22:31,346 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:22:31,352 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:22:31,371 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:22:31,371 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:22:31,407 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:22:31,436 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:22:38,722 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=259573&audit_status=0 HTTP/1.1" 200 0
INFO 2023-12-28 09:22:38,722 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259573&type=0&status=0 HTTP/1.1" 200 0
INFO 2023-12-28 09:22:38,827 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259573&type=0&status=0 HTTP/1.1" 200 217
INFO 2023-12-28 09:22:38,830 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=259573&audit_status=0 HTTP/1.1" 200 17
INFO 2023-12-28 09:26:59,931 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:27:30,465 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,471 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,477 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,482 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,487 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,497 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,519 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,521 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-28 09:27:30,628 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:27:30,659 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:27:30,666 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:27:30,694 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:27:30,706 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 1613
INFO 2023-12-28 09:27:30,712 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 317
INFO 2023-12-28 09:27:30,715 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 1124
INFO 2023-12-28 09:27:30,726 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:27:52,218 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:27:52,220 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:27:52,221 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:27:52,239 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:27:52,242 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:27:52,246 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:27:52,285 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:27:52,294 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:34:18,098 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2023-12-28 09:34:19,155 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:38:09,741 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:38:36,850 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 09:38:37,873 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:38:44,884 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 09:38:45,866 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 09:40:52,031 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:55:35,984 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:57:20,321 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 09:57:27,348 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:57:27,361 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:57:27,362 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:57:27,375 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:57:27,380 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:57:27,382 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:57:27,427 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:57:27,454 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:57:30,058 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112 HTTP/1.1" 200 0
WARNING 2023-12-28 09:57:30,076 log 241 Forbidden (Origin checking failed - http://172.16.1.63:5173 does not match any trusted origins.): /api/set_overtime_config
WARNING 2023-12-28 09:57:30,077 basehttp 212 "POST /api/set_overtime_config?ip=172.16.3.112 HTTP/1.1" 403 2566
INFO 2023-12-28 09:58:27,190 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 09:58:27,191 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 09:58:27,195 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 09:58:27,210 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 09:58:27,210 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 09:58:27,217 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 09:58:27,259 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 09:58:27,260 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 09:58:33,785 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
WARNING 2023-12-28 09:58:33,794 log 241 Forbidden (Origin checking failed - http://172.16.1.63:5173 does not match any trusted origins.): /api/start_mock
WARNING 2023-12-28 09:58:33,795 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 403 2566
INFO 2023-12-28 09:59:12,661 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 09:59:13,734 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-28 09:59:17,662 log 241 Forbidden (Origin checking failed - http://172.16.1.63:5173 does not match any trusted origins.): /api/start_mock
WARNING 2023-12-28 09:59:17,663 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 403 2566
INFO 2023-12-28 09:59:39,180 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 09:59:40,208 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:00:35,842 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:00:38,939 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:00:38,954 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:00:38,961 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:00:38,971 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:00:38,981 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:00:38,983 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:00:39,010 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:00:39,029 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
WARNING 2023-12-28 10:00:41,732 log 241 Forbidden (Origin checking failed - http://172.16.1.63:5173 does not match any trusted origins.): /api/start_mock
WARNING 2023-12-28 10:00:41,733 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 403 2566
INFO 2023-12-28 10:01:14,963 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:01:15,965 autoreload 668 Watching for file changes with StatReloader
WARNING 2023-12-28 10:01:19,447 log 241 Forbidden (Origin checking failed - http://172.16.1.63:5173 does not match any trusted origins.): /api/start_mock
WARNING 2023-12-28 10:01:19,448 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 403 2566
INFO 2023-12-28 10:02:21,958 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:02:23,030 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 10:02:28,547 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 227, in enable_mock
print(request.POS)
AttributeError: 'WSGIRequest' object has no attribute 'POS'
ERROR 2023-12-28 10:02:28,550 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 71770
INFO 2023-12-28 10:02:39,792 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:02:40,996 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 10:02:42,862 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:02:42,865 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72638
INFO 2023-12-28 10:06:26,861 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:06:34,968 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:06:34,976 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:06:34,979 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:06:34,994 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:06:34,999 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:06:35,002 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:06:35,031 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:06:35,040 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-28 10:06:41,631 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:06:41,632 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72638
ERROR 2023-12-28 10:07:05,848 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:07:05,850 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72638
INFO 2023-12-28 10:08:09,032 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:08:11,435 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:08:11,444 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:08:11,447 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:08:11,454 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:08:11,458 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:08:11,469 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:08:11,505 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:08:11,538 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-28 10:08:12,993 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:08:12,995 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72638
INFO 2023-12-28 10:08:43,399 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,329 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,335 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,336 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,338 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,343 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,344 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,361 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,363 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-28 10:08:45,470 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:08:45,478 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:08:45,485 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:08:45,489 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:08:45,496 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:08:45,541 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:08:45,550 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 10:08:48,520 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
ERROR 2023-12-28 10:08:51,406 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:08:51,408 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72639
INFO 2023-12-28 10:10:07,195 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:10:08,279 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 10:10:13,325 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:10:13,329 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72639
INFO 2023-12-28 10:16:16,154 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:16:30,152 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:16:30,170 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:16:30,185 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:16:30,188 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:16:30,203 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:16:30,207 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:16:30,219 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:16:30,235 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-28 10:16:32,359 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:16:32,361 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72639
INFO 2023-12-28 10:31:15,167 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:31:18,308 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.108 HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,313 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,314 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,316 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,320 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,321 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,326 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,328 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.108&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-28 10:31:18,425 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:31:18,440 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:31:18,455 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:31:18,463 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=get_cinema_info HTTP/1.1" 200 283
INFO 2023-12-28 10:31:18,465 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=get_screen_info HTTP/1.1" 200 872
INFO 2023-12-28 10:31:18,467 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.108 HTTP/1.1" 200 184
INFO 2023-12-28 10:31:18,514 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:31:18,524 basehttp 212 "GET /api/get_response_json?ip=172.16.3.108&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 10:31:25,921 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.108 HTTP/1.1" 200 0
ERROR 2023-12-28 10:31:26,160 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 235, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:31:26,162 basehttp 212 "POST /api/start_mock?ip=172.16.3.108 HTTP/1.1" 500 72911
INFO 2023-12-28 10:33:01,166 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:33:02,837 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:33:02,846 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:33:02,847 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:33:02,853 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:33:02,867 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:33:02,870 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:33:02,908 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:33:02,923 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-28 10:33:07,366 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:33:07,368 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72639
ERROR 2023-12-28 10:33:58,974 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:33:58,976 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:36:31,019 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 10:36:33,175 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 10:36:33,185 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 10:36:33,189 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 10:36:33,208 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 10:36:33,215 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 10:36:33,216 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 10:36:33,240 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 10:36:33,265 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
ERROR 2023-12-28 10:36:33,281 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:36:33,282 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
ERROR 2023-12-28 10:36:35,637 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 238, in enable_mock
ZZMockModel.objects.filter(ip=ip).update(**mock_config)
TypeError: django.db.models.query.QuerySet.update() argument after ** must be a mapping, not NoneType
ERROR 2023-12-28 10:36:35,639 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 500 72639
INFO 2023-12-28 10:37:33,937 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:37:35,464 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:37:38,948 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:38:13,997 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:38:15,460 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:38:18,989 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
ERROR 2023-12-28 10:39:43,555 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:39:43,557 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:40:42,733 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:42:04,837 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:42:25,696 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:42:26,781 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:42:29,202 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
ERROR 2023-12-28 10:42:35,847 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:42:35,849 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:43:35,727 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:43:44,694 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
ERROR 2023-12-28 10:45:17,057 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:45:17,059 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:47:20,925 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:47:21,917 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:47:26,098 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:47:42,325 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
ERROR 2023-12-28 10:48:21,184 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:48:21,189 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
ERROR 2023-12-28 10:51:11,565 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:51:11,567 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:53:25,431 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:53:26,600 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 10:54:16,717 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 38, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:54:16,724 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 10:54:32,505 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:54:34,499 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:54:51,413 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:55:29,474 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:55:30,555 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:55:40,445 basehttp 212 "GET /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
INFO 2023-12-28 10:56:56,181 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 10:56:57,317 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 10:57:04,496 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 18
ERROR 2023-12-28 10:57:37,350 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 39, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 10:57:37,352 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
ERROR 2023-12-28 11:00:53,849 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 39, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 11:00:53,850 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 11:02:58,102 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 11:02:59,209 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:03:52,989 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 39, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 11:03:52,995 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 11:06:51,680 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 11:06:53,067 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:06:55,348 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 39, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 11:06:55,350 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 11:07:31,817 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 11:07:49,016 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:09:06,388 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 0
INFO 2023-12-28 11:09:06,495 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-28 11:09:06,498 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 153
INFO 2023-12-28 11:09:09,232 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
ERROR 2023-12-28 11:09:20,448 log 241 Internal Server Error: /report/reportTicket
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 39, in report_ticket
if mock_service_switch.reportTicket is True:
AttributeError: 'NoneType' object has no attribute 'reportTicket'
ERROR 2023-12-28 11:09:20,450 basehttp 212 "POST /report/reportTicket HTTP/1.1" 500 18745
INFO 2023-12-28 11:12:25,325 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 11:12:28,217 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 11:12:28,241 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 11:12:28,290 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 11:12:28,292 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 11:12:28,304 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 11:12:28,327 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 11:12:28,340 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 11:12:28,340 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 11:12:30,789 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:12:53,096 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-28 11:14:15,210 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 11:14:16,256 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 11:14:27,435 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:15:57,698 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-28 11:16:00,644 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 11:17:05,454 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 11:17:09,037 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 11:17:09,095 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 11:17:09,125 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 11:17:09,125 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 11:17:09,125 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 11:17:09,137 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 11:17:09,141 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 11:17:09,161 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 11:17:14,079 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:17:29,241 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
ERROR 2023-12-28 11:17:29,289 log 241 Internal Server Error: /api/end_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 249, in disable_mock
ip = request.query_params.dict().get('ip')
AttributeError: 'WSGIRequest' object has no attribute 'query_params'
ERROR 2023-12-28 11:17:29,291 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 500 68207
INFO 2023-12-28 11:18:15,572 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 11:18:16,525 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 11:18:17,460 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:20:40,442 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 11:20:42,716 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 11:20:42,719 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 11:20:42,734 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 11:20:42,745 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 11:20:42,746 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 11:20:42,749 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 11:20:42,786 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 11:20:42,786 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 11:20:48,838 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:23:24,625 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-28 11:23:42,612 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-28 11:23:42,626 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-28 11:23:42,643 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-28 11:23:42,686 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-28 11:23:42,689 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-28 11:23:42,721 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-28 11:23:42,777 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-28 11:23:42,781 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-28 11:23:54,608 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 0
INFO 2023-12-28 11:23:54,688 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-28 11:23:54,700 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 153
INFO 2023-12-28 11:23:56,480 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-28 11:24:56,659 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2023-12-28 11:24:57,826 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 11:25:28,249 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=3cd3833a05e1218de992f4702d637ea2&timeStamp=1703733919 HTTP/1.1" 200 402
INFO 2023-12-28 11:28:02,687 basehttp 212 "GET /data/getScreenInfo?cinemaCode=14105121&sign=e2d3a7f24ca2193ea9e00899924d7628&timeStamp=1703734074 HTTP/1.1" 200 1020
INFO 2023-12-28 11:28:27,287 basehttp 212 "POST /report/uploadScreenSeatInfo HTTP/1.1" 200 77
INFO 2023-12-28 11:29:00,867 basehttp 212 "GET /data/downloadFilmInfo?cinemaCode=14105121&endPublishDate=2024-01-27&page=1&sign=984ce8ec1ee916fb296b7be2eeb0442e&startPublishDate=2023-11-28&timeStamp=1703734132 HTTP/1.1" 200 439
INFO 2023-12-28 11:38:03,731 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e29f3b568792222bb6be7124d706bb9a&startSessionDate=2023-12-01&timeStamp=1703734675 HTTP/1.1" 200 153
ERROR 2023-12-28 11:39:44,580 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:39:44,582 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=e3572616b04413f49a817527a8c74ba3&startSessionDate=2023-09-01&timeStamp=1703734775 HTTP/1.1" 500 18684
INFO 2023-12-28 11:39:59,339 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
ERROR 2023-12-28 11:41:44,349 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:41:44,350 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=48c7c4c0b43c96b9a2eb945260a18c2e&startSessionDate=2023-09-01&timeStamp=1703734895 HTTP/1.1" 500 18684
INFO 2023-12-28 11:42:58,782 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:42:59,862 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:43:06,896 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:43:06,897 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=39d6976bd4a16ec45a52b06e1d97c6a9&startSessionDate=2023-09-01&timeStamp=1703734978 HTTP/1.1" 500 18684
INFO 2023-12-28 11:45:14,435 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:45:15,564 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:45:20,112 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:45:20,115 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=e370e9325f2764517ff9ccfdfad25c5e&startSessionDate=2023-09-01&timeStamp=1703735111 HTTP/1.1" 500 18684
INFO 2023-12-28 11:45:52,440 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:45:53,434 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:46:28,870 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:46:28,872 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=f3fdca710b5993987574fcd0e9c18394&startSessionDate=2023-09-01&timeStamp=1703735180 HTTP/1.1" 500 18684
INFO 2023-12-28 11:48:04,402 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 11:48:05,440 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-28 11:49:42,087 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-28 11:49:43,144 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:49:49,688 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:49:49,690 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=e3d5f7c968f5cb42beec8ba7ce776e7a&startSessionDate=2023-09-01&timeStamp=1703735381 HTTP/1.1" 500 18684
INFO 2023-12-28 11:50:51,974 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:50:53,357 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:50:54,609 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:50:54,610 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=0282e74c315e53a0fa3226a1963b5cad&startSessionDate=2023-09-01&timeStamp=1703735446 HTTP/1.1" 500 18684
INFO 2023-12-28 11:53:02,670 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:53:03,946 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:53:07,295 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 109, in get_overtime_ticket_status
return mock_service.mock(ip, 'getOvertimeTicketStatus', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
bypass(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 58, in bypass
return JsonResponse(response_dara, json_dumps_params={'ensure_ascii': False})
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\http\response.py", line 724, in __init__
raise TypeError(
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.
ERROR 2023-12-28 11:53:07,297 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=b532314ce3176975447228b19eae56f0&startSessionDate=2023-09-01&timeStamp=1703735578 HTTP/1.1" 500 19137
INFO 2023-12-28 11:53:16,370 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2023-12-28 11:53:17,313 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:53:49,623 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:53:49,625 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=eb891c4647d8d3b5e4329daa22615f77&startSessionDate=2023-09-01&timeStamp=1703735621 HTTP/1.1" 500 18684
INFO 2023-12-28 11:54:55,607 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-28 11:54:56,654 autoreload 668 Watching for file changes with StatReloader
ERROR 2023-12-28 11:55:00,587 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 204, in _get_response
self.check_response(response, callback)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 332, in check_response
raise ValueError(
ValueError: The view mock.views.get_overtime_ticket_status didn't return an HttpResponse object. It returned None instead.
ERROR 2023-12-28 11:55:00,589 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-09-01&filmCode=001103202022&overtimeType=0&sessionCode=0000000000259573&sign=fa6ed32fa8cd238c1738f5db64340f25&startSessionDate=2023-09-01&timeStamp=1703735691 HTTP/1.1" 500 18684
INFO 2023-12-29 09:59:06,051 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 09:59:19,777 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
ERROR 2023-12-29 09:59:22,241 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2023-12-29 09:59:22,248 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153726
INFO 2023-12-29 10:01:26,709 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 10:01:30,159 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,161 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,163 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,165 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,166 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,168 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,177 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,177 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-29 10:01:30,277 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-29 10:01:30,285 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-29 10:01:30,298 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-29 10:01:30,327 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-29 10:01:30,333 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-29 10:01:30,344 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-29 10:01:30,364 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-29 10:01:30,399 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-29 10:01:51,576 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=2 HTTP/1.1" 200 0
INFO 2023-12-29 10:01:51,576 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=2 HTTP/1.1" 200 0
INFO 2023-12-29 10:01:51,679 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-29 10:01:51,682 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=2 HTTP/1.1" 200 281
INFO 2023-12-29 10:34:32,247 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-29 10:34:32,392 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 10:46:54,952 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 10:46:59,497 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 0
INFO 2023-12-29 10:46:59,617 basehttp 212 "GET /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 1618
INFO 2023-12-29 10:50:22,621 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 11:11:14,791 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 11:11:18,006 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-29 11:11:18,013 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-29 11:11:18,027 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-29 11:11:18,030 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-29 11:11:18,039 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-29 11:11:18,045 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-29 11:11:18,079 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-29 11:11:18,087 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-29 11:11:19,499 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 11:12:03,899 basehttp 212 "GET /update/cinema/?ordering=ip&search=2.0.33.0338&ip= HTTP/1.1" 200 1618
INFO 2023-12-29 13:26:01,020 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-29 13:26:01,412 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 13:26:03,070 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,088 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,099 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,134 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,162 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,186 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,227 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,233 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2023-12-29 13:26:03,366 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2023-12-29 13:26:03,369 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2023-12-29 13:26:03,373 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2023-12-29 13:26:03,375 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2023-12-29 13:26:03,389 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2023-12-29 13:26:03,429 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2023-12-29 13:26:03,449 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2023-12-29 13:26:03,449 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2023-12-29 13:26:15,283 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 0
INFO 2023-12-29 13:26:15,284 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 0
INFO 2023-12-29 13:26:15,371 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=261334&audit_status=2 HTTP/1.1" 200 17
INFO 2023-12-29 13:26:15,398 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=261334&type=1&status=2 HTTP/1.1" 200 153
INFO 2023-12-29 13:26:16,469 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-29 13:26:16,650 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
ERROR 2023-12-29 13:26:29,711 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:26:29,713 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=711b5652afed7bf1385de20709ac9d52&startSessionDate=2023-12-01&timeStamp=1703827581 HTTP/1.1" 500 18520
INFO 2023-12-29 13:28:41,524 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-29 13:28:43,167 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:28:46,818 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-29 13:28:47,909 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:28:57,529 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=739a2b24238d07f4c41829dbed2a9ab2&startSessionDate=2023-12-01&timeStamp=1703827729 HTTP/1.1" 200 153
INFO 2023-12-29 13:29:10,027 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2023-12-29 13:29:10,175 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:29:11,009 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
ERROR 2023-12-29 13:29:17,370 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:29:17,371 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bc767470eea429fd033f98d80cd1793a&startSessionDate=2023-12-01&timeStamp=1703827748 HTTP/1.1" 500 18520
INFO 2023-12-29 13:29:42,531 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:29:48,172 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
ERROR 2023-12-29 13:29:56,548 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:29:56,549 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=2533bda28bede461934f1ad571041977&timeStamp=1703827788 HTTP/1.1" 500 18089
ERROR 2023-12-29 13:30:11,027 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:30:11,028 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=28814ff831a9693cd847b2978c668a37&startSessionDate=2023-12-01&timeStamp=1703827802 HTTP/1.1" 500 18520
ERROR 2023-12-29 13:30:17,517 log 241 Internal Server Error: /data/getCinemaInfo
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:30:17,519 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=24a3179f098a96ad0e8daa23487be0ac&timeStamp=1703827809 HTTP/1.1" 500 18089
INFO 2023-12-29 13:31:49,341 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-29 13:31:50,552 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:32:04,870 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=d010b9bb08eca3cd97a78ae11ecbb162&startSessionDate=2023-12-01&timeStamp=1703827916 HTTP/1.1" 200 153
INFO 2023-12-29 13:32:10,290 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:32:10,732 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
ERROR 2023-12-29 13:32:19,534 log 241 Internal Server Error: /data/getOvertimeTicketStatus
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\deprecation.py", line 136, in __call__
response = self.process_response(request, response)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\clickjacking.py", line 34, in process_response
response.headers["X-Frame-Options"] = self.get_xframe_options_value(
AttributeError: 'dict' object has no attribute 'headers'
ERROR 2023-12-29 13:32:19,536 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=d2150c37284d26e70eb05426d28ac797&startSessionDate=2023-12-01&timeStamp=1703827931 HTTP/1.1" 500 18520
INFO 2023-12-29 13:33:12,432 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-29 13:33:13,516 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:33:22,971 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:33:23,624 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:33:30,322 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8c7845a5e71dc9bb5dc0db67e65981a0&startSessionDate=2023-12-01&timeStamp=1703828001 HTTP/1.1" 200 153
INFO 2023-12-29 13:33:54,668 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:33:56,995 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:34:02,746 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c28088986101d7da3a54d6289441280c&startSessionDate=2023-12-01&timeStamp=1703828033 HTTP/1.1" 200 91
INFO 2023-12-29 13:35:10,606 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8b9f59907a951ace46cef2c3be28c3ff&startSessionDate=2023-12-01&timeStamp=1703828102 HTTP/1.1" 200 91
INFO 2023-12-29 13:35:23,005 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_overtime_ticket_status_tmp.py changed, reloading.
INFO 2023-12-29 13:35:24,652 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:35:44,254 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2023-12-29 13:35:45,635 autoreload 668 Watching for file changes with StatReloader
INFO 2023-12-29 13:36:20,292 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:36:40,001 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2023-12-29 13:36:51,698 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=1e80b1e18847ea4a109f8552b51f9a06&startSessionDate=2023-12-01&timeStamp=1703828203 HTTP/1.1" 200 153
INFO 2023-12-29 13:40:11,261 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=f1f5919aa9e6c0809357891b4b565482&startSessionDate=2023-12-01&timeStamp=1703828402 HTTP/1.1" 200 153
INFO 2023-12-29 13:45:09,013 basehttp 212 "GET /data/getScreenInfo?cinemaCode=14105121&sign=6484f65a57b04debdbcb903cf9930582&timeStamp=1703828700 HTTP/1.1" 200 1020
INFO 2023-12-29 13:45:10,272 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=da73fea6470326484f4715a9e13ff6b1&startSessionDate=2023-12-01&timeStamp=1703828701 HTTP/1.1" 200 153
INFO 2023-12-29 13:45:13,686 basehttp 212 "POST /report/uploadScreenSeatInfo HTTP/1.1" 200 77
INFO 2023-12-29 13:45:41,257 basehttp 212 "GET /data/getCinemaInfo?cinemaCode=14105121&sign=61a2bc831446a920b1774fc23071fc22&timeStamp=1703828732 HTTP/1.1" 200 402
INFO 2023-12-29 13:50:11,239 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e11d5e8efe9cc92c16de2dc1aa51127c&startSessionDate=2023-12-01&timeStamp=1703829002 HTTP/1.1" 200 153
INFO 2023-12-29 13:55:10,562 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c0a35c9f74a27a81a1e162cd2d9b55c7&startSessionDate=2023-12-01&timeStamp=1703829302 HTTP/1.1" 200 153
INFO 2023-12-29 14:00:10,699 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c141072f71a5ac8696de9fdd6f6e9045&startSessionDate=2023-12-01&timeStamp=1703829602 HTTP/1.1" 200 153
INFO 2023-12-29 14:05:10,508 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e7cd888ece8f291bc4e937aac02f17b9&startSessionDate=2023-12-01&timeStamp=1703829902 HTTP/1.1" 200 153
INFO 2023-12-29 14:10:10,393 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8aa02a5a59605134f6290d4027abdadf&startSessionDate=2023-12-01&timeStamp=1703830201 HTTP/1.1" 200 153
INFO 2023-12-29 14:15:10,276 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=af27379256dc8c1fc6e9bcaa3eba6bcb&startSessionDate=2023-12-01&timeStamp=1703830501 HTTP/1.1" 200 153
INFO 2023-12-29 14:20:11,068 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b3ed07ff2752419c19ee47dc8e359a54&startSessionDate=2023-12-01&timeStamp=1703830802 HTTP/1.1" 200 153
INFO 2023-12-29 14:25:10,202 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=0b961b4e2ffad7d205a16aaa47228a1b&startSessionDate=2023-12-01&timeStamp=1703831101 HTTP/1.1" 200 153
INFO 2023-12-29 14:30:10,660 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e93247a9e3db5797eb78b66c7083c805&startSessionDate=2023-12-01&timeStamp=1703831402 HTTP/1.1" 200 153
INFO 2023-12-29 14:35:10,439 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=129bd20508a74ae67ab4eff3dd126acf&startSessionDate=2023-12-01&timeStamp=1703831702 HTTP/1.1" 200 153
INFO 2023-12-29 14:40:11,212 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=f2c189e21038bf49d173dedb43ce87f9&startSessionDate=2023-12-01&timeStamp=1703832002 HTTP/1.1" 200 153
INFO 2023-12-29 14:45:10,351 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=5a6381d8f4396849417caba8dd9858aa&startSessionDate=2023-12-01&timeStamp=1703832301 HTTP/1.1" 200 153
INFO 2023-12-29 14:50:10,642 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=86d0e6c3d7ff9829482d94fbf7f69d23&startSessionDate=2023-12-01&timeStamp=1703832602 HTTP/1.1" 200 153
INFO 2023-12-29 14:55:10,296 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=54f587531e351778bf0aa3e591dd5630&startSessionDate=2023-12-01&timeStamp=1703832901 HTTP/1.1" 200 153
INFO 2023-12-29 15:00:10,866 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e0cc4d79a060003150b7167c70127d7a&startSessionDate=2023-12-01&timeStamp=1703833202 HTTP/1.1" 200 153
INFO 2023-12-29 15:05:10,383 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=66dae6c0f5952742c57745cdbabf8f70&startSessionDate=2023-12-01&timeStamp=1703833501 HTTP/1.1" 200 153
INFO 2023-12-29 15:10:10,784 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=eb7d3eb9b6413d3cc85c3cb6e9850a63&startSessionDate=2023-12-01&timeStamp=1703833802 HTTP/1.1" 200 153
INFO 2023-12-29 15:15:10,495 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=121e557cc0b63058685ff2ce2f37daa8&startSessionDate=2023-12-01&timeStamp=1703834102 HTTP/1.1" 200 153
INFO 2023-12-29 15:20:11,220 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=797e9c3a2e4478af6c2b2edfdd24095d&startSessionDate=2023-12-01&timeStamp=1703834402 HTTP/1.1" 200 153
INFO 2023-12-29 15:25:10,466 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=7f48cce6b131f8c62d5f56b6e3d25380&startSessionDate=2023-12-01&timeStamp=1703834702 HTTP/1.1" 200 153
INFO 2023-12-29 15:30:10,616 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=70537f852b0411919487c2f00897cfeb&startSessionDate=2023-12-01&timeStamp=1703835002 HTTP/1.1" 200 153
INFO 2023-12-29 15:35:10,819 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=cb71e52877825ea65cc8e807a762c3bc&startSessionDate=2023-12-01&timeStamp=1703835302 HTTP/1.1" 200 153
INFO 2023-12-29 15:40:10,474 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=26234ae38eb3165f7f940fa479274d85&startSessionDate=2023-12-01&timeStamp=1703835602 HTTP/1.1" 200 153
INFO 2023-12-29 15:45:10,250 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=66e595727be401c7089d272adbfbc18f&startSessionDate=2023-12-01&timeStamp=1703835901 HTTP/1.1" 200 153
INFO 2023-12-29 15:50:10,626 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c1db9c9345a39d2c93a5f5abefb8a512&startSessionDate=2023-12-01&timeStamp=1703836202 HTTP/1.1" 200 153
INFO 2023-12-29 15:55:10,619 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=42bcdd3a933e3eeee8ec56bdf0b9be76&startSessionDate=2023-12-01&timeStamp=1703836502 HTTP/1.1" 200 153
INFO 2023-12-29 16:00:11,142 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bd44793492e20171471f6e4f6df9ba31&startSessionDate=2023-12-01&timeStamp=1703836802 HTTP/1.1" 200 153
INFO 2023-12-29 16:05:10,765 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=9954d13f2b1224cc161ea1cedccd1989&startSessionDate=2023-12-01&timeStamp=1703837102 HTTP/1.1" 200 153
INFO 2023-12-29 16:10:10,621 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=27f3706c313d8364c6c4246706739b25&startSessionDate=2023-12-01&timeStamp=1703837402 HTTP/1.1" 200 153
INFO 2023-12-29 16:15:10,383 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=82ecdd546781fbba18753cf76aceffe4&startSessionDate=2023-12-01&timeStamp=1703837701 HTTP/1.1" 200 153
INFO 2023-12-29 16:20:10,378 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=192939e5dd107c51211c72f396b9a42a&startSessionDate=2023-12-01&timeStamp=1703838002 HTTP/1.1" 200 153
INFO 2023-12-29 16:20:26,633 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2023-12-29 16:20:26,966 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2023-12-29 16:22:55,198 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 0
INFO 2023-12-29 16:22:55,284 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 3029
INFO 2023-12-29 16:25:10,703 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=4748dd0562201e84b8a0bcbcf2468455&startSessionDate=2023-12-01&timeStamp=1703838302 HTTP/1.1" 200 153
INFO 2023-12-29 16:30:10,625 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a47036561ffded8214af6f3cd1c00cdf&startSessionDate=2023-12-01&timeStamp=1703838602 HTTP/1.1" 200 153
INFO 2023-12-29 16:35:10,628 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=061d4d73afcb6a68d4f1d4087c9e4cb8&startSessionDate=2023-12-01&timeStamp=1703838902 HTTP/1.1" 200 153
INFO 2023-12-29 16:40:11,131 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a43b082efc94cf7bffdc9da6509e1e12&startSessionDate=2023-12-01&timeStamp=1703839202 HTTP/1.1" 200 153
INFO 2023-12-29 16:45:10,173 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bffd11a332e9856ede0e430d1f399dd9&startSessionDate=2023-12-01&timeStamp=1703839501 HTTP/1.1" 200 153
INFO 2023-12-29 16:50:10,749 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b53ddf4cf0dd6e8de408a472f6c86429&startSessionDate=2023-12-01&timeStamp=1703839802 HTTP/1.1" 200 153
INFO 2023-12-29 16:50:32,613 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-29 16:55:10,999 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=3fd0eb6b18b11c1f555679d31f30eedf&startSessionDate=2023-12-01&timeStamp=1703840102 HTTP/1.1" 200 153
INFO 2023-12-29 17:00:11,177 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c471d94750e395c631ffcca6b88f7536&startSessionDate=2023-12-01&timeStamp=1703840402 HTTP/1.1" 200 153
WARNING 2023-12-29 17:00:34,973 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 17:00:34,975 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 17:05:10,207 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=7296a6c689ed28076025683c72937669&startSessionDate=2023-12-01&timeStamp=1703840701 HTTP/1.1" 200 153
INFO 2023-12-29 17:05:32,128 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2023-12-29 17:10:10,622 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=f5d13b028462d0dcd201dfe59e876ea0&startSessionDate=2023-12-01&timeStamp=1703841002 HTTP/1.1" 200 153
INFO 2023-12-29 17:15:10,553 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=73c2912a90cdf18e9662bcca09925a13&startSessionDate=2023-12-01&timeStamp=1703841302 HTTP/1.1" 200 153
WARNING 2023-12-29 17:19:02,350 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 17:19:02,351 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 17:20:10,607 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=6a95e919989710f6a8af99f71243c787&startSessionDate=2023-12-01&timeStamp=1703841602 HTTP/1.1" 200 153
INFO 2023-12-29 17:25:10,998 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=fff398216e35251bb31f7a8841bcfe7c&startSessionDate=2023-12-01&timeStamp=1703841902 HTTP/1.1" 200 153
INFO 2023-12-29 17:30:10,660 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=46ff56272f28a572eb517490a5fc8753&startSessionDate=2023-12-01&timeStamp=1703842202 HTTP/1.1" 200 153
WARNING 2023-12-29 17:31:50,405 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 17:31:50,406 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 17:35:10,830 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=2828e55c674b873c8c10ab7dfa09b374&startSessionDate=2023-12-01&timeStamp=1703842502 HTTP/1.1" 200 153
INFO 2023-12-29 17:40:10,745 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8f2aefd996664045ad8b74237988c171&startSessionDate=2023-12-01&timeStamp=1703842802 HTTP/1.1" 200 153
INFO 2023-12-29 17:45:10,522 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=efb68302b3a7858ca1b6253d7355714c&startSessionDate=2023-12-01&timeStamp=1703843102 HTTP/1.1" 200 153
WARNING 2023-12-29 17:45:59,323 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 17:45:59,324 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 17:50:10,957 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=fa1785bdee0ba3de2dd1bfbf6d72ce35&startSessionDate=2023-12-01&timeStamp=1703843402 HTTP/1.1" 200 153
INFO 2023-12-29 17:55:10,478 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=356b776990127e00e200ac0c7fd8ca3a&startSessionDate=2023-12-01&timeStamp=1703843702 HTTP/1.1" 200 153
INFO 2023-12-29 18:00:11,310 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=85f95a059212386fde534ff6e68b464b&startSessionDate=2023-12-01&timeStamp=1703844002 HTTP/1.1" 200 153
WARNING 2023-12-29 18:02:20,188 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 18:02:20,189 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 18:05:10,143 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=3acc733eacf09b7c5373ef8d7bc14c0d&startSessionDate=2023-12-01&timeStamp=1703844301 HTTP/1.1" 200 153
INFO 2023-12-29 18:10:11,100 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c0d85ca2952c13d06fd2d8d1d71cce3d&startSessionDate=2023-12-01&timeStamp=1703844602 HTTP/1.1" 200 153
INFO 2023-12-29 18:15:10,131 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b8017ad7a562be453402add88fb4c395&startSessionDate=2023-12-01&timeStamp=1703844901 HTTP/1.1" 200 153
WARNING 2023-12-29 18:16:32,944 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2023-12-29 18:16:32,945 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2023-12-29 18:20:10,851 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=18fa82e394b63a30ed092bdb50f9937a&startSessionDate=2023-12-01&timeStamp=1703845202 HTTP/1.1" 200 153
INFO 2023-12-29 18:25:10,039 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e232cf8a841abd638cc4ca5a763be56e&startSessionDate=2023-12-01&timeStamp=1703845501 HTTP/1.1" 200 153
INFO 2023-12-29 18:30:10,766 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=ee918f7994ee7563f847d7824a138e0f&startSessionDate=2023-12-01&timeStamp=1703845802 HTTP/1.1" 200 153
INFO 2024-01-01 07:30:31,860 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 07:31:35,112 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
ERROR 2024-01-01 07:31:37,403 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:31:37,408 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
ERROR 2024-01-01 07:31:39,536 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:31:39,562 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
ERROR 2024-01-01 07:40:31,114 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:40:31,117 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
ERROR 2024-01-01 07:40:33,189 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
INFO 2024-01-01 07:40:33,193 basehttp 81 - Broken pipe from ('127.0.0.1', 54695)
ERROR 2024-01-01 07:40:35,113 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:40:35,116 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
ERROR 2024-01-01 07:40:37,182 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:40:37,185 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
ERROR 2024-01-01 07:40:39,250 log 241 Internal Server Error: /update/cinema/refresh/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 46, in _wrapper
return bound_method(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\decorators.py", line 126, in _wrapper_view
result = middleware.process_request(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\middleware\cache.py", line 158, in process_request
cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\utils\cache.py", line 391, in get_cache_key
headerlist = cache.get(cache_key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:40:39,254 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 500 153723
INFO 2024-01-01 07:40:41,018 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 0
ERROR 2024-01-01 07:40:43,118 log 241 Internal Server Error: /update/cinema/
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 29, in _decorator
return method(self, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 99, in _get
return self.client.get(key, default=default, version=version, client=client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 260, in get
raise ConnectionInterrupted(connection=client) from e
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\viewsets.py", line 125, in view
return self.dispatch(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
raise exc
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework\views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 54, in inner
return this.process_cache_response(
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\rest_framework_extensions\cache\decorators.py", line 80, in process_cache_response
response_triple = self.cache.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 92, in get
value = self._get(key, default, version, client)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\cache.py", line 36, in _decorator
raise e.__cause__
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django_redis\client\default.py", line 258, in get
value = client.get(key)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\commands\core.py", line 1829, in get
return self.execute_command("GET", name)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\client.py", line 533, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 1086, in get_connection
connection.connect()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\redis\connection.py", line 270, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10061 connecting to 127.0.0.1:6379. <EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>.
ERROR 2024-01-01 07:40:43,137 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 500 144770
INFO 2024-01-01 07:40:50,005 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 07:41:51,456 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 07:42:00,222 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,230 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,231 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,231 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,234 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,234 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,236 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,244 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-01 07:42:00,257 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-01 07:42:00,264 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-01 07:42:00,269 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-01 07:42:00,273 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-01 07:42:00,276 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-01 07:42:00,400 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-01 07:42:00,425 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-01 07:42:00,527 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-01 08:00:16,289 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:01:17,838 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:12:15,113 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:19:11,323 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:21:26,983 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:25:26,019 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 08:32:24,728 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 10:19:37,009 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-01 10:19:37,888 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 10:49:52,555 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 10:52:45,864 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:06:14,270 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:07:59,618 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:09:00,583 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:11:53,065 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:47:15,393 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,398 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,400 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,408 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,409 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,415 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,419 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,429 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-01 11:47:15,478 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-01 11:47:15,480 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-01 11:47:15,480 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-01 11:47:15,495 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-01 11:47:15,496 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-01 11:47:15,573 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-01 11:47:15,589 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-01 11:47:15,700 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-01 11:54:23,194 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:55:24,953 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:58:09,960 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 11:59:14,485 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-01 11:59:14,492 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-01 11:59:14,492 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-01 11:59:14,500 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-01 11:59:14,521 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-01 11:59:14,567 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-01 11:59:14,594 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-01 11:59:14,667 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-01 12:14:33,083 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 12:16:10,676 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 12:37:58,379 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:38:00,835 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:40:31,434 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:40:32,836 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:42:01,474 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:42:02,256 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:42:34,916 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:42:35,673 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:43:05,633 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:43:06,563 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:43:15,501 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:43:16,319 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:48:14,219 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:48:14,969 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 12:48:40,638 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\update\utils\get_version.py changed, reloading.
INFO 2024-01-01 12:48:41,421 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:27:53,153 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-01 14:27:54,370 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-01 14:36:18,873 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:36:21,182 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:40:42,203 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:40:43,143 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:41:55,222 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:41:56,190 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:42:22,756 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:42:23,502 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:45:42,623 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:45:43,437 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:46:38,069 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:46:38,876 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:47:56,511 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-01 14:47:57,476 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-01 14:52:35,035 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2024-01-01 14:52:36,104 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 07:54:58,993 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 07:55:12,071 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b17a6ef2525df4056a7d766b73f80d82&startSessionDate=2023-12-01&timeStamp=1704153301 HTTP/1.1" 200 153
INFO 2024-01-02 07:55:17,440 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-02 07:55:17,709 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 07:55:25,389 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,392 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,392 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,396 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,397 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,397 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,398 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,398 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-02 07:55:25,471 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 07:55:25,479 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 07:55:25,489 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 07:55:25,492 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 07:55:25,509 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 07:55:25,527 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 07:55:25,535 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-02 07:55:25,732 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 207, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 6, in get
status = request.GET.get('status')
AttributeError: 'NoneType' object has no attribute 'GET'
ERROR 2024-01-02 07:55:25,734 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 75699
INFO 2024-01-02 07:58:34,385 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 07:58:35,832 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 08:00:13,231 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=607a6484a0db10b1a233aa3bca2b4022&startSessionDate=2023-12-01&timeStamp=1704153602 HTTP/1.1" 200 153
WARNING 2024-01-02 08:01:39,109 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 08:01:39,112 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2024-01-02 08:05:12,021 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e3931766494eb705535beee20506f727&startSessionDate=2023-12-01&timeStamp=1704153901 HTTP/1.1" 200 153
INFO 2024-01-02 08:05:21,342 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:07:19,520 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:08:31,220 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:09:33,934 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:10:12,336 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a6adfe19023a64a9fab1850929d7bf3f&startSessionDate=2023-12-01&timeStamp=1704154202 HTTP/1.1" 200 153
INFO 2024-01-02 08:10:36,031 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:13:20,112 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:13:25,013 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 08:13:25,027 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 08:13:25,037 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 08:13:25,038 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 08:13:25,038 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 08:13:25,068 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-02 08:13:25,096 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
ERROR 2024-01-02 08:13:25,130 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 207, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 6, in get
error_code = request.GET.get('error_code')
AttributeError: 'NoneType' object has no attribute 'GET'
ERROR 2024-01-02 08:13:25,132 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 75716
INFO 2024-01-02 08:15:07,868 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:15:12,017 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=0c2fe45bc96e809014358a1d953428b4&startSessionDate=2023-12-01&timeStamp=1704154501 HTTP/1.1" 200 153
INFO 2024-01-02 08:15:12,391 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 08:15:12,404 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 08:15:12,409 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 08:15:12,419 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 08:15:12,422 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 08:15:12,428 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 08:15:12,438 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-02 08:15:12,487 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 207, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 6, in get
error_code = request.GET.get('error_code')
AttributeError: 'NoneType' object has no attribute 'GET'
ERROR 2024-01-02 08:15:12,489 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 75716
WARNING 2024-01-02 08:17:10,806 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 08:17:10,808 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2024-01-02 08:17:37,549 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=0 HTTP/1.1" 200 0
INFO 2024-01-02 08:17:37,549 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=0&status=0 HTTP/1.1" 200 0
INFO 2024-01-02 08:17:37,678 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=0 HTTP/1.1" 200 17
INFO 2024-01-02 08:17:37,697 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=0&status=0 HTTP/1.1" 200 217
INFO 2024-01-02 08:17:46,719 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-02 08:17:46,815 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 08:17:50,922 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-02 08:17:51,036 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 08:18:20,233 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 08:18:21,958 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 08:32:29,922 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:32:35,361 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 08:32:35,371 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 08:32:35,372 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 08:32:35,390 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 08:32:35,391 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 08:32:35,414 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 08:32:35,434 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-02 08:32:35,471 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 207, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 6, in get
error_code = request.GET.get('error_code')
AttributeError: 'NoneType' object has no attribute 'GET'
ERROR 2024-01-02 08:32:35,473 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 75716
INFO 2024-01-02 08:32:46,452 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=0 HTTP/1.1" 200 0
INFO 2024-01-02 08:32:46,453 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=0 HTTP/1.1" 200 0
INFO 2024-01-02 08:32:46,543 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=0 HTTP/1.1" 200 17
INFO 2024-01-02 08:32:46,555 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=0 HTTP/1.1" 200 281
INFO 2024-01-02 08:32:51,903 basehttp 212 "OPTIONS /api/get_response_json?errorCode=100 HTTP/1.1" 200 0
ERROR 2024-01-02 08:32:51,935 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 201, in get_response
_api = api_dict[_api]
KeyError: None
ERROR 2024-01-02 08:32:51,936 basehttp 212 "GET /api/get_response_json?errorCode=100 HTTP/1.1" 500 67805
INFO 2024-01-02 08:33:54,466 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:34:02,057 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 08:34:02,068 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 08:34:02,069 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 08:34:02,082 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 08:34:02,085 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 08:34:02,087 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 08:34:02,113 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-02 08:34:02,163 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 207, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 6, in get
error_code = request.GET.get('error_code')
AttributeError: 'NoneType' object has no attribute 'GET'
ERROR 2024-01-02 08:34:02,166 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 75716
INFO 2024-01-02 08:34:05,693 basehttp 212 "OPTIONS /api/get_response_json?error_code=201 HTTP/1.1" 200 0
ERROR 2024-01-02 08:34:05,723 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 201, in get_response
_api = api_dict[_api]
KeyError: None
ERROR 2024-01-02 08:34:05,725 basehttp 212 "GET /api/get_response_json?error_code=201 HTTP/1.1" 500 67812
INFO 2024-01-02 08:35:03,810 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2024-01-02 08:35:04,881 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 08:35:14,599 basehttp 212 "OPTIONS /api/get_response_json?error_code=202 HTTP/1.1" 200 0
ERROR 2024-01-02 08:35:14,643 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 201, in get_response
_api = api_dict[_api]
KeyError: None
ERROR 2024-01-02 08:35:14,648 basehttp 212 "GET /api/get_response_json?error_code=202 HTTP/1.1" 500 67801
INFO 2024-01-02 08:36:40,059 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 08:36:42,289 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 08:36:42,300 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 08:36:42,301 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 08:36:42,317 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 08:36:42,317 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 08:36:42,342 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 08:36:42,349 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-02 08:36:42,406 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 7, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 08:36:42,409 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 500 88259
INFO 2024-01-02 08:36:45,797 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=100 HTTP/1.1" 200 0
ERROR 2024-01-02 08:36:45,879 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 7, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 08:36:45,881 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=100 HTTP/1.1" 500 88555
INFO 2024-01-02 09:00:53,318 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=0 HTTP/1.1" 200 0
ERROR 2024-01-02 09:00:53,477 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 7, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 09:00:53,479 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=0 HTTP/1.1" 500 88535
INFO 2024-01-02 09:02:16,137 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 09:02:17,466 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 09:02:18,490 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 7, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 09:02:18,494 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=100 HTTP/1.1" 500 88555
ERROR 2024-01-02 09:02:28,799 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 7, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 09:02:28,801 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=0 HTTP/1.1" 500 88535
INFO 2024-01-02 09:04:04,295 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 09:04:05,370 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 09:04:10,462 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 205, in get_response
req = mock_service.mock(_ip, _api, request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 40, in mock
mock_data = valid_error_tmp.get(kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 24, in get
return mock_data
UnboundLocalError: local variable 'mock_data' referenced before assignment
ERROR 2024-01-02 09:04:10,464 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=100 HTTP/1.1" 500 75901
INFO 2024-01-02 09:04:13,562 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=0 HTTP/1.1" 200 75
INFO 2024-01-02 09:09:05,415 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 09:09:06,705 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:09:08,930 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 09:10:08,929 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py changed, reloading.
INFO 2024-01-02 09:10:10,261 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:10:12,380 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 09:10:15,695 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 09:10:15,705 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 09:10:15,712 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 09:10:15,716 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 09:10:15,719 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 09:10:15,734 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 09:10:15,757 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-02 09:10:15,772 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-02 09:10:20,242 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error&error_code=100 HTTP/1.1" 200 75
INFO 2024-01-02 09:15:58,941 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2024-01-02 09:15:59,970 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:19:11,142 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2024-01-02 09:19:12,271 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:21:20,103 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\urls.py changed, reloading.
INFO 2024-01-02 09:21:21,005 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:26:25,088 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 09:26:28,245 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 09:26:28,259 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 09:26:28,261 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 09:26:28,267 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 09:26:28,274 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 09:26:28,294 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 09:26:28,322 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-02 09:26:28,346 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-02 09:26:33,887 basehttp 212 "OPTIONS /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=200 HTTP/1.1" 200 0
INFO 2024-01-02 09:26:33,990 basehttp 212 "GET /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=200 HTTP/1.1" 200 17
INFO 2024-01-02 09:26:48,716 basehttp 212 "OPTIONS /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=201 HTTP/1.1" 200 0
INFO 2024-01-02 09:26:48,836 basehttp 212 "GET /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=201 HTTP/1.1" 200 17
INFO 2024-01-02 09:27:18,643 basehttp 212 "OPTIONS /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=202 HTTP/1.1" 200 0
INFO 2024-01-02 09:27:18,727 basehttp 212 "GET /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=202 HTTP/1.1" 200 17
INFO 2024-01-02 09:28:51,190 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 09:28:54,519 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-02 09:28:54,525 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-02 09:28:54,526 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-02 09:28:54,561 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-02 09:28:54,563 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-02 09:28:54,565 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-02 09:28:54,590 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-02 09:28:54,597 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-02 09:28:58,570 basehttp 212 "GET /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=200 HTTP/1.1" 200 17
INFO 2024-01-02 09:29:00,531 basehttp 212 "GET /api/set_error_code_config?ip=172.16.3.112&api=valid_error&error_code=202 HTTP/1.1" 200 17
INFO 2024-01-02 09:39:19,129 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2024-01-02 09:39:20,155 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 09:40:06,299 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 09:40:12,301 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=fd501b69f755ed847daafb3ec4271886&startSessionDate=2023-12-01&timeStamp=1704159601 HTTP/1.1" 200 91
INFO 2024-01-02 09:45:12,299 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=1d00e32af96e1f0763db6e414131663c&startSessionDate=2023-12-01&timeStamp=1704159901 HTTP/1.1" 200 91
INFO 2024-01-02 09:45:52,399 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2024-01-02 09:50:13,150 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=74888a75c3e0af65c07004575a76efef&startSessionDate=2023-12-01&timeStamp=1704160202 HTTP/1.1" 200 91
INFO 2024-01-02 09:55:12,289 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=af34d9f8ec0a311b875ad3a55b9dc4f4&startSessionDate=2023-12-01&timeStamp=1704160501 HTTP/1.1" 200 91
WARNING 2024-01-02 09:56:42,475 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 09:56:42,478 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
WARNING 2024-01-02 09:56:52,626 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 09:56:52,627 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
WARNING 2024-01-02 09:57:49,314 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 09:57:49,315 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
WARNING 2024-01-02 09:59:10,162 log 241 Forbidden (CSRF cookie not set.): /query/validError
WARNING 2024-01-02 09:59:10,163 basehttp 212 "POST /query/validError HTTP/1.1" 403 2801
INFO 2024-01-02 09:59:18,223 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py changed, reloading.
INFO 2024-01-02 09:59:19,201 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 10:00:13,408 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bce1ff7da4e0abc83588f058f7da2f11&startSessionDate=2023-12-01&timeStamp=1704160803 HTTP/1.1" 200 91
ERROR 2024-01-02 10:01:09,909 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 12, in get
error_code = error_code_config.error_code
AttributeError: 'ZZMockModel' object has no attribute 'error_code'
ERROR 2024-01-02 10:01:09,912 basehttp 212 "POST /query/validError HTTP/1.1" 500 18832
INFO 2024-01-02 10:01:34,645 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:01:35,691 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:02:04,942 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 13, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:02:04,945 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
ERROR 2024-01-02 10:03:57,655 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 13, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:03:57,657 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
INFO 2024-01-02 10:04:09,228 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:04:10,249 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:04:18,627 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 15, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:04:18,631 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
ERROR 2024-01-02 10:04:20,056 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 15, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:04:20,059 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
INFO 2024-01-02 10:05:12,792 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=91c3048a26c427b6f5968f895198b772&startSessionDate=2023-12-01&timeStamp=1704161102 HTTP/1.1" 200 91
ERROR 2024-01-02 10:05:48,908 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 15, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:05:48,911 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
INFO 2024-01-02 10:06:01,356 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:06:02,327 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:06:16,506 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 15, in get
data = json.loads(request.body)['queries']
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\roger\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR 2024-01-02 10:06:16,510 basehttp 212 "POST /query/validError HTTP/1.1" 500 19297
INFO 2024-01-02 10:06:41,924 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:06:43,019 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:07:30,746 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 20, in get
date_time = datetime.datetime.strptime(ticket['sessionDatetime'], '%Y-%m-%d %H:%M:%S')
TypeError: string indices must be integers
ERROR 2024-01-02 10:07:30,748 basehttp 212 "POST /query/validError HTTP/1.1" 500 18829
ERROR 2024-01-02 10:07:35,543 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 20, in get
date_time = datetime.datetime.strptime(ticket['sessionDatetime'], '%Y-%m-%d %H:%M:%S')
TypeError: string indices must be integers
ERROR 2024-01-02 10:07:35,545 basehttp 212 "POST /query/validError HTTP/1.1" 500 18829
INFO 2024-01-02 10:08:24,111 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:08:25,085 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:09:24,488 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 21, in get
date_time = datetime.datetime.strptime(ticket['sessionDatetime'], '%Y-%m-%d %H:%M:%S')
TypeError: string indices must be integers
ERROR 2024-01-02 10:09:24,491 basehttp 212 "POST /query/validError HTTP/1.1" 500 18829
ERROR 2024-01-02 10:09:58,217 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 21, in get
date_time = datetime.datetime.strptime(ticket['sessionDatetime'], '%Y-%m-%d %H:%M:%S')
TypeError: string indices must be integers
ERROR 2024-01-02 10:09:58,218 basehttp 212 "POST /query/validError HTTP/1.1" 500 18829
INFO 2024-01-02 10:10:03,961 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:10:05,044 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 10:10:12,385 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=5576fe2841ef2d00192d78cab92995f5&startSessionDate=2023-12-01&timeStamp=1704161402 HTTP/1.1" 200 91
ERROR 2024-01-02 10:10:33,186 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 21, in get
print(ticket['sessionDatetime'])
TypeError: string indices must be integers
ERROR 2024-01-02 10:10:33,188 basehttp 212 "POST /query/validError HTTP/1.1" 500 18775
ERROR 2024-01-02 10:10:39,143 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 21, in get
print(ticket['sessionDatetime'])
TypeError: string indices must be integers
ERROR 2024-01-02 10:10:39,144 basehttp 212 "POST /query/validError HTTP/1.1" 500 18775
INFO 2024-01-02 10:11:29,306 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:11:30,425 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 10:12:15,070 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:12:16,044 autoreload 668 Watching for file changes with StatReloader
ERROR 2024-01-02 10:14:54,632 log 241 Internal Server Error: /query/validError
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 137, in valid_error
return mock_service.mock(ip, 'validError', request=request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 43, in mock
mock_data = valid_error_tmp.get(cinema_obj, kwargs.get('request'))
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py", line 20, in get
for ticket in data:
TypeError: 'type' object is not iterable
ERROR 2024-01-02 10:14:54,635 basehttp 212 "POST /query/validError HTTP/1.1" 500 18758
INFO 2024-01-02 10:15:12,620 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8ae907f1292407db6bd6785747eb4804&startSessionDate=2023-12-01&timeStamp=1704161702 HTTP/1.1" 200 91
INFO 2024-01-02 10:15:39,273 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:15:40,283 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 10:16:39,986 basehttp 212 "POST /query/validError HTTP/1.1" 200 643
INFO 2024-01-02 10:17:00,381 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 10:17:13,428 autoreload 266 D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\valid_error_tmp.py changed, reloading.
INFO 2024-01-02 10:17:14,442 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-02 10:23:12,289 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-02 10:23:12,387 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 10:23:15,464 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-02 10:23:15,600 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 10:23:19,137 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 10:23:29,542 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-02 10:23:34,009 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-02 10:23:34,333 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-02 10:25:46,789 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-04 07:52:47,604 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-04 08:26:51,974 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-04 08:26:52,293 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-04 10:56:45,895 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 0
INFO 2024-01-04 10:56:46,020 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 3029
INFO 2024-01-04 10:56:47,465 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-04 10:56:47,833 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-04 11:16:28,515 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip=172.16.3.88 HTTP/1.1" 200 0
INFO 2024-01-04 11:16:28,622 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip=172.16.3.88 HTTP/1.1" 200 230
INFO 2024-01-04 15:04:46,279 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-04 15:04:46,699 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-04 16:54:04,934 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:20:39,440 autoreload 668 Watching for file changes with StatReloader
INFO 2024-01-05 11:20:53,286 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 11:20:53,631 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:24:26,297 basehttp 212 "OPTIONS /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 0
INFO 2024-01-05 11:24:26,411 basehttp 212 "GET /update/cinema/?ordering=ip&search=&ip= HTTP/1.1" 200 3029
INFO 2024-01-05 11:28:52,388 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 11:28:52,443 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 11:28:52,810 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:28:52,812 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:29:10,588 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 11:29:10,738 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:31:33,987 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:32:01,154 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,157 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,161 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,164 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,168 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,171 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,210 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,211 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 11:32:01,292 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:32:01,294 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 317
INFO 2024-01-05 11:32:01,309 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:32:01,310 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:32:01,327 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 1613
INFO 2024-01-05 11:32:01,337 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:32:01,338 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:32:01,353 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 1124
INFO 2024-01-05 11:32:38,052 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:32:48,203 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:32:48,208 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:32:48,208 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:32:48,210 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:32:48,211 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:32:48,219 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 317
INFO 2024-01-05 11:32:48,220 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 1613
INFO 2024-01-05 11:32:48,222 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 1124
INFO 2024-01-05 11:33:01,330 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.167 HTTP/1.1" 200 0
INFO 2024-01-05 11:33:01,579 basehttp 212 "POST /api/start_mock?ip=172.16.3.167 HTTP/1.1" 200 21
INFO 2024-01-05 11:34:46,436 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:35:35,768 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.106 HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,801 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,809 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,843 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,863 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,889 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,928 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:35,936 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 11:35:36,063 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.106 HTTP/1.1" 200 184
INFO 2024-01-05 11:35:36,069 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:35:36,084 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:35:36,100 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=get_cinema_info HTTP/1.1" 200 261
INFO 2024-01-05 11:35:36,110 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:35:36,115 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=get_screen_info HTTP/1.1" 200 1732
INFO 2024-01-05 11:35:36,133 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:35:36,153 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:35:38,837 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,839 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,841 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,844 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,846 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,849 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,862 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,862 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 11:35:38,970 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:35:38,971 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:35:38,974 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:35:38,984 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:35:38,990 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:35:39,056 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:35:39,056 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:35:39,059 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:35:46,301 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 11:35:46,453 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 11:35:48,849 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:36:16,040 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 177
INFO 2024-01-05 11:36:28,369 basehttp 212 "OPTIONS /api/end_mock?ip= HTTP/1.1" 200 0
ERROR 2024-01-05 11:36:28,514 log 241 Internal Server Error: /api/end_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 283, in disable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 146, in db
'host': cinema_data.ip,
AttributeError: 'NoneType' object has no attribute 'ip'
ERROR 2024-01-05 11:36:28,517 basehttp 212 "GET /api/end_mock?ip= HTTP/1.1" 500 71316
INFO 2024-01-05 11:36:31,772 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:36:31,782 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:36:31,786 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:36:31,796 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:36:31,798 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:36:31,804 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:36:31,854 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:36:31,860 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:36:32,505 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 11:36:32,628 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 11:36:35,714 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 11:36:48,434 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:37:23,632 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:39:20,490 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:40:01,118 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:40:01,118 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:40:01,123 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:40:01,130 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:40:01,136 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 1613
INFO 2024-01-05 11:40:01,138 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 317
INFO 2024-01-05 11:40:01,140 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:40:01,145 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 1124
INFO 2024-01-05 11:40:13,987 basehttp 212 "POST /api/start_mock?ip=172.16.3.167 HTTP/1.1" 200 21
INFO 2024-01-05 11:40:42,580 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 177
INFO 2024-01-05 11:41:05,392 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.167 HTTP/1.1" 200 0
INFO 2024-01-05 11:41:05,522 basehttp 212 "GET /api/end_mock?ip=172.16.3.167 HTTP/1.1" 200 21
INFO 2024-01-05 11:41:56,913 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:42:06,929 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.169 HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,931 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,933 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,933 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,934 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,935 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,984 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:06,987 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.169&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 11:42:07,077 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:42:07,085 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:42:07,089 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:42:07,094 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=get_screen_info HTTP/1.1" 200 1927
INFO 2024-01-05 11:42:07,103 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=get_cinema_info HTTP/1.1" 200 296
INFO 2024-01-05 11:42:07,107 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:42:07,107 basehttp 212 "GET /api/get_response_json?ip=172.16.3.169&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:42:07,110 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.169 HTTP/1.1" 200 274
INFO 2024-01-05 11:42:24,384 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,386 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,386 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,387 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,387 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,388 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,457 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,458 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 11:42:24,539 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:42:24,541 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:42:24,542 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:42:24,551 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:42:24,552 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:42:24,564 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:42:24,564 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:42:24,567 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:42:42,572 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=0&status=1 HTTP/1.1" 200 0
INFO 2024-01-05 11:42:42,573 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=1 HTTP/1.1" 200 0
INFO 2024-01-05 11:42:42,730 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=259652&audit_status=1 HTTP/1.1" 200 17
INFO 2024-01-05 11:42:42,743 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=259652&type=0&status=1 HTTP/1.1" 200 217
INFO 2024-01-05 11:45:31,734 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
ERROR 2024-01-05 11:45:38,046 log 241 Internal Server Error: /api/end_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 283, in disable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 146, in db
'host': cinema_data.ip,
AttributeError: 'NoneType' object has no attribute 'ip'
ERROR 2024-01-05 11:45:38,046 basehttp 212 "GET /api/end_mock?ip= HTTP/1.1" 500 71316
INFO 2024-01-05 11:45:39,875 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:47:29,590 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:47:29,623 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
ERROR 2024-01-05 11:47:34,159 log 241 Internal Server Error: /api/end_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 283, in disable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 146, in db
'host': cinema_data.ip,
AttributeError: 'NoneType' object has no attribute 'ip'
ERROR 2024-01-05 11:47:34,161 basehttp 212 "GET /api/end_mock?ip= HTTP/1.1" 500 71316
INFO 2024-01-05 11:48:05,912 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:48:05,922 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:48:05,940 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:48:05,945 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:48:05,945 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:48:05,961 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:48:05,993 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:48:06,000 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:48:07,044 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 11:49:45,272 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:49:45,304 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 11:49:52,418 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:49:52,425 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:49:52,428 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:49:52,436 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:49:52,445 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:49:52,473 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:49:52,498 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:49:52,500 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:49:54,705 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 11:50:12,952 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e3b45c9783f2e6b0f36b099304732929&startSessionDate=2023-12-01&timeStamp=1704426602 HTTP/1.1" 200 152
INFO 2024-01-05 11:55:12,942 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=ade897a4a50dfd0d8356163ea63b2a04&startSessionDate=2023-12-01&timeStamp=1704426902 HTTP/1.1" 200 152
INFO 2024-01-05 11:58:25,152 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 11:58:25,164 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 11:58:25,188 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 11:58:25,188 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 11:58:25,188 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 11:58:25,188 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 11:58:25,249 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 11:58:25,251 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 11:58:33,134 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=258937&audit_status=1 HTTP/1.1" 200 0
INFO 2024-01-05 11:58:33,138 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258937&type=1&status=1 HTTP/1.1" 200 0
INFO 2024-01-05 11:58:33,261 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=258937&audit_status=1 HTTP/1.1" 200 17
INFO 2024-01-05 11:58:33,277 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258937&type=1&status=1 HTTP/1.1" 200 345
INFO 2024-01-05 12:00:12,926 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=38dfcde732c3013ef06cfb1f1073a58d&startSessionDate=2023-12-01&timeStamp=1704427202 HTTP/1.1" 200 152
INFO 2024-01-05 12:05:12,949 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=3e3b2d3d11b381ac002f67c8823e1269&startSessionDate=2023-12-01&timeStamp=1704427502 HTTP/1.1" 200 152
INFO 2024-01-05 12:10:13,448 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=eee68f5c3743145bce49ee5a0c7ff6c8&startSessionDate=2023-12-01&timeStamp=1704427802 HTTP/1.1" 200 152
INFO 2024-01-05 12:15:12,358 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=038c47314a7e3e3daa339089c737a18b&startSessionDate=2023-12-01&timeStamp=1704428101 HTTP/1.1" 200 152
INFO 2024-01-05 12:20:13,019 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=37ec73adb8266c755f78faf41673bc10&startSessionDate=2023-12-01&timeStamp=1704428402 HTTP/1.1" 200 152
INFO 2024-01-05 12:25:12,341 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=814aeb9721314285902c6f3a9875328b&startSessionDate=2023-12-01&timeStamp=1704428701 HTTP/1.1" 200 152
INFO 2024-01-05 12:30:12,739 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=7b43a27e52f2948155d6cc0e48592466&startSessionDate=2023-12-01&timeStamp=1704429002 HTTP/1.1" 200 152
INFO 2024-01-05 12:35:12,714 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a2caab32f56d91e5d3d8ba5dba930e67&startSessionDate=2023-12-01&timeStamp=1704429302 HTTP/1.1" 200 152
INFO 2024-01-05 12:40:12,700 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=7f0c0032d49633725df69637cc36d389&startSessionDate=2023-12-01&timeStamp=1704429602 HTTP/1.1" 200 152
INFO 2024-01-05 12:45:12,419 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=ca793f302d6d3ed420d3655233ba9772&startSessionDate=2023-12-01&timeStamp=1704429901 HTTP/1.1" 200 152
INFO 2024-01-05 12:50:12,972 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=2b64f28d0e1db2226c16fbb35cfd384a&startSessionDate=2023-12-01&timeStamp=1704430202 HTTP/1.1" 200 152
INFO 2024-01-05 12:55:12,360 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=950dfde936eb7e5c665be14d75ed125e&startSessionDate=2023-12-01&timeStamp=1704430501 HTTP/1.1" 200 152
INFO 2024-01-05 13:00:13,251 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=be7c148f591a9165c693ad5a92d31cb7&startSessionDate=2023-12-01&timeStamp=1704430802 HTTP/1.1" 200 152
INFO 2024-01-05 13:05:12,667 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a024bac31403ba9e1bb656d1cf78591a&startSessionDate=2023-12-01&timeStamp=1704431102 HTTP/1.1" 200 152
INFO 2024-01-05 13:10:13,204 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=79f03e8ea8d7ed0dc9d174fcfa3ad294&startSessionDate=2023-12-01&timeStamp=1704431402 HTTP/1.1" 200 152
INFO 2024-01-05 13:15:12,935 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=57be22557415d50577f7543b5c02c171&startSessionDate=2023-12-01&timeStamp=1704431702 HTTP/1.1" 200 152
INFO 2024-01-05 13:20:13,213 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=807e7075d56bdab282a0955f3bcb390f&startSessionDate=2023-12-01&timeStamp=1704432002 HTTP/1.1" 200 152
INFO 2024-01-05 13:25:12,909 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8c120b39a9e354a40b7ec010e6d3c5b8&startSessionDate=2023-12-01&timeStamp=1704432302 HTTP/1.1" 200 152
INFO 2024-01-05 13:30:12,878 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=ad9b122fde53e217968dfe818436c21e&startSessionDate=2023-12-01&timeStamp=1704432602 HTTP/1.1" 200 152
INFO 2024-01-05 13:35:12,538 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=d3a3352673f637c6151eb727aadd2c48&startSessionDate=2023-12-01&timeStamp=1704432902 HTTP/1.1" 200 152
INFO 2024-01-05 13:40:12,365 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8a3dfae886a1fa7da91eb8f90f7cb307&startSessionDate=2023-12-01&timeStamp=1704433201 HTTP/1.1" 200 152
INFO 2024-01-05 13:45:12,733 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=3b0011246182279ec6c43df8e2a6820a&startSessionDate=2023-12-01&timeStamp=1704433502 HTTP/1.1" 200 152
INFO 2024-01-05 13:50:12,576 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c03c71dedee05f340c5646f7f9634df8&startSessionDate=2023-12-01&timeStamp=1704433802 HTTP/1.1" 200 152
INFO 2024-01-05 13:55:13,084 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b0e0f71a1a5758c1747087572302bf0c&startSessionDate=2023-12-01&timeStamp=1704434102 HTTP/1.1" 200 152
INFO 2024-01-05 14:00:13,208 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=01ed028ae0c89c2813bed5b4b9b5e927&startSessionDate=2023-12-01&timeStamp=1704434402 HTTP/1.1" 200 152
INFO 2024-01-05 14:05:12,157 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bffc6be13db0b31855d0aa8d741b6bb4&startSessionDate=2023-12-01&timeStamp=1704434701 HTTP/1.1" 200 152
INFO 2024-01-05 14:10:13,282 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=2af6a8f4febd5e813f9654b93a918759&startSessionDate=2023-12-01&timeStamp=1704435002 HTTP/1.1" 200 152
INFO 2024-01-05 14:15:12,428 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c5729ffacbd3be253ff61975d143fa1d&startSessionDate=2023-12-01&timeStamp=1704435302 HTTP/1.1" 200 152
INFO 2024-01-05 14:15:50,528 basehttp 212 "POST /report/reportTicket HTTP/1.1" 200 75
INFO 2024-01-05 14:20:13,041 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a0a445e70978469b177a4a03a203eac2&startSessionDate=2023-12-01&timeStamp=1704435602 HTTP/1.1" 200 152
INFO 2024-01-05 14:25:12,334 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e4c32bf9b5b9fbeee7c83116a0f99669&startSessionDate=2023-12-01&timeStamp=1704435901 HTTP/1.1" 200 152
INFO 2024-01-05 14:30:12,669 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=1eb967031c0e1b1f3950ea793fb43fbb&startSessionDate=2023-12-01&timeStamp=1704436202 HTTP/1.1" 200 152
INFO 2024-01-05 14:32:46,342 basehttp 212 "POST /query/validError HTTP/1.1" 200 75
INFO 2024-01-05 14:35:12,951 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=80f1afb96f906ad537f9ca158ad38e32&startSessionDate=2023-12-01&timeStamp=1704436502 HTTP/1.1" 200 152
INFO 2024-01-05 14:40:12,956 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=1ab59e115761e3c2609e15b70c9d6f07&startSessionDate=2023-12-01&timeStamp=1704436802 HTTP/1.1" 200 152
INFO 2024-01-05 14:45:13,080 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=f8c002b7ac0e599417d3ad27c20cdebd&startSessionDate=2023-12-01&timeStamp=1704437102 HTTP/1.1" 200 152
INFO 2024-01-05 14:47:44,764 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 14:47:45,216 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 14:50:12,910 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=5bd88b0292a7166b8819832a555a02f9&startSessionDate=2023-12-01&timeStamp=1704437402 HTTP/1.1" 200 152
INFO 2024-01-05 14:54:53,149 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 14:54:53,628 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3029
INFO 2024-01-05 14:55:12,859 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e01b1c39285804fdc485fd50f243b6f8&startSessionDate=2023-12-01&timeStamp=1704437702 HTTP/1.1" 200 152
INFO 2024-01-05 14:56:45,728 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 15:00:13,062 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=9f719554d2a1db81490e6926f28e2bcf&startSessionDate=2023-12-01&timeStamp=1704438002 HTTP/1.1" 200 152
INFO 2024-01-05 15:05:12,460 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=efd366da0748eb576ee0a3f61be9a4d2&startSessionDate=2023-12-01&timeStamp=1704438302 HTTP/1.1" 200 152
INFO 2024-01-05 15:10:13,395 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b401ecf38dcaf7d167526fd87093beb6&startSessionDate=2023-12-01&timeStamp=1704438602 HTTP/1.1" 200 152
INFO 2024-01-05 15:15:12,828 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=a8565db84a24dad4bc7794ef64a483c7&startSessionDate=2023-12-01&timeStamp=1704438902 HTTP/1.1" 200 152
INFO 2024-01-05 15:20:12,469 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e445d6e1269038f6a308190309d98407&startSessionDate=2023-12-01&timeStamp=1704439201 HTTP/1.1" 200 152
INFO 2024-01-05 15:25:12,830 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=51664fe8bd8263707c1661ea0b8de5dd&startSessionDate=2023-12-01&timeStamp=1704439502 HTTP/1.1" 200 152
INFO 2024-01-05 15:30:12,747 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8584290d2ee500b5cedb44d2576957c6&startSessionDate=2023-12-01&timeStamp=1704439802 HTTP/1.1" 200 152
INFO 2024-01-05 15:35:12,909 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=34dfc524eed8520accdf99990c7f8c29&startSessionDate=2023-12-01&timeStamp=1704440102 HTTP/1.1" 200 152
INFO 2024-01-05 15:38:10,532 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 15:38:10,592 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 15:40:12,596 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=69aeccd11b546f263e6aeb8b9aed6be1&startSessionDate=2023-12-01&timeStamp=1704440402 HTTP/1.1" 200 152
INFO 2024-01-05 15:45:12,969 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e446f371026ee84c27187134157a2a9f&startSessionDate=2023-12-01&timeStamp=1704440702 HTTP/1.1" 200 152
INFO 2024-01-05 15:50:12,441 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=09021791f5021f1804fd8cea92892c92&startSessionDate=2023-12-01&timeStamp=1704441002 HTTP/1.1" 200 152
INFO 2024-01-05 15:55:12,507 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=bd7508f906b452c96b7484d26215de06&startSessionDate=2023-12-01&timeStamp=1704441302 HTTP/1.1" 200 152
INFO 2024-01-05 16:00:12,882 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=92db26597712891ec906f34638f92fda&startSessionDate=2023-12-01&timeStamp=1704441602 HTTP/1.1" 200 152
INFO 2024-01-05 16:05:13,102 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=00db238307c97f8e69c80539353325bb&startSessionDate=2023-12-01&timeStamp=1704441902 HTTP/1.1" 200 152
INFO 2024-01-05 16:10:13,040 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e838b9312d752e3cb6d55fa48cb46819&startSessionDate=2023-12-01&timeStamp=1704442202 HTTP/1.1" 200 152
INFO 2024-01-05 16:15:12,340 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=32416e26de38e61cd7bdefa231cb4448&startSessionDate=2023-12-01&timeStamp=1704442501 HTTP/1.1" 200 152
INFO 2024-01-05 16:20:13,055 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=b7923b5e645b977c1d8f6392a3bf8778&startSessionDate=2023-12-01&timeStamp=1704442802 HTTP/1.1" 200 152
INFO 2024-01-05 16:25:12,950 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=aea542205d64e292bfcd4407524ffdff&startSessionDate=2023-12-01&timeStamp=1704443102 HTTP/1.1" 200 152
INFO 2024-01-05 16:30:13,198 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c32a49f965d6a1e10acbaa64e9a45f18&startSessionDate=2023-12-01&timeStamp=1704443402 HTTP/1.1" 200 152
INFO 2024-01-05 16:35:12,745 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=57657843ac6ca762029a458769ff5c7a&startSessionDate=2023-12-01&timeStamp=1704443702 HTTP/1.1" 200 152
INFO 2024-01-05 16:35:13,812 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 16:40:12,521 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=235e4d345959fd20bc0cb1dc982f780e&startSessionDate=2023-12-01&timeStamp=1704444002 HTTP/1.1" 200 152
INFO 2024-01-05 16:45:12,800 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=d57c1adba54cd55f8cf1aae1fb82cb66&startSessionDate=2023-12-01&timeStamp=1704444302 HTTP/1.1" 200 152
INFO 2024-01-05 16:50:12,873 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=3bbb826c9dcd480f43c93a9d8f1a3403&startSessionDate=2023-12-01&timeStamp=1704444602 HTTP/1.1" 200 152
INFO 2024-01-05 16:55:12,775 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=0c62e88b19d3ee0f7e31e79d81a0d1de&startSessionDate=2023-12-01&timeStamp=1704444902 HTTP/1.1" 200 152
INFO 2024-01-05 17:00:13,296 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=915b20a3596f4f47358f1548d2ac8d6d&startSessionDate=2023-12-01&timeStamp=1704445202 HTTP/1.1" 200 152
INFO 2024-01-05 17:05:12,102 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e272a3aee5501fe1e10d7468fca36ce6&startSessionDate=2023-12-01&timeStamp=1704445501 HTTP/1.1" 200 152
INFO 2024-01-05 17:10:13,257 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=4afe9681fa4e8be7d849622c02409520&startSessionDate=2023-12-01&timeStamp=1704445802 HTTP/1.1" 200 152
INFO 2024-01-05 17:15:12,896 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=9a839e6de4c829f0639f8b1be6cd7477&startSessionDate=2023-12-01&timeStamp=1704446102 HTTP/1.1" 200 152
INFO 2024-01-05 17:20:13,256 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=0d1c20cf8fc5da7445ba0b3bad865fe1&startSessionDate=2023-12-01&timeStamp=1704446402 HTTP/1.1" 200 152
INFO 2024-01-05 17:25:12,445 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=685eff31f2ce2ef93dea730170da95fb&startSessionDate=2023-12-01&timeStamp=1704446702 HTTP/1.1" 200 152
INFO 2024-01-05 17:30:12,607 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=65cece368a82589ee4fec3e38a2317bb&startSessionDate=2023-12-01&timeStamp=1704447002 HTTP/1.1" 200 152
INFO 2024-01-05 17:35:12,398 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=409fc6d54656e8657a141d52b2f612b1&startSessionDate=2023-12-01&timeStamp=1704447302 HTTP/1.1" 200 152
INFO 2024-01-05 17:40:12,237 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=ebf2d7133896f0fc066cbc4b6fed5210&startSessionDate=2023-12-01&timeStamp=1704447601 HTTP/1.1" 200 152
INFO 2024-01-05 17:45:12,874 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=e051db22a1943e178a412d5dc827c55c&startSessionDate=2023-12-01&timeStamp=1704447902 HTTP/1.1" 200 152
INFO 2024-01-05 17:50:12,575 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=8bebc28d815459377384366685826ec4&startSessionDate=2023-12-01&timeStamp=1704448202 HTTP/1.1" 200 152
INFO 2024-01-05 17:50:28,476 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 17:50:28,820 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 17:50:28,848 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 17:55:12,867 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=0fa08b666c80ae0c43b807555c42b2ce&startSessionDate=2023-12-01&timeStamp=1704448502 HTTP/1.1" 200 152
INFO 2024-01-05 17:56:12,349 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 17:56:16,844 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 17:56:46,432 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 17:56:46,569 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 17:56:50,796 basehttp 212 "OPTIONS /api/start_mock?ip= HTTP/1.1" 200 0
ERROR 2024-01-05 17:56:51,009 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 267, in enable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 146, in db
'host': cinema_data.ip,
AttributeError: 'NoneType' object has no attribute 'ip'
ERROR 2024-01-05 17:56:51,012 basehttp 212 "POST /api/start_mock?ip= HTTP/1.1" 500 76579
INFO 2024-01-05 18:00:13,480 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=1a6a46d7c0b129622dc9e21cad9b0e1a&startSessionDate=2023-12-01&timeStamp=1704448803 HTTP/1.1" 200 152
INFO 2024-01-05 18:01:46,081 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:01:46,082 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:01:46,094 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_cinema_info HTTP/1.1" 200 317
INFO 2024-01-05 18:01:46,098 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:01:46,098 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:01:46,102 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=get_screen_info HTTP/1.1" 200 1613
INFO 2024-01-05 18:01:46,102 basehttp 212 "GET /api/get_response_json?ip=172.16.3.167&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:01:46,174 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.167 HTTP/1.1" 200 1124
INFO 2024-01-05 18:01:47,197 basehttp 212 "POST /api/start_mock?ip=172.16.3.167 HTTP/1.1" 200 21
INFO 2024-01-05 18:01:52,804 basehttp 212 "GET /api/end_mock?ip=172.16.3.167 HTTP/1.1" 200 21
INFO 2024-01-05 18:02:03,146 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:02:03,158 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:02:03,158 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:02:03,164 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:02:03,168 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:02:03,177 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:02:03,177 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:02:03,232 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:02:14,382 basehttp 212 "OPTIONS /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=1 HTTP/1.1" 200 0
INFO 2024-01-05 18:02:14,383 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=1 HTTP/1.1" 200 0
INFO 2024-01-05 18:02:14,576 basehttp 212 "GET /api/set_overtime_config?ip=172.16.3.112&show_id=258694&audit_status=1 HTTP/1.1" 200 17
INFO 2024-01-05 18:02:14,577 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_overtime_ticket_status&show=258694&type=0&status=1 HTTP/1.1" 200 281
INFO 2024-01-05 18:02:54,508 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:02:54,553 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:02:55,458 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 18:02:55,562 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:02:57,100 basehttp 212 "OPTIONS /api/start_mock?ip= HTTP/1.1" 200 0
ERROR 2024-01-05 18:02:57,226 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 267, in enable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 146, in db
'host': cinema_data.ip,
AttributeError: 'NoneType' object has no attribute 'ip'
ERROR 2024-01-05 18:02:57,228 basehttp 212 "POST /api/start_mock?ip= HTTP/1.1" 500 76626
INFO 2024-01-05 18:03:51,641 basehttp 212 "OPTIONS /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 0
INFO 2024-01-05 18:03:51,870 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:05:12,862 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=c3ec44863ac6f085a72f781248c93109&startSessionDate=2023-12-01&timeStamp=1704449102 HTTP/1.1" 200 152
INFO 2024-01-05 18:07:26,038 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:07:26,089 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:07:26,105 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:07:26,309 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:07:27,673 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,680 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,681 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,685 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,689 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,692 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,697 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,697 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 18:07:27,831 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:07:27,837 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:07:27,843 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:07:27,844 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:07:27,849 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:07:27,908 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:07:27,934 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:07:27,934 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:07:29,756 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 18:07:29,880 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:07:52,977 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:07:53,005 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:07:53,006 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:07:53,010 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:07:53,026 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:07:53,028 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:07:53,066 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:07:53,084 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:07:55,884 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:08:30,625 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:08:30,636 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:08:30,643 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:08:30,645 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:08:30,649 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:08:30,653 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:08:30,693 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:08:30,705 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:08:32,793 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:08:35,352 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:08:58,348 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:08:58,348 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:08:58,356 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:08:58,366 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:08:58,372 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:08:58,375 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:08:58,375 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:08:58,398 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:09:04,963 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:09:04,971 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:09:05,185 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:09:07,308 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:09:07,322 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:09:07,351 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:09:07,351 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:09:07,352 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:09:07,357 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:09:07,386 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:09:07,394 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:09:07,978 basehttp 212 "OPTIONS /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 0
INFO 2024-01-05 18:09:08,125 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:09:11,676 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:09:46,138 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:09:47,401 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.106 HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,406 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,410 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,411 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,416 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,417 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,454 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,468 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.106&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 18:09:47,558 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:09:47,560 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.106 HTTP/1.1" 200 184
INFO 2024-01-05 18:09:47,572 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=get_cinema_info HTTP/1.1" 200 261
INFO 2024-01-05 18:09:47,589 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:09:47,591 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:09:47,596 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=get_screen_info HTTP/1.1" 200 1732
INFO 2024-01-05 18:09:47,672 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:09:47,700 basehttp 212 "GET /api/get_response_json?ip=172.16.3.106&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:09:47,805 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:09:47,817 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:09:47,818 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:09:47,829 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:09:47,839 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:09:47,839 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:09:47,882 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:09:47,901 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:09:50,338 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:10:12,990 basehttp 212 "GET /data/getOvertimeTicketStatus?cinemaCode=14105121&endSessionDate=2023-12-01&filmCode=001103202022&overtimeType=1&sessionCode=0000000000261334&sign=998853428dead37f1727d83e83620c0b&startSessionDate=2023-12-01&timeStamp=1704449402 HTTP/1.1" 200 152
INFO 2024-01-05 18:10:15,969 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:10:15,983 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:10:16,226 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:10:24,900 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:10:24,911 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:10:24,915 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:10:24,932 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:10:24,935 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:10:24,937 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:10:24,972 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:10:24,993 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:10:26,300 basehttp 212 "OPTIONS /api/get_overtime_show?ip=172.16.3.107 HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,300 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=download_film_info HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,301 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=report_film_schedule HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,301 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=get_screen_info HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,301 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=get_cinema_info HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,301 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=report_ticket HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,342 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=upload_screen_seat_info HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,345 basehttp 212 "OPTIONS /api/get_response_json?ip=172.16.3.107&api=valid_error HTTP/1.1" 200 0
INFO 2024-01-05 18:10:26,416 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:10:26,417 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:10:26,455 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=report_film_schedule HTTP/1.1" 200 77
ERROR 2024-01-05 18:10:26,528 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 209, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 22, in mock
mock_data = get_cinema_info_tmp.get(cinema_obj)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_cinema_info_tmp.py", line 32, in get
'cinemaChainName': cinema_info_data['cinema_chain_name'],
KeyError: 'cinema_chain_name'
ERROR 2024-01-05 18:10:26,539 log 241 Internal Server Error: /api/get_response_json
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 209, in get_response
req = mock_service.mock(_ip, _api)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\utils\mock_service.py", line 25, in mock
mock_data = get_screen_info_tmp.get(cinema_obj)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\mock_templates\get_screen_info_tmp.py", line 28, in get
'isArt': False if hall['cinema_zz_hall_is_art'] == 0 else True,
KeyError: 'cinema_zz_hall_is_art'
ERROR 2024-01-05 18:10:26,543 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=get_cinema_info HTTP/1.1" 500 86071
ERROR 2024-01-05 18:10:26,545 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=get_screen_info HTTP/1.1" 500 87350
ERROR 2024-01-05 18:10:26,559 log 241 Internal Server Error: /api/get_overtime_show
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 183, in get_overtime_show
db_result = db(ip, FROM_REFUND_GET_SHOW_SQL)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 161, in db
result = db_cursor.execute(sql)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\cursors.py", line 153, in execute
result = self._query(query)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\cursors.py", line 322, in _query
conn.query(q)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\connections.py", line 558, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\connections.py", line 822, in _read_query_result
result.read()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\connections.py", line 1200, in read
first_packet = self.connection._read_packet()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\connections.py", line 772, in _read_packet
packet.raise_for_error()
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\pymysql\err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1054, "Unknown column 'crod.refund_status' in 'where clause'")
INFO 2024-01-05 18:10:26,562 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:10:26,562 basehttp 212 "GET /api/get_response_json?ip=172.16.3.107&api=upload_screen_seat_info HTTP/1.1" 200 77
ERROR 2024-01-05 18:10:26,564 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.107 HTTP/1.1" 500 109045
INFO 2024-01-05 18:10:27,070 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:10:34,227 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:10:40,818 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:10:42,257 basehttp 212 "OPTIONS /api/start_mock?ip=172.16.3.107 HTTP/1.1" 200 0
ERROR 2024-01-05 18:10:42,757 log 241 Internal Server Error: /api/start_mock
Traceback (most recent call last):
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\venv\lib\site-packages\django\views\decorators\csrf.py", line 56, in wrapper_view
return view_func(*args, **kwargs)
File "D:\Code\Work\Python\dingxin_toolbox_drf\mock\views.py", line 267, in enable_mock
current_host = db(ip, GET_ZZ_PLATFORM_HOST_SQL)['data'][0]['cinema_common_info_val']
IndexError: tuple index out of range
ERROR 2024-01-05 18:10:42,760 basehttp 212 "POST /api/start_mock?ip=172.16.3.107 HTTP/1.1" 500 78206
INFO 2024-01-05 18:11:17,399 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:11:51,404 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:11:51,415 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:11:51,488 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:11:54,825 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:12:22,160 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:12:22,170 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:12:22,174 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:12:22,179 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:12:22,186 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:12:22,195 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:12:22,224 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:12:22,241 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:12:25,074 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:12:28,562 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:17:09,799 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:17:22,520 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:17:22,565 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:17:22,625 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:17:22,632 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:17:22,645 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:17:22,651 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:17:22,670 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:17:22,670 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:17:23,338 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:17:25,344 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:18:55,677 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:18:55,699 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:18:55,720 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:18:55,896 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:19:05,050 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:19:05,051 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:19:05,055 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:19:05,065 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:19:05,067 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:19:05,068 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:19:05,127 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:19:05,145 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:19:10,566 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:19:11,949 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:19:17,837 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:19:20,409 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:19:21,457 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:19:43,575 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_ticket HTTP/1.1" 200 75
INFO 2024-01-05 18:19:43,576 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=download_film_info HTTP/1.1" 200 439
INFO 2024-01-05 18:19:43,578 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=report_film_schedule HTTP/1.1" 200 77
INFO 2024-01-05 18:19:43,598 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_cinema_info HTTP/1.1" 200 402
INFO 2024-01-05 18:19:43,599 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=get_screen_info HTTP/1.1" 200 1020
INFO 2024-01-05 18:19:43,606 basehttp 212 "GET /api/get_overtime_show?ip=172.16.3.112 HTTP/1.1" 200 5187
INFO 2024-01-05 18:19:43,656 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=upload_screen_seat_info HTTP/1.1" 200 77
INFO 2024-01-05 18:19:43,656 basehttp 212 "GET /api/get_response_json?ip=172.16.3.112&api=valid_error HTTP/1.1" 200 75
INFO 2024-01-05 18:19:45,781 basehttp 212 "POST /api/start_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:20:12,087 basehttp 212 "GET /api/end_mock?ip=172.16.3.112 HTTP/1.1" 200 21
INFO 2024-01-05 18:23:01,618 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-05 18:23:05,387 basehttp 212 "GET /update/cinema/refresh/?ordering=ip HTTP/1.1" 200 3033
INFO 2024-01-07 09:04:40,961 autoreload 668 Watching for file changes with StatReloader