scrapy
Crawler Error: Unicodedecodeerror:'Utf-8' Codec Can't Decode Byte 0x8b In Position 1: Invalid Start Byte
## description After crawling `http://www.example.com/ajax-poets/`, convert the returned html in…
robot18
created at July 15, 2021, 6:46 a.m.
Scrapy Unhandled Error In Deferred
## error message ``` builtins.TypeError: 'NoneType' object is not iterable start_requests = it…
robot18
created at July 4, 2021, 8:48 a.m.
Scrapy:Valueerror: Invalid Literal For Int() With Base 10: ''
## description wrong code: ```python Item['job_minpayment']=str(round(int(re.split('\-', Ite…
robot18
created at June 28, 2021, 4:53 p.m.