Hans Brende created ANY23-348:
---------------------------------
Summary: IllegalArgumentException in MicrodataExtractor
Key: ANY23-348
URL: https://issues.apache.org/jira/browse/ANY23-348
Project: Apache Any23
Issue Type: Bug
Components: microdata
Affects Versions: 2.3
Reporter: Hans Brende
I get the following IllegalArgumentException when extracting from
http://movies.eventful.com/theaters-showtimes/canyon-meadows-/T0-001-000005891-8
This IllegalArgumentException kills the whole extraction process.
Haven't had time to debug this.
{code}
Exception in thread "main" java.lang.IllegalArgumentException: Invalid type '',
must be a valid URL.
at
org.apache.any23.extractor.microdata.ItemScope.<init>(ItemScope.java:81)
at
org.apache.any23.extractor.microdata.MicrodataParser.getItemScope(MicrodataParser.java:509)
at
org.apache.any23.extractor.microdata.MicrodataParser.getMicrodata(MicrodataParser.java:196)
at
org.apache.any23.extractor.microdata.MicrodataParser.getMicrodata(MicrodataParser.java:213)
at
org.apache.any23.extractor.microdata.MicrodataExtractor.run(MicrodataExtractor.java:89)
at
org.apache.any23.extractor.microdata.MicrodataExtractor.run(MicrodataExtractor.java:60)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)