This is working for me but causing me to unexpectedly update a lot of stuff 
I wasn't planning. 

On Thursday, January 31, 2019 at 3:55:10 PM UTC-6, caseym wrote:
>
> Are people seeing this issue using the current loading code?  We just 
> updated ours and things seem to be working:
>
> https://developers.google.com/chart/interactive/docs/basic_load_libs
>
> On Tuesday, October 1, 2013 at 11:59:39 AM UTC-7, 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/a698d2b9-74ba-4e37-808d-ff4d45ecd461%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to