1 Star 0 Fork 0

jc/gmws

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
all-2020-09-25.log 18.09 KB
一键复制 编辑 原始数据 按行查看 历史
jc 提交于 2020-10-13 21:57 . update debug
[2020-09-25 10:15:53,968] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:26:48,361] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:26:50,041] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:26:58,024] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:26:59,679] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:27:16,222] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6393
[2020-09-25 10:27:52,035] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:27:53,690] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:28:04,893] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:28:06,586] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:28:07,606] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6393
[2020-09-25 10:29:03,826] [log.py:224] [log:log_response] [ERROR]- Internal Server Error: /manage/profile/
Traceback (most recent call last):
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 470, in parse
compile_func = self.tags[command]
KeyError: 'nickname'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\python\program\python38\lib\site-packages\django\core\handlers\exception.py", line 47, in inner
response = get_response(request)
File "D:\python\program\python38\lib\site-packages\django\core\handlers\base.py", line 179, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\python\program\python38\lib\site-packages\django\views\generic\base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "D:\python\program\python38\lib\site-packages\django\views\generic\base.py", line 98, in dispatch
return handler(request, *args, **kwargs)
File "D:\python\django\project\gmws\apps\manage\views\profile.py", line 36, in get
return render(request, self.template_name, args)
File "D:\python\program\python38\lib\site-packages\django\shortcuts.py", line 19, in render
content = loader.render_to_string(template_name, context, request, using=using)
File "D:\python\program\python38\lib\site-packages\django\template\loader.py", line 61, in render_to_string
template = get_template(template_name, using=using)
File "D:\python\program\python38\lib\site-packages\django\template\loader.py", line 15, in get_template
return engine.get_template(template_name)
File "D:\python\program\python38\lib\site-packages\django\template\backends\django.py", line 34, in get_template
return Template(self.engine.get_template(template_name), self)
File "D:\python\program\python38\lib\site-packages\django\template\engine.py", line 143, in get_template
template, origin = self.find_template(template_name)
File "D:\python\program\python38\lib\site-packages\django\template\engine.py", line 125, in find_template
template = loader.get_template(name, skip=skip)
File "D:\python\program\python38\lib\site-packages\django\template\loaders\base.py", line 29, in get_template
return Template(
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 155, in __init__
self.nodelist = self.compile_nodelist()
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 193, in compile_nodelist
return parser.parse()
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 478, in parse
raise self.error(token, e)
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 476, in parse
compiled_result = compile_func(self, token)
File "D:\python\program\python38\lib\site-packages\django\template\loader_tags.py", line 270, in do_extends
nodelist = parser.parse()
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 478, in parse
raise self.error(token, e)
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 476, in parse
compiled_result = compile_func(self, token)
File "D:\python\program\python38\lib\site-packages\django\template\loader_tags.py", line 213, in do_block
nodelist = parser.parse(('endblock',))
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 472, in parse
self.invalid_block_tag(token, command, parse_until)
File "D:\python\program\python38\lib\site-packages\django\template\base.py", line 522, in invalid_block_tag
raise self.error(
django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 12: 'nickname', expected 'endblock'. Did you forget to register or load this tag?
[2020-09-25 10:29:03,830] [basehttp.py:157] [basehttp:log_message] [ERROR]- "GET /manage/profile/ HTTP/1.1" 500 177788
[2020-09-25 10:29:39,542] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6408
[2020-09-25 10:29:42,085] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 10:29:42,086] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 10:30:26,357] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6449
[2020-09-25 10:30:38,091] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6449
[2020-09-25 10:30:54,767] [basehttp.py:157] [basehttp:log_message] [INFO]- "POST /manage/profile/ HTTP/1.1" 302 0
[2020-09-25 10:30:54,788] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6456
[2020-09-25 10:33:01,020] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6456
[2020-09-25 10:33:17,632] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:33:19,316] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:33:19,801] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6461
[2020-09-25 10:37:44,974] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:37:46,681] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:38:27,962] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:38:29,651] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:38:36,579] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:38:38,255] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:38:40,870] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:38:42,615] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:42:07,331] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:42:09,092] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:43:19,564] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:43:21,345] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:43:46,344] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:43:48,090] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:43:52,806] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:43:54,572] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:44:11,241] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:44:13,034] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:44:16,762] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:44:18,538] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:44:21,777] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6461
[2020-09-25 10:44:23,205] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 10:44:23,206] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 10:45:21,721] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6628
[2020-09-25 10:48:37,513] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6699
[2020-09-25 10:49:51,141] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6525
[2020-09-25 10:51:16,660] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:51:18,304] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:51:31,644] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:51:33,307] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:51:48,841] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:51:50,485] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:51:55,216] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:51:56,846] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:53:48,968] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6463
[2020-09-25 10:53:50,750] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 10:53:50,751] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 10:54:04,984] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:54:06,637] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 10:54:41,389] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 10:54:43,043] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 11:19:00,821] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 11:19:02,463] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 11:20:32,863] [basehttp.py:157] [basehttp:log_message] [INFO]- "POST /manage/profile/ HTTP/1.1" 302 0
[2020-09-25 11:20:32,922] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6503
[2020-09-25 14:52:03,576] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
[2020-09-25 14:52:05,410] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 14:58:07,651] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6704
[2020-09-25 14:58:33,263] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6645
[2020-09-25 15:00:21,877] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6645
[2020-09-25 15:00:24,686] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6645
[2020-09-25 15:00:26,028] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 15:00:26,028] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 15:00:34,077] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6645
[2020-09-25 15:00:50,452] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6621
[2020-09-25 15:01:12,333] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6645
[2020-09-25 15:01:22,884] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6613
[2020-09-25 15:01:23,570] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 15:01:23,570] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 15:01:31,423] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6613
[2020-09-25 15:01:52,235] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6608
[2020-09-25 15:01:54,349] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6608
[2020-09-25 15:02:21,908] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6608
[2020-09-25 15:02:23,228] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 15:02:23,228] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 15:02:32,235] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6608
[2020-09-25 15:03:09,037] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6615
[2020-09-25 15:03:15,726] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6615
[2020-09-25 15:03:33,821] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6615
[2020-09-25 15:03:35,022] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 15:03:35,022] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 15:51:56,053] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 11192
[2020-09-25 15:53:21,403] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 11073
[2020-09-25 15:56:22,444] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 11073
[2020-09-25 15:56:29,937] [basehttp.py:157] [basehttp:log_message] [INFO]- "POST /manage/profile/ HTTP/1.1" 302 0
[2020-09-25 15:56:29,963] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 11073
[2020-09-25 15:57:24,262] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 10983
[2020-09-25 15:57:25,516] [log.py:224] [log:log_response] [WARNING]- Not Found: /favicon.ico
[2020-09-25 15:57:25,517] [basehttp.py:157] [basehttp:log_message] [WARNING]- "GET /favicon.ico HTTP/1.1" 404 2082
[2020-09-25 18:52:54,192] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6615
[2020-09-25 18:54:16,671] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\urls.py changed, reloading.
[2020-09-25 18:54:18,376] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 18:54:33,919] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\urls.py changed, reloading.
[2020-09-25 18:54:35,627] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 18:58:16,568] [autoreload.py:612] [autoreload:run_with_reloader] [INFO]- Watching for file changes with StatReloader
[2020-09-25 18:58:20,152] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6676
[2020-09-25 18:58:24,791] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/password/ HTTP/1.1" 200 5834
[2020-09-25 18:59:10,041] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6676
[2020-09-25 19:00:19,184] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/password/ HTTP/1.1" 200 5834
[2020-09-26 17:13:40,497] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/password/ HTTP/1.1" 200 5834
[2020-09-26 17:14:09,932] [basehttp.py:157] [basehttp:log_message] [INFO]- "GET /manage/profile/ HTTP/1.1" 200 6676
[2020-09-26 17:14:58,615] [autoreload.py:236] [autoreload:trigger_reload] [INFO]- D:\python\django\project\gmws\apps\manage\views\profile.py changed, reloading.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/junchow/gmws.git
git@gitee.com:junchow/gmws.git
junchow
gmws
gmws
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385