<script type="text/javascript" src="
https://www.gstatic.com/charts/loader.js";></script>

I replaced it with this one, it works okay for me now

On Thu, Jan 31, 2019 at 10:55 PM Nikhil Desai <nikhil1...@gmail.com> wrote:

> We have an app in production, which is affected by this problem. Is there
> anyone we can contact for support?
>
> On Thursday, January 31, 2019 at 1:49:46 PM UTC-8, Paul Rossmann wrote:
>>
>> Same!!!
>>
>> On Thursday, January 31, 2019 at 4:17:18 PM UTC-5, Dan Denkijin wrote:
>>>
>>> This is happening to me right now, that is, google.com/jsapi is down,
>>> 502 error
>>>
>>> On Tuesday, October 1, 2013 at 3:40:29 PM UTC-4, orw...@google.com
>>> wrote:
>>>>
>>>> There's no web page providing the status, but this outage is affecting
>>>> multiple Google APIs (not just Google Charts), so expect this to be fixed
>>>> very soon.
>>>>
>>>> Jon
>>>>
>>>>
>>>> On Tue, Oct 1, 2013 at 3:26 PM, Arshad Ahmadi <arsh...@gmail.com>
>>>> wrote:
>>>>
>>>>> We are seeing the exact same thing as well.
>>>>> Mitch,
>>>>> is there a web page that provides the status of this service?
>>>>> Thanks,
>>>>> Arshad
>>>>>
>>>>>
>>>>> On Tuesday, October 1, 2013 2:59:39 PM UTC-4, 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-visua...@googlegroups.com.
>>>>> Visit this group at
>>>>> http://groups.google.com/group/google-visualization-api.
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>
>>>>
>>>> --
> 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/42c99486-083c-4b2f-b185-af83405ffd72%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/42c99486-083c-4b2f-b185-af83405ffd72%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAFTNaqZUfrRGtmipQMcox_VGOhw%2B%2B9kU9%2BSVUrxy-d657kF53w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to