No recent searches
Popular Articles
Sorry! nothing found for
Posted almost 4 years ago by Daniel García
Hi everybody.
I developed my spider and I use Python dataclasses (as documentation says: https://docs.scrapy.org/en/latest/topics/items.html#dataclass-items). In my local PC it works fine, but when I deployed to Cloud it fails and raises me this message:
"[sh_scrapy.extension] Wrong item type: [DATACLASS NAME] ...."
I use latest stack of Scrapy and I don't what I'm doing wrong. My scrapinghub.yml file :
project: XXXXXXstack: scrapy:2.4-latestrequirements: file: requirements.txt
0 Votes
0 Comments
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
Hi everybody.
I developed my spider and I use Python dataclasses (as documentation says: https://docs.scrapy.org/en/latest/topics/items.html#dataclass-items). In my local PC it works fine, but when I deployed to Cloud it fails and raises me this message:
"[sh_scrapy.extension] Wrong item type: [DATACLASS NAME] ...."
I use latest stack of Scrapy and I don't what I'm doing wrong. My scrapinghub.yml file :
0 Votes
0 Comments
Login to post a comment