Sure, I forgot the page access is allowed only from the office. I have created the temporary copy for you: https://luckystreak.lv/breaklist_Daniel_LaLiberte.html
Thank you very much for your help! I hope the '48' will be not disabled later. пятница, 24 июля 2020 г. в 03:48:35 UTC+3, Daniel LaLiberte: > Hi Андрей, > > I believe this is due to the change in how the Query is done, such that it > requires two things on the part of the server. I previously mentioned that > the response must use strict JSON notation, if the server is returning a > JSON response. But I neglected to mention that the server must also allow > the cross-origin requests, and as part of that, the page that you are > making the request from must also have a non-null origin since it appears > that 'null' is not allowed as the origin by spreadsheets.google.com. > I'll have to investigate whether this is intentional on the part of > spreadsheets.google.com or some oversight. > > I can't see your page at https://luckystreak.lv/breaklist.html to > determine what is happening there. Is there some tricky way that the page > is being loaded such that the page origin is lost? > > I'm glad that you can switch to version '48' as a workaround. It may take > some time before anything can be changed on spreadsheets.google.com, if > there is anything to change. > > > On Thu, Jul 23, 2020 at 8:31 PM Андрей Шапал <[email protected]> wrote: > >> Hello, >> >> We use the google vizualization here: >> https://luckystreak.lv/breaklist.html >> >> Just few hours ago the page stopped to work showing the qury response >> error. >> >> In console the following errors were present: >> >> [image: console.PNG] >> After I have changed the code on this: >> || google.charts.load('48', {packages: ['table']}); >> The page started to work as usually. >> >> четверг, 23 июля 2020 г. в 22:29:18 UTC+3, Daniel LaLiberte: >> >>> As of July 23, 2020, loading 'current' will load version '49'. If this >>> causes problems for your use of Google Charts, please let us know, but in >>> the meantime, you can change 'current' to '48' to get the previous version. >>> >>> See the Version History >>> <https://developers.google.com/chart/interactive/docs/release_notes#version-history> >>> for >>> details about this release and all previous versions. >>> >>> >>> On Wed, Jul 8, 2020 at 6:49 PM Daniel LaLiberte <[email protected]> >>> wrote: >>> >>>> Google Charts version '49' is now available. As before, you can use >>>> this upcoming version by loading 'upcoming'. Please test the new features >>>> and let us know if you experience any issues. >>>> >>>> <script> >>>> google.charts.load('*upcoming*', {packages: ['corechart']}); >>>> </script> >>>> >>>> >>>> *Anticipated production release date*: July 22, 2020 >>>> At this time, the 'current' version is still '48'. >>>> On the release date, loading either 'current' or 'upcoming' will load >>>> '49'. >>>> >>>> This release includes several more internal refactorings, so be aware >>>> of unintentional breakages. Code that has been affected includes all >>>> formatting classes, events, errors, parts of ChartEditor, ChartWrapper, >>>> ControlWrapper, Corecharts, Corechart axis ticks, GeoChart, and Query. >>>> >>>> - VegaChart >>>> <https://developers.google.com/chart/interactive/docs/gallery/vegachart> >>>> - New chart type, now released in beta. >>>> - A VegaChart is a wrapper for all of the many possible >>>> visualizations that may be specified using the Vega Visualization >>>> Grammar >>>> and drawn using data from DataTables like other charts. In future >>>> releases, >>>> we will further integrate the features of Google Charts and Vega. >>>> - Uses the vega-interpreter to remain compliant with Content >>>> Security Policy restrictions. >>>> - GeoChart >>>> <https://developers.google.com/chart/interactive/docs/gallery/geochart> >>>> - geochartVersion option, specifies the border data version; >>>> default is 10, but 11 is now available. >>>> - regioncoderVersion option, specifies the region coder data >>>> version; default is 0, but 1 is now available. >>>> - Gantt Chart >>>> >>>> <https://developers.google.com/chart/interactive/docs/gallery/ganttchart> >>>> - Added sortTasks option, default value true, to sort the tasks >>>> normally, or if false, use the same order as the rows in the >>>> DataTable. >>>> - Query >>>> - The JSON response option now requires that the server returns >>>> strict JSON. >>>> - Loader >>>> - If google.charts.load() is called more than one time with >>>> different versions or different languages, the settings from the >>>> first load >>>> are used. >>>> - Allows a version number, not just a version string. >>>> - More backward compatibility tweaks to support redirects from >>>> the old jsapi loader. >>>> - The autoload URL parameter must now be formatted as strict >>>> JSON, and URL encoded. >>>> - The google.charts.load() call now returns a JavaScript >>>> Promise, so in addition to the other callback mechanisms, you can >>>> call your >>>> chart drawing function like this: google.charts.load('upcoming', >>>> {packages: ['corechart']}).then(drawChart); >>>> >>>> >>>> -- >>>> Daniel LaLiberte >>>> <https://plus.google.com/100631381223468223275?prsrc=2> >>>> [email protected] Cambridge MA >>>> >>>> >>> >>> -- >>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >>> [email protected] Cambridge MA >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-visualization-api/8a8a82a1-b082-49ed-87c4-53e44b8845a0n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-visualization-api/8a8a82a1-b082-49ed-87c4-53e44b8845a0n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > [email protected] Cambridge MA > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/0b343904-9362-41ba-aa93-18121c954959n%40googlegroups.com.
