【解决】scrapyd启动job时报错:exceptions.TypeError: __init__() got an unexpected keyword argument '_job'

清泛原创

进入项目spiders目录, 修改 spider.py 文件(你自己的spider的主文件):

def __init__(self):
改为:
def __init__(self, *args, **kwargs):
最后不要忘了重新部署一下:
scrapyd-deploy xxx

参考:https://github.com/scrapy/scrapyd/issues/78

分享到:
评论加载中,请稍后...
创APP如搭积木 - 创意无限,梦想即时!
回到顶部