Wildog / douban-exporter

An online service to export 豆瓣 (douban) data to Excel files.
200 stars 38 forks source link

Always `GET_LIST_ERROR` #9

Open asfork opened 6 years ago

asfork commented 6 years ago

Excel aways is empty. There are several exceptions GET_LIST_ERROR when checking exporter log file. Object soup is mess as debuging with Pycharm.

screen shot 2018-05-12 at 21 21 00
2018-05-12 19:47:13,052  * Running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
2018-05-12 19:47:55,990 [NEW TASK] request from 127.0.0.1, emitvoice, movie
2018-05-12 19:47:55,993 127.0.0.1 - - [12/May/2018 19:47:55] "GET /addTask?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&subtypes=0_0_1_0_0_1_0_0_1_&_=1526125644692 HTTP/1.1" 200 -
2018-05-12 19:47:56,003 [NEW PROCESS ADDED, pid: 60256]
2018-05-12 19:47:57,004 127.0.0.1 - - [12/May/2018 19:47:57] "GET /getState?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&_=1526125644693 HTTP/1.1" 200 -
2018-05-12 19:47:58,012 127.0.0.1 - - [12/May/2018 19:47:58] "GET /getState?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&_=1526125644694 HTTP/1.1" 200 -
2018-05-12 19:47:58,028 Some characters could not be decoded, and were replaced with REPLACEMENT CHARACTER.
2018-05-12 19:47:58,030 [GET_LIST_ERROR] emitvoice, /do, movie, 0 : 'NoneType' object has no attribute 'string'
2018-05-12 19:47:59,019 127.0.0.1 - - [12/May/2018 19:47:59] "GET /getState?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&_=1526125644695 HTTP/1.1" 200 -
2018-05-12 19:47:59,050 all 0/do movie tasks done for emitvoice
2018-05-12 19:48:00,027 127.0.0.1 - - [12/May/2018 19:48:00] "GET /getState?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&_=1526125644696 HTTP/1.1" 200 -
2018-05-12 19:48:00,949 Some characters could not be decoded, and were replaced with REPLACEMENT CHARACTER.
2018-05-12 19:48:00,950 [GET_LIST_ERROR] emitvoice, /do, movie, 15 : 'NoneType' object has no attribute 'string'
2018-05-12 19:48:01,034 127.0.0.1 - - [12/May/2018 19:48:01] "GET /getState?callback=jQuery31108860862545744268_1526125644691&username=emitvoice&category=movie&_=1526125644697 HTTP/1.1" 200 -
2018-05-12 19:48:01,491 Some characters could not be decoded, and were replaced with REPLACEMENT CHARACTER.
pubb commented 6 years ago

the same here since success in March. and then exporter.py would be "\<defunct>"

wydwww commented 6 years ago

Same issue. After deleting this line, everything worked fine.

@Wildog Could you please verify this fix? Thanks