IMPORTHTML in GoogleSheet Stuck on Loading - google-sheets

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.

Related

Not Infex by Google or Bing.com

My site is https://www.wilfredamaz.com/ In the Google console live test it says "URL is available to Google If it gets indexed and selected as canonical, it could appear in Google Search results with all relevant enhancements. It says further under coverage - Indexed, not submitted in the sitemap. Then it goes on to say - the URL will be indexed only if certain conditions are met from there onwards you must familiar with the Google conditions. It is saying something about "duplicate URL". What does it mean? Is there a solution to solve this problem? Indexing is very much overdue. It was first submitted to Google on the 5th of May and last submitted on the 12th of July. Tried to solve it by adding a code to the htaccess file. Nothing happened. Please help.

highstock linked to spreadsheet data doesn't work anymore

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

IMPORTHTML on Google Sheets returning a #N/A error, but only in one document

I have a Google Sheets document where I track the prices of several stocks. I made this a couple of months ago, and have been experiencing this issue for the past couple of weeks:
This formula returns "#N/A", the error description is: "Could not fetch url: https://finviz..."
=substitute(INDEX(IMPORTHTML("https://finviz.com/quote.ashx?t=VOO","table",11),8,2),"*","")
However, if I create a new Google Sheets document and use this exact formula, it works. Does anyone know what could be the problem?
I am having the same issue. Something must have been changed at finviz / google :(
There are also some discussions in the google support groups.
One possible solution could be to put all the symbols you're interested in into one URL, e.g. https://finviz.com/screener.ashx?v=161&t=FB,AAPL,GOOG,TSLA&ta=0&p=w
and then parse the resulting table.
Unfortunately I am not very good at the parsing part and have to do it by try and error.
But for example
=importxml("https://finviz.com/screener.ashx?v=161&t=FB,AAPL,GOOG,TSLA&ta=0&p=w";"//*[#id='screener-content']/table/tbody/tr[4]/td/table")
is at least showing some results in google docs. So this might be something to work with.
It will work again by removing 'SUBSTITUTE' and switching to table 8.
A2 = stock ticker
=ÍNDICE(IMPORTHTML("https://finviz.com/quote.ashx?t="&A2;"table";8);7;2)

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.

Onenote API (once again) not returning new pages

As of yesterday, it appears that the Onenote /pages endpoint is not working properly for my account. The data returned for the first two pages is recent, however all other pages and their respective HTML content links are last updated as of Feb 28th 2020. Additionally, some of the pages showing up as "last edited" on Feb 28th 2020 are pages that I know for a fact have not been edited for months (place holders, old projects, etc.)
I have described a similar problem before: here and here. Such a problem was also described by another recently. Upon resolution of those issues, Manjusha stated that it was because of a "bad machine cluster causing jobs to get stuck" and therefore delaying updates. While this suffices to explain the delay, the inaccurate edit dates on page does not seem to be accounted for.
Any updates on the issue or insight into what is happening would be greatly appreciated.
UPDATE Mar. 5th 2020: Using the graph explorer, I can see that the pages endpoint is returning the same out-date response again and again. Basically, it is frozen in that state from what I can see.
I'm sorry to say this, especially at such a stressful time. However, the reliability of the pages endpoint has been up in the air for months. Working sometimes, not working at others. Personally, this has forced me to rebuild my personal programs so they do not rely on OneNote and reconsider using OneNote in professional settings where new pages are being made regularly. The sum total of this has been to cease development and usage of the OneNote API. Just a bit of feedback. I know your team works hard and these issues are complex - I hope this clears up for you soon.
Can you send the request-id header from the response and your request timestamp? Thanks!

Resources