-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmylog.l-og
216 lines (211 loc) · 11.8 KB
/
mylog.l-og
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
Thu, 16 Aug 2018 16:40:42 connectionpool.py[line:824] DEBUG Starting new HTTPS connection (1): hupai.pro
Thu, 16 Aug 2018 16:40:43 connectionpool.py[line:396] DEBUG https://hupai.pro:443 "GET /api/bid/get_guopaiurl/?format=json&type=identify_code&debug=True&version=6.3%20%20%20%20%20%20%20%20&identify_code=12345678&diskid=dca984ffb6ff32225862a03946345c2c073097c1 HTTP/1.1" 200 None
Thu, 16 Aug 2018 16:40:43 connectionpool.py[line:208] DEBUG Starting new HTTP connection (1): ip.taobao.com
Thu, 16 Aug 2018 16:40:43 connectionpool.py[line:824] DEBUG Starting new HTTPS connection (1): hupai.pro
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 245, in cut
imgn[i] = cv2.resize(imgn[i], (8, 8))
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 245, in cut
imgn[i] = cv2.resize(imgn[i], (8, 8))
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
Thu, 16 Aug 2018 16:40:44 connectionpool.py[line:396] DEBUG https://hupai.pro:443 "GET /api/bid/get_remotetime HTTP/1.1" 301 0
Thu, 16 Aug 2018 16:40:44 connectionpool.py[line:396] DEBUG https://hupai.pro:443 "GET /api/bid/get_remotetime/ HTTP/1.1" 200 33
Thu, 16 Aug 2018 16:40:43 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:43 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 245, in cut
imgn[i] = cv2.resize(imgn[i], (8, 8))
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 245, in cut
imgn[i] = cv2.resize(imgn[i], (8, 8))
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 245, in cut
imgn[i] = cv2.resize(imgn[i], (8, 8))
cv2.error: OpenCV(3.4.2) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:44 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:176] ERROR 识别价格失败
Thu, 16 Aug 2018 16:40:45 app_thread.py[line:177] ERROR this is an exception message
Traceback (most recent call last):
File "E:\hupai\component\app_thread.py", line 156, in read_lowest_price
str_price = Price_read()
File "E:\hupai\component\imgcut.py", line 440, in Price_read
price = readpic(lowest_price_img)
File "E:\hupai\component\read_pic.py", line 267, in readpic
testData = cut(img)
File "E:\hupai\component\read_pic.py", line 99, in cut
diff = xy[-1][2] # 最后一个 图像块
IndexError: list index out of range
Thu, 16 Aug 2018 16:40:47 connectionpool.py[line:396] DEBUG http://ip.taobao.com:80 "GET /service/getIpInfo.php?ip=101.87.221.217 HTTP/1.1" 502 None