EdwardBetts / osm-wikidata

Match OSM entities with Wikidata items
http://osm.wikidata.link/
GNU General Public License v3.0
109 stars 20 forks source link

Unhandled 429 #585

Open matkoniecz opened 3 years ago

matkoniecz commented 3 years ago

https://osm.wikidata.link/matcher/relation/130971

QueryError: ('SELECT ?place ?placeLabel (SAMPLE(?location) AS ?location) ?article WHERE {\n SERVICE wikibase:box {\n ?place wdt:P625 ?location .\n bd:serviceParam wikibase:cornerWest "Point(17.440651000000003 52.37982675)"^^geo:wktLiteral .\n bd:serviceParam wikibase:cornerEast "Point(17.856742 52.6988378125)"^^geo:wktLiteral .\n }\n ?article schema:about ?place .\n ?article schema:inLanguage "en" .\n ?article schema:isPartOf <https://en.wikipedia.org/> .\n FILTER NOT EXISTS { ?place wdt:P31 wd:Q18340550 } . # ignore timeline article\n FILTER NOT EXISTS { ?place wdt:P31 wd:Q13406463 } . # ignore list article\n FILTER NOT EXISTS { ?place wdt:P31 wd:Q17362920 } . # ignore Wikimedia duplicated page\n FILTER NOT EXISTS { ?place wdt:P31/wdt:P279* wd:Q192611 } . # ignore constituency\n FILTER NOT EXISTS { ?place wdt:P31 wd:Q811683 } . # ignore proposed building or structure\n SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }\n}\nGROUP BY ?place ?placeLabel ?article\n\n# vim: ft=sparql', <Response [429]>)
matkoniecz commented 3 years ago

Maybe it is improved a bit and handled as mentioned in #601 (still crashing, but with a proper exception) ?