-
Notifications
You must be signed in to change notification settings - Fork 0
/
request.log
280 lines (280 loc) · 18.9 KB
/
request.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
2015-08-05 09:47:06,450 [Thread-2:21264] [django.request:256] [ERROR]- Internal Server Error: /hello/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 18, in hello
t=get_template(main.html)
AttributeError: 'function' object has no attribute 'html'
2015-08-05 09:47:23,023 [Thread-2:1776] [django.request:256] [ERROR]- Internal Server Error: /hello/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 20, in hello
return HttpResponse("不要着急,该功能正在开发ing<br>:-)<br>"+t)
TypeError: cannot concatenate 'str' and 'Template' objects
2015-08-05 09:47:41,628 [Thread-3:18368] [django.request:256] [ERROR]- Internal Server Error: /hello/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 20, in hello
return HttpResponse("不要着急,该功能正在开发ing<br>:-)<br>"+t)
TypeError: cannot concatenate 'str' and 'Template' objects
2015-08-05 09:48:04,483 [Thread-2:14552] [django.request:256] [ERROR]- Internal Server Error: /hello/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 19, in hello
return HttpResponse("不要着急,该功能正在开发ing<br>:-)<br>"+t)
TypeError: cannot concatenate 'str' and 'Template' objects
2015-08-13 13:00:22,398 [Thread-9:10400] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-13 13:00:22,415 [Thread-10:11152] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-18 17:21:10,601 [Thread-4:9856] [django.request:256] [ERROR]- Internal Server Error: /admin/login/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 164, in get_response
response = response.render()
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 158, in render
self.content = self.rendered_content
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 133, in rendered_content
template = self._resolve_template(self.template_name)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 88, in _resolve_template
new_template = self.resolve_template(template)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 80, in resolve_template
return loader.get_template(template, using=self.using)
File "D:\Program Files\Python27\lib\site-packages\django\template\loader.py", line 46, in get_template
raise TemplateDoesNotExist(template_name)
TemplateDoesNotExist: admin/login.html
2015-08-18 17:21:11,369 [Thread-5:7372] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-18 17:21:11,388 [Thread-6:1804] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-19 16:18:17,665 [Thread-3:14932] [django.request:256] [ERROR]- Internal Server Error: /admin/login/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 164, in get_response
response = response.render()
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 158, in render
self.content = self.rendered_content
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 133, in rendered_content
template = self._resolve_template(self.template_name)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 88, in _resolve_template
new_template = self.resolve_template(template)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 80, in resolve_template
return loader.get_template(template, using=self.using)
File "D:\Program Files\Python27\lib\site-packages\django\template\loader.py", line 46, in get_template
raise TemplateDoesNotExist(template_name)
TemplateDoesNotExist: admin/login.html
2015-08-19 16:18:17,838 [Thread-4:4700] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-19 16:18:17,934 [Thread-5:8664] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-19 16:21:57,539 [Thread-8:7396] [django.request:256] [ERROR]- Internal Server Error: /admin/login/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 164, in get_response
response = response.render()
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 158, in render
self.content = self.rendered_content
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 133, in rendered_content
template = self._resolve_template(self.template_name)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 88, in _resolve_template
new_template = self.resolve_template(template)
File "D:\Program Files\Python27\lib\site-packages\django\template\response.py", line 80, in resolve_template
return loader.get_template(template, using=self.using)
File "D:\Program Files\Python27\lib\site-packages\django\template\loader.py", line 46, in get_template
raise TemplateDoesNotExist(template_name)
TemplateDoesNotExist: admin/login.html
2015-08-19 16:23:33,295 [Thread-19:15180] [django.request:170] [WARNING]- Not Found: /
2015-08-28 11:06:45,740 [Thread-20:14176] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-08-28 11:06:45,924 [Thread-21:17448] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-09-01 13:45:01,609 [Thread-6:12888] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:45:02,052 [Thread-7:11636] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-09-01 13:45:05,802 [Thread-8:864] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:45:17,525 [Thread-17:12200] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:45:17,861 [Thread-18:7108] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-09-01 13:45:17,868 [Thread-19:13520] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-09-01 13:45:28,066 [Thread-20:11712] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:46:30,275 [Thread-23:12176] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:46:36,556 [Thread-24:5748] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:46:50,440 [Thread-27:14416] [django.request:256] [ERROR]- Internal Server Error: /main/log_out.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 81, in log_out
print errors
IOError: [Errno 22] Invalid argument
2015-09-01 13:51:33,138 [Thread-32:12400] [django.request:256] [ERROR]- Internal Server Error: /main/one_authentication.html
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 19, in hello
print t
IOError: [Errno 22] Invalid argument
2015-10-29 14:22:12,582 [Thread-10:7052] [django.request:170] [WARNING]- Not Found: /search
2015-10-29 14:22:13,194 [Thread-11:7384] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-10-29 14:22:13,207 [Thread-12:6884] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-12-29 10:48:43,818 [Thread-2:15156] [django.request:170] [WARNING]- Not Found: /
2015-12-29 10:48:44,082 [Thread-3:4916] [django.request:170] [WARNING]- Not Found: /favicon.ico
2015-12-29 10:48:44,086 [Thread-4:4864] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-06 13:41:18,650 [Thread-4:12684] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-06 13:41:18,667 [Thread-5:12716] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-27 15:47:35,943 [Thread-9:29196] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-27 15:47:35,996 [Thread-10:29528] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-28 10:56:43,398 [Thread-16:33420] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >
2016-01-28 10:56:44,032 [Thread-17:35068] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-28 10:56:44,036 [Thread-18:34748] [django.request:170] [WARNING]- Not Found: /favicon.ico
2016-01-28 10:57:37,345 [Thread-4:33252] [django.request:170] [WARNING]- Not Found: /
2016-01-28 10:57:39,891 [Thread-2:27928] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >
2016-01-28 10:57:55,404 [Thread-3:31048] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >
2016-01-28 10:58:16,576 [Thread-5:33708] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >
2016-01-28 11:00:23,424 [Thread-2:25808] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >
2016-01-28 11:04:00,154 [Thread-3:35864] [django.request:256] [ERROR]- Internal Server Error: /main/
Traceback (most recent call last):
File "D:\Program Files\Python27\lib\site-packages\django\core\handlers\base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "E:\eclipse_workspace\testdj\webapp\views.py", line 25, in main
pic_url0,pic_url = py.download_bing.download_bing()
File "E:\eclipse_workspace\testdj\py\download_bing.py", line 11, in download_bing
djson = json.loads(urllib2.urlopen(url).read())
File "D:\Program Files\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "D:\Program Files\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "D:\Program Files\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "D:\Program Files\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "D:\Program Files\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "D:\Program Files\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10060] >