Hi,
we have some yahoo api (OpenDataTables) that suddenly started to return the following error:
{"error": {"lang": "en-US", "description": "Table not accessible"}}
Data extraction was done launching the following url:
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=
Last night, suddenly all scheduled calls to the above url have started producing the above error.
what is going on? Is it an authentication problem that Auth0 can resolve? What should we have to do to restart the yahoo service? Nobody replay on stackoverflow.
Thanks.
E.