Júlio César Batista

Results 7 issues of Júlio César Batista

### Description Binary (file) responses are identified as `TextResponse` instead of a plain `Response` in `spider.parse`. ### Steps to Reproduce From this URL https://www.ecb.europa.eu/press/pr/date/2004/html/pr040702.en.html We can get this link https://www.ecb.europa.eu/pub/redirect/pub_5874_en.html...

bug

Currently the notifications we receive in Slack are quite simple, without much information. For example: ``` *somesite spider finished with errors!* / view job in Scrapy Cloud _(errors=7)_ • _Job...

Type: Enhancement
Status: Available
Priority: Low

I created a Periodic Monitor to send emails if a given condition fails. However, email action fails as it reads the stat `finish_time`, but it is not set at the...

Type: Bug
needs-help

Currently, to send _SES_ emails, we need to set `SPIDERMON_AWS_ACCESS_KEY_ID` and the other configs for that. Though, it may be the case of a single user configured in scrapy for...

Status: In Progress

In some cases it is common to have fallback selectors for certain fields. This way, we end up writing a piece of code like ``` loader = MyLoader(response=response) loader.add_css('my_field', 'selector1')...

enhancement

Hm, that's an interesting workaround. It means that user can't create `Product(name='Plasma Tv', price=999.98)` manually. I'm not sure I understand all consequences. It seems we don't test `init=False` dataclasses in...

bug
enhancement

Dear @RWalecki, I have a doubt about the FERA 2015 dataset. I loaded the `fera2015.npz` in my local machine and it only contains 14052 samples. Is this only a subset...