highstock linked to spreadsheet data doesn't work anymore - highcharts

Suddenly, all my charts no longer show the data that are taken from Google Spreadsheet. They Were online since 2019.
I get this error: Failed to load resource: the server responded with a status of 404 ()
I have searched the web and all the fiddle examples I have seen give the same error.
here is an example page of the problem: https://lapis.finance/test-graph/
Can anyone tell me what could have happened and what the problem is?
Thank you

It happened because of the last google update regarding google sheets and unfortunately, it affected the Highcharts too. Currently, we're working on fixing this issue as soon as possible. You can follow the ticket on our GitHub to check the progress: https://github.com/highcharts/highcharts/issues/16210

Related

importHTML (Google Sheets) formula stopped working

I used the following formula for almost a year now and suddenly it stopped working and is not importing the table.
=IMPORTHTML("https://tradingeconomics.com/matrix";"table";1)
It gives me a "Could not fetch url: https://tradingeconomics.com/matrix error. I also tried the importXML function - same problem.
I tried https://www.octoparse.com just to see if it was able to scrape the data. And it is able to scrape and parse out the data and export it to various formats (you need to install a program for it), although it doesn't solve the problem of automatically importing into Sheet via formula. 😕
Any ideas about what the problem could be and how I need to adapt the formula?
Note: I can't code, unfortunately.
There have being several posts here and other places about the same error message realted to IMPORTHTML. Here are some previous questions bout the same error message that were fixed without making any change:
Google spreadsheet importHTML Could not fetch URL
"Could not fetch URL" using IMPORTHTML
Sometimes the problem is caused by something on the Google side and there isn't any change that can be done on the formula to fix it, the only thing to do is to report the problem to Google from the help menu and wait. At this time the option is shown to me as "Help Sheets improve" but this might change without any notice as it has being done several times.
You might also report it through the official Google Editors Help forum.
Related
How to know if Google Sheets IMPORTDATA, IMPORTFEED, IMPORTHTML or IMPORTXML functions are able to get data from a resource hosted on a website?
try cached version:
https://webcache.googleusercontent.com/search?q=cache:ZNJKOXQm2t4J:https://tradingeconomics.com/matrix+&cd=2&hl=en&ct=clnk
=IMPORTHTML("https://webcache.googleusercontent.com/search?q=cache:https://tradingeconomics.com/matrix", "table", 1)

IMPORTHTML in GoogleSheet Stuck on Loading

I've an html page on my own server which contains a table. Everything was working fine. Since today's morning i am getting following error message on Chrome console.
This document requires 'TrustedScript' assignment.
Any solution, how to authorised IMPORTHTML Script in GoogleSheet.
This seems to be a known issue with Google Sheets and is not a symptom of an incorrect formula or a mistake on your part.
https://www.reddit.com/r/googlesheets/comments/t5blgz/is_importxml_broken_was_working_for_months/
https://webapps.stackexchange.com/questions/163269/importhtml-stuck-on-loading
https://support.google.com/docs/thread/153166088
The Sheets development team is already aware of the issue, so I guess all we can do is be patient.
https://support.google.com/docs/thread/153637852
Update (March 5th): we are actively investigating and fixing the issue. In early next week (the week of March 7th), we are expecting to release a fix. Again, our sincere apology on the inconvenience.

"Google Docs encountered an error" on embedded Google Spreadsheet?

I have a web page which embeds several parts of a Google Spreadsheet
http://nkelsey.x10.mx/GTC/Members_Area/WinterSinglesLeague/singlesleaguetablesorig.html
This page has worked for years unaltered. We just edit the spreadsheet and the web pages updates automatically.... only for the last few weeks we have been encountering 'Google Docs encountered an error' messages where the parts of the spreadsheet should be.
I did raise the issue with Google One support but after clarifying the issue after a few hours the report was 'closed' by Google with no response!
I tried making a copy of the spreadsheet and embedding that - again Google Errors were observed.
Does anyone have any idea what is going on?
I have checked the 'Share' on the spreadsheet and it is correctly set to 'View' and the sheet is 'published'. There are no 'hidden' columns or rows.
Thanks in anticipation
Looking at the page source, it appears that the embedded link does not match the spreadsheet. I would suggest trying to replace that link with the one from File > Publish to the web > Embed, carrying over the parameters listed on the Docs Editors help page from the original URL.

Found corrupted data while opening file using Google Sheets

I've been able to query from a Google Sheets table just fine for the past 6 months to a year and then all of a sudden I'm receiving the error: "Found corrupted data while opening file." Does anyone know why this is occurring even though there were no changes made to the Google Sheet.
I had the same problem. My tables' source format was CSV while using a spreadsheets.
To solve it, I deleted the table and recreated it with "Google Sheet" as source format.
For other tables I couldn't delete, I changed the source format by making a REST call.
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/update
Both solutions worked.
this happens occasionally...the error is on Google's side. the best course of action is to contact Google Sheets support and request recovery of your spreadsheet. it may take them 1-3 weeks to do so.

Has the beta api stopped delivering columnset or is it just me

Yesterday I received data on the rest api using expand=columnset when I was resting against sharepoint listitems... today I'm not. I know its beta, but can't seem to get my listitem data expanded. Anyone experiencing the same?
I can't find anything regarding this out there.
Here is the url I use:
https://graph.microsoft.com/beta/sharepoint/sites/{siteid}/lists/{listid}/Items?expand=columnSet
result:
Do you now where I can find info on builds for the beta api?
Best regards Ole
got this from github post: solution is coming this or next week. https://github.com/microsoftgraph/microsoft-graph-docs/issues/1137#issuecomment-299263019

Resources