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

context extractor crash #95

Open
wo opened this issue Sep 19, 2016 · 0 comments
Open

context extractor crash #95

wo opened this issue Sep 19, 2016 · 0 comments

Comments

@wo
Copy link
Owner

wo commented Sep 19, 2016

2016-09-18 16:41:50 *** processing new link to http://link.springer.com/article/10.1007%2Fs11097-010-9165-z on http://perso.unifr.ch/fabian.dorsch/research.html ***
Traceback (most recent call last):
  File "bin/scraperdaemon.py", line 70, in <module>
    daemon.start()
  File "bin/scraperdaemon.py", line 38, in start
    self.run()
  File "bin/scraperdaemon.py", line 49, in run
    scraper.scrape(source)
  File "/home/wo/opp-tools/bin/../opp/scraper.py", line 139, in scrape
    process_link(li)
  File "/home/wo/opp-tools/bin/../opp/scraper.py", line 188, in process_link
    li.context = li.html_context()
  File "/home/wo/opp-tools/bin/../opp/models.py", line 260, in html_context
    l,r = par._outerHTML.split(el._outerHTML, 1)
ValueError: need more than 1 value to unpack
wo added a commit that referenced this issue Sep 25, 2016
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