Skip to content
Advertisement

Scrapy can’t find items

I am currently still learning Scrapy and trying to work with pipelines and ItemLoader.

However, I currently have the problem that the spider shows that Item.py does not exist. What exactly am I doing wrong and why am I not getting any data from the spider into my pipeline?

Running the Spider without importing the items works fine. The Pipeline is also activated in settings.py.

My Error Log is the following:

JavaScript

My Spider looks like that:

JavaScript

items.py:

JavaScript

and last but not least my pipeline:

JavaScript

Edit:

JavaScript

Advertisement

Answer

Its work from me. Please follow this.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement