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

list index out of range | spider.py@97 #82

Closed
xzl2021 opened this issue Oct 11, 2017 · 1 comment
Closed

list index out of range | spider.py@97 #82

xzl2021 opened this issue Oct 11, 2017 · 1 comment

Comments

@xzl2021
Copy link

xzl2021 commented Oct 11, 2017

I have some problems. Is it same with #63 or #47 ?

[*] 2017-10-11 22:40 - fetching today's eBooks
[*] configuration file: /root/packtpub-crawler/config/prod.cfg
[*] getting daily free eBook
[*] fetching url... 200 | https://www.packtpub.com/packt/offers/free-learning
[*] fetching url... 200 | https://www.packtpub.com//packt/offers/free-learning?login=1
[-] <type 'exceptions.IndexError'> list index out of range | spider.py@97
Traceback (most recent call last):
  File "script/spider.py", line 97, in main
    packtpub.runDaily()
  File "/root/packtpub-crawler/script/packtpub.py", line 161, in runDaily
    self.__parseDailyBookInfo(soup)
  File "/root/packtpub-crawler/script/packtpub.py", line 93, in __parseDailyBookInfo
    self.info['url_claim'] = self.__url_base + div_target.select('a.twelve-days-claim')[0]['href']
IndexError: list index out of range
[*] no free eBook from newsletter right now
[*] done

@niqdev
Copy link
Owner

niqdev commented Oct 11, 2017

Thanks, is a duplicate of #70

@niqdev niqdev closed this as completed Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants