Hans Brende created ANY23-349:
---------------------------------
Summary: MicrodataExtractor
Key: ANY23-349
URL: https://issues.apache.org/jira/browse/ANY23-349
Project: Apache Any23
Issue Type: Bug
Components: microdata
Affects Versions: 2.3
Reporter: Hans Brende
I get the following error when extracting from
http://clubzone.com/ontario-los-angeles/places/
This error kills the whole extraction process.
{code}
Exception in thread "main" org.apache.any23.extractor.ExtractionException:
Error while processing on subject '_:node1cb6a1b5jx5' the itemProp: '{ "xpath"
:
"/HTML[1]/BODY[1]/DIV[3]/DIV[3]/DIV[1]/DIV[1]/SECTION[1]/ARTICLE[2]/DIV[2]/DIV[1]/P[2]/A[1]",
"name" : "telephone", "value" : { "content" : "tel:(909) 484-2020", "type" :
"Link" } }'
at
org.apache.any23.extractor.microdata.MicrodataExtractor.processType(MicrodataExtractor.java:442)
at
org.apache.any23.extractor.microdata.MicrodataExtractor.run(MicrodataExtractor.java:116)
at
org.apache.any23.extractor.microdata.MicrodataExtractor.run(MicrodataExtractor.java:60)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)