ENRICO FACCHINETTI
ENRICO FACCHINETTI

Reputation: 31

yql?q= use "store://store-id" as OpenDataTable doesn't work anymore

I've created an account Yahoo for a few years. I created some OpenDataTables through the old yql console, containing javascript to extract html code from some web pages.

Data extraction is done as follows:

https://query.yahooapis.com/v1/public/yql?q=use"store://my-store-token" as OpenTable; select * from OpenTable where url="http://myUrl" and xpath='// myXpath' and wparams="myParams"&format=json&env=store://datatables.org/alltableswithkeys&callback=

Data extraction has always been successful until yesterday.

Tonight, suddenly all scheduled calls have started producing the following error:

{"error": {"lang": "en-US", "description": "**Table not accessible**"}}

what is going on. It is extremely important for me to restore the correct functioning of the extractions, which has been interrupted without any warning. I'm waiting. Thanks. E.

Upvotes: 1

Views: 230

Answers (3)

Gil Yehuda
Gil Yehuda

Reputation: 11

Please note: the external YQL endpoint is being retired today. https://developer.yahoo.com/yql/

Upvotes: 0

Gil Yehuda
Gil Yehuda

Reputation: 11

YQL has enabled the "use" statements in query.yahooapis.com. Can you try again to see if this works now? Thanks, Gil

Upvotes: 1

Vidar Flesjø
Vidar Flesjø

Reputation: 61

I wrote an email to Flurry support yesterday and they responded that they would contact the right people. I just now tried running a query with an external table, it's working again...for now.

Upvotes: 0

Related Questions