Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Diffbot::Article nextPages property unrecognized [undocumented] #1

Closed
lunatyq opened this issue Mar 11, 2014 · 0 comments
Closed

Diffbot::Article nextPages property unrecognized [undocumented] #1

lunatyq opened this issue Mar 11, 2014 · 0 comments

Comments

@lunatyq
Copy link

lunatyq commented Mar 11, 2014

Fetching page: http://www.lefigaro.fr/conso/2014/03/07/05007-20140307ARTFIG00092-le-titre-restaurant-enfin-pret-a-passer-a-la-carte.php
an exception is raised:

hashie/trash.rb:72:in `property_exists?': The property 'nextPages' is not defined for this Trash. (NoMethodError)

Sample code causing exception:
Diffbot::Article.fetch(url)

Quick fix for that is:
Diffbot::Article.property :next_pages, from: :nextPages

alvarezm50 pushed a commit to curriculet/diffbot that referenced this issue Oct 25, 2014
alvarezm50 pushed a commit to curriculet/diffbot that referenced this issue Oct 25, 2014
greshny added a commit that referenced this issue Oct 27, 2014
@greshny greshny closed this as completed Oct 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants