>From Daniel LaLiberte on a different thread (bold is mine):

Since 2015, we started releasing new versions of Google Charts on a new 
server, and the old server has remained static ever since then.  However, 
the old server will be turned off entirely at the end of this quarter, so 
that means everyone using any versions on the old server will be forced to 
migrate to the new server.

Fortunately, we will be able to automatically redirect all requests to the 
new server, which means that all versions of Google Charts that have been 
loaded via the jsapi loader will effectively be automatically updated to 
the current version, which is v46.

So you won't have to make any changes to your code to be affected by this 
update, but you may need to update how you are using Google Charts due to 
differences in the versions, or you may select one of the other versions 
that are available.  

You can check how your charts will appear once this update occurs by 
following the instructions on how to update your loader at:   
https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code

The last version released to the server where jsapi loads from was v41, and 
the same version (or nearly so) was also frozen on the new server.   It 
might be best to try that version, if v46 is not working for you.  Other 
versions you can use on the new server are 42, 43, 44, 45, 45.1, 45.2, and 
46.  You can review all the changes in each subsequent version at:  
https://developers.google.com/chart/interactive/docs/release_notes#february-23-2015

*Also, in preparation for this turndown of the old server, there will be 
short periods of outages, maybe up to a few hours, during which the UDS 
server is "drained" of all requests to determine if there are any further 
unknowns.  You may have noticed one already.   You can avoid these outages 
by updating to the new loader, as linked to above.*

-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>


On Tuesday, October 1, 2013 at 12:59:39 PM UTC-6, viper1884 wrote:
>
> I noticed about 2 hours or so that my Google charts are no longer loading 
> correctly, when i enter https://www.google.com/jsapi into my browser i 
> sometimes get Server error, error code 502 bad gateway and chrome is 
> showing the same errors when i'm debugging.
>
> I assume its down for maintenance which is fine, but can someone confirm 
> this?
>
> also since its down i'm trying an event handler by doing 
>
> var s = document.createElement('script');
> s.setAttribute('src', 'https://www.google.com/jsapi');
> s.setAttribute('type', 'text/javascript');
> s.addEventListener('error', googleLoadError, false);
>
> document.head.appendChild(s);
>
> function googleLoadError() {
>     var Message = "";
> }
>
> Is there a way to find the error code from the external script ?
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/28cc8bf7-b896-4353-9929-b97a7547d1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to