Error 404 on /chart/48/js/jsapi_compiled_coreChart_module.js

528 views
Skip to first unread message

Mic

unread,
May 5, 2020, 3:38:53 AM5/5/20
to Google Visualization API
Our app use Google Charts and some users are randomly reporting charts are not loading as usual.
It looks to be a 404 error that occurs when trying to load: /chart/48/js/jsapi_compiled_coreChart_module.js

The charts load fine and consistently from different locations where we are: US and Belgium.
But occurs apparently in Dubai and Santiago, Chile.

Anyone else is having trouble ?
Is there anything we can check or change on our side ?

ussamoo

unread,
May 5, 2020, 9:17:13 AM5/5/20
to Google Visualization API

Same issue here!

Cedric Rouard

unread,
May 5, 2020, 9:20:50 AM5/5/20
to Google Visualization API
We're seeing the same behavior at our side (in Belgium ;))

404 on version 47 as well

Daniel LaLiberte

unread,
May 5, 2020, 1:10:50 PM5/5/20
to Google Visualization API
For a short time, we were redirecting 100% of jsapi requests to the new loader, but we are turning it back to 0% due to reports of more failures.

Please update your applications to stop using the old 'jsapi' loader and use the new loader directly.  See the instructions at:   https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code


--
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-visualizati...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/d0e4166f-3680-454e-882d-f7fb78f309c9%40googlegroups.com.


--

Micky Loo

unread,
May 5, 2020, 1:11:41 PM5/5/20
to Google Visualization API

Daniel LaLiberte

unread,
May 5, 2020, 1:24:20 PM5/5/20
to Google Visualization API
There is no "coreChart" module, so that is why you are seeing 404 errors.  But why are there even requests for that module?  I suspect people are trying to load with e.g. google.load('visualization', '1.0', {packages: ['coreChart']}), or something like that.   Change that to 'corechart' instead.

--
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-visualizati...@googlegroups.com.

Mic

unread,
May 5, 2020, 2:03:16 PM5/5/20
to Google Visualization API
That helps, thank you !

I changed our code this weekend to the new loader, after 10 years using it without any change ;)
So maybe there is a cache issue on our side(it shouldn't but I'll investigate)
And it looks only Chrome is affected. IE and Firefox look to work fine.




On Tuesday, 5 May 2020 19:24:20 UTC+2, Daniel LaLiberte wrote:
There is no "coreChart" module, so that is why you are seeing 404 errors.  But why are there even requests for that module?  I suspect people are trying to load with e.g. google.load('visualization', '1.0', {packages: ['coreChart']}), or something like that.   Change that to 'corechart' instead.

On Tue, May 5, 2020 at 1:11 PM Micky Loo <mick...@endurance.com> wrote:
404 with version 47 in the US.


coreChart vs corechart


On Tuesday, May 5, 2020 at 3:38:53 AM UTC-4, Mic wrote:
Our app use Google Charts and some users are randomly reporting charts are not loading as usual.
It looks to be a 404 error that occurs when trying to load: /chart/48/js/jsapi_compiled_coreChart_module.js

The charts load fine and consistently from different locations where we are: US and Belgium.
But occurs apparently in Dubai and Santiago, Chile.

Anyone else is having trouble ?
Is there anything we can check or change on our side ?

--
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+unsub...@googlegroups.com.

Mic

unread,
May 5, 2020, 4:09:36 PM5/5/20
to Google Visualization API
That was a cache issue on our side, calling the old code.
Thank you very much for the "there is no coreChart" that helped to find the issue.

Fraser Hardy

unread,
May 18, 2020, 11:39:18 AM5/18/20
to Google Visualization API
Is there a planned date when you will change this permanently? 

We had a panic last week when all of our charts stopped working in a page which has happily worked for about 5 years with no changes. It would be great to know a date when this will change again so that we can schedule in the dev work to migrate. 

Thanks,
Fraser 

On Tuesday, May 5, 2020 at 6:10:50 PM UTC+1, Daniel LaLiberte wrote:
For a short time, we were redirecting 100% of jsapi requests to the new loader, but we are turning it back to 0% due to reports of more failures.

Please update your applications to stop using the old 'jsapi' loader and use the new loader directly.  See the instructions at:   https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code


On Tue, May 5, 2020 at 9:21 AM Cedric Rouard <c.r...@ringring.be> wrote:
We're seeing the same behavior at our side (in Belgium ;))

404 on version 47 as well

On Tuesday, 5 May 2020 09:38:53 UTC+2, Mic wrote:
Our app use Google Charts and some users are randomly reporting charts are not loading as usual.
It looks to be a 404 error that occurs when trying to load: /chart/48/js/jsapi_compiled_coreChart_module.js

The charts load fine and consistently from different locations where we are: US and Belgium.
But occurs apparently in Dubai and Santiago, Chile.

Anyone else is having trouble ?
Is there anything we can check or change on our side ?

--
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+unsub...@googlegroups.com.

Daniel LaLiberte

unread,
May 18, 2020, 2:06:10 PM5/18/20
to Google Visualization API
The redirects of the old jsapi loader are ramping up to 100% again today, after another week of delay.  We started this process about a year ago, and we have been lucky that the old server continued to survive this long.

The new loader now automatically lower-cases the package names, so anyone still loading 'coreChart' will instead load 'corechart', but only for version 48 (now 'current') or later.


On Mon, May 18, 2020 at 11:39 AM 'Fraser Hardy' via Google Visualization API <google-visua...@googlegroups.com> wrote:
Is there a planned date when you will change this permanently? 

We had a panic last week when all of our charts stopped working in a page which has happily worked for about 5 years with no changes. It would be great to know a date when this will change again so that we can schedule in the dev work to migrate. 

Thanks,
Fraser 

On Tuesday, May 5, 2020 at 6:10:50 PM UTC+1, Daniel LaLiberte wrote:
For a short time, we were redirecting 100% of jsapi requests to the new loader, but we are turning it back to 0% due to reports of more failures.

Please update your applications to stop using the old 'jsapi' loader and use the new loader directly.  See the instructions at:   https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code


On Tue, May 5, 2020 at 9:21 AM Cedric Rouard <c.r...@ringring.be> wrote:
We're seeing the same behavior at our side (in Belgium ;))

404 on version 47 as well

On Tuesday, 5 May 2020 09:38:53 UTC+2, Mic wrote:
Our app use Google Charts and some users are randomly reporting charts are not loading as usual.
It looks to be a 404 error that occurs when trying to load: /chart/48/js/jsapi_compiled_coreChart_module.js

The charts load fine and consistently from different locations where we are: US and Belgium.
But occurs apparently in Dubai and Santiago, Chile.

Anyone else is having trouble ?
Is there anything we can check or change on our side ?

--
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-visualizati...@googlegroups.com.

CONFIDENTIALITY: This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose, or store or copy the information in any medium. Although this e-mail and any attachments are believed to be free from any virus or other defect which might affect any system into which they are opened or received, it is the responsibility of the recipient to check that they are virus free and that they will in no way affect systems and data. No responsibility is accepted by Qudini Ltd for any loss or damage arising from their receipt, opening or use.they are virus free and that they will in no way affect systems and data. No responsibility is accepted by Qudini Ltd for any loss or damage arising from their receipt, opening or use.

--
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-visualizati...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/94be3d6b-bcd3-4373-b3f2-fab8df70cb56%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages