You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/07/18 12:13:22 UTC

[GitHub] [incubator-echarts] Prasanna-ai opened a new issue #12990: echarts : failed to load resource error

Prasanna-ai opened a new issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990


   
   ![echartsIssue](https://user-images.githubusercontent.com/68467030/87852268-24b0f480-c91e-11ea-8a30-0b592387db87.PNG)
   ### Version
   3.8.4
   
   ### Steps to reproduce
   I developed all my dashboard graphs using echarts.The graphs are not loading it is showing empty. In the browser console, it is showing the following error
   failed to load resource error: the server responded with a status of 404 (Not found) echarts.apahe.org/dist/echarts.min.js
   
   ### What is expected?
   All graphs should be loaded
   
   ### What is actually happening?
   Graphs(line,bar,donut...etc) are not showing in the dashboard
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] quillblue commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
quillblue commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660593350


   @Prasanna-ai Lots of reason may cause slow performance and it's hard to tell at very first glance. You may:
   
   - Try to test your connection speed to jsdelivr.net since you are refering to existing builded file in CDN. If allowed, you can put this file on your local or referring to any known CDN which is faster on visiting from your country/region.
   - Paste some of code here in this issue or to build a online demo to reproduce your issue at [online editor](http://gallery.echartsjs.com/editor.html) for community member better understanding your situation


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660474195


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Prasanna-ai commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
Prasanna-ai commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660590112


   Hi Apache/Incubator-Echarts,
   
   As per your suggestion,now I am not using
   https://echarts.apache.org/en/dist/echarts.min.js.
   
   I am using this online script file <script src="
   https://cdn.jsdelivr.net/npm/echarts@4.8.0/dist/echarts.min.js"></script>
   
   Now my browser console is not showing error and graphs are loading.But the
   display of the graphs taking lot of time. Please help me on this.
   
   Thanks & Regards
   Prasanna.
   
   On Sat, Jul 18, 2020 at 8:50 PM Zhongxiang.Wang <no...@github.com>
   wrote:
   
   > The online script you are calling now has changed to
   > https://echarts.apache.org/en/dist/echarts.min.js.
   > It is because the official website has moved to echarts.apache.org from
   > echarts.baidu.com.
   > If you want to know the version of ECharts, you could open the dev panel
   > and input echarts.version in the console to see it.
   > BTW, it's better to use a CDN like jsDelivr
   > <https://www.jsdelivr.com/package/npm/echarts?path=dist> for the online
   > script.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660497996>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AQKLSVWHVOVELQQS6MKA2XTR4G4TDANCNFSM4O72V66Q>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Prasanna-ai commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
Prasanna-ai commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660496010


   Hi Apache/Incubator-Echarts,
   
   Yes, I am calling the script from the official website like this
   <script src="http://echarts.baidu.com/dist/echarts.min.js"></script>
   What is the alternative to use this script?
   @susiwen8 <https://github.com/susiwen8> : I actually don't know the version
   which I am using.I checked for that but the version is not showing.I am
   directly calling the online Js link.
   
   Our Dashboard is showing empty. Some times showing graphs and some times
   not showing up. I am facing this issue from so many days.
   After doing lot of R & D I found a way to approach you. Charts loading also
   taking a lot of time. Please help me on these two issues.
   
   Thanks and Regards
   Prasanna.
   
   
   
   
   
   On Sat, Jul 18, 2020 at 7:47 PM Zhongxiang.Wang <no...@github.com>
   wrote:
   
   > Sorry for that. I'm a little confused about the way you import ECharts
   > script. It seems to be strange that your project is referring to the script
   > from ECharts official website. Could you be more specific on this?
   > Anyway, if possible and allowed, it's still suggested to update the
   > version of ECharts to the latest and then have a try again, as @susiwen8
   > <https://github.com/susiwen8> says.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660489501>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AQKLSVVGBTQSGW4WI4I3N7LR4GVGFANCNFSM4O72V66Q>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] susiwen8 commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660476946


   Please upgrade to latest version 4.8 and try it again.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660497996


   The online script you are calling now has changed to `https://echarts.apache.org/en/dist/echarts.min.js`.
   It is because the official website has moved to `echarts.apache.org` from `echarts.baidu.com`.
   If you want to know the version of ECharts, you could open the dev panel and input `echarts.version` in the console to see it.
   BTW, it's better to use a CDN like [jsDelivr](https://www.jsdelivr.com/package/npm/echarts?path=dist) for the online script.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12990: echarts : failed to load resource error

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12990:
URL: https://github.com/apache/incubator-echarts/issues/12990#issuecomment-660489501


   Sorry for that. I'm a little confused about the way you import ECharts script. It seems to be strange that your project is referring to the script from ECharts official website. Could you be more specific on this?
   Anyway, if possible and allowed, it's still suggested to update the version of ECharts to the latest and then have a try again, as @susiwen8 says.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org