Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I was trying to compare spider result on scrapyinghub and failed #231

Open
Kiollpt opened this issue Nov 21, 2019 · 2 comments
Open

I was trying to compare spider result on scrapyinghub and failed #231

Kiollpt opened this issue Nov 21, 2019 · 2 comments

Comments

@Kiollpt
Copy link

Kiollpt commented Nov 21, 2019

I got two problems:

1 . Get SpidermonHistory Validation/Expected number of items extracted... ERROR.
( already config STATS_CLASS on hub)

spider = self.data["spider"]
print(spider.stats_history)
  1. I try to use job object to filter item. It should have worked but return 400 Client Error: Bad Request for url
    job_obj = self.data.job
    filters = [("domain","=",["abc.com"])]
    result = job_obj.items.list(filter=filters)

How can I fix it ?

@Kiollpt
Copy link
Author

Kiollpt commented Nov 22, 2019

[update]
About first, I always get deque([], maxlen=10)

1 similar comment
@Kiollpt
Copy link
Author

Kiollpt commented Nov 22, 2019

[update]
About first, I always get deque([], maxlen=10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant