Discuss / Python / 各位大神 这是什么问题

各位大神 这是什么问题

Topic source

月渐殇

#1 Created at ... [Delete] [Delete and Lock User]

ERROR:aiohttp.server:Error handling request Traceback (most recent call last): File "D:\Program Files (x86)\Python36\lib\site-packages\aiohttp-1.3.3-py3.6-win32.egg\aiohttp\web_server.py", line 62, in handle_request resp = yield from self._handler(request) File "D:\Program Files (x86)\Python36\lib\site-packages\aiohttp-1.3.3-py3.6-win32.egg\aiohttp\web.py", line 269, in _handle handler = yield from factory(app, handler) File "C:\Users\XPS\Desktop\python\mywebsite\www\app.py", line 97, in response_factory return response NameError: name 'response' is not defined INFO:aiohttp.access:127.0.0.1 - - [11/Mar/2017:05:29:02 +0000] "GET / HTTP/1.1" 500 141 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" ERROR:aiohttp.server:Error handling request Traceback (most recent call last): File "D:\Program Files (x86)\Python36\lib\site-packages\aiohttp-1.3.3-py3.6-win32.egg\aiohttp\web_server.py", line 62, in handle_request resp = yield from self._handler(request) File "D:\Program Files (x86)\Python36\lib\site-packages\aiohttp-1.3.3-py3.6-win32.egg\aiohttp\web.py", line 269, in _handle handler = yield from factory(app, handler) File "C:\Users\XPS\Desktop\python\mywebsite\www\app.py", line 97, in response_factory return response NameError: name 'response' is not defined INFO:aiohttp.access:127.0.0.1 - - [11/Mar/2017:05:29:02 +0000] "GET /favicon.ico HTTP/1.1" 500 141 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"


  • 1

Reply