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

Remixjobs crawler failing #8

Closed
buxx opened this issue Jul 27, 2016 · 1 comment
Closed

Remixjobs crawler failing #8

buxx opened this issue Jul 27, 2016 · 1 comment

Comments

@buxx
Copy link
Collaborator

buxx commented Jul 27, 2016

Error in log when run pyjobs_web crawl command:

23:01:57,931 ERROR [scrapy.core.scraper] Spider error processing <GET https://remixjobs.com/emploi/DevOps-H-F-/36875> (referer: https://remixjobs.com/rss/python)
Traceback (most recent call last):
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/scrapy/utils/defer.py", line 102, in iter_errback
    yield next(it)
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/scrapy/spidermiddlewares/offsite.py", line 28, in process_spider_output
    for x in result:
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/scrapy/spidermiddlewares/referer.py", line 22, in <genexpr>
    return (_set_referer(r) for r in result or ())
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/scrapy/spidermiddlewares/urllength.py", line 37, in <genexpr>
    return (r for r in result or () if _filter(r))
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/scrapy/spidermiddlewares/depth.py", line 54, in <genexpr>
    return (r for r in result or () if _filter(r))
  File "/srv/www/pyjobs.fr/venv2.7/local/lib/python2.7/site-packages/pyjobs_crawlers/spiders/remixjobs.py", line 69, in parse_job_page
    job_infos = job_node.css('ul.job-infos')[0]
IndexError: list index out of range
@lebouquetin
Copy link
Collaborator

fixed

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

2 participants