Getting Error caught on signal handler: <bound method ? on Yield
Posted over 6 years ago by Skirmish Abdullah
Post a topicPeople who like this
Delete Comment
This post will be deleted permanently. Are you sure?
Code Snippet
Html
Html
Css
JavaScript
Sass
Xml
Ruby
PHP
Java
C#
C++
ObjectiveC
Perl
Python
VB
SQL
Generic Language
I have a scrapy script that works locally, but when I deploy it to Scrapinghub, it's giving all errors. Upon debugging, the error is coming from Yielding the item.
This is the error I get.
It doesn't specify the field with issues, but by process of elimination, I came to realize it's this part of the code:
I cleared some parts up to make it easier to tackle, but basically this part is the issue. Something it doesn't like about the item media.
I'm beginner in both Python and Scrapy. So sorry if this turns out to be silly basic Python mistake.
0 Votes
1 Comments
thriveni posted over 6 years ago Admin
Hi,
I see that the recent jobs do not have the errors. It would be great if you can share the solution that you put in place as it would help other users facing similar issue.
0 Votes
Login to post a comment