--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
I am not sure how to let you see a live example given it is a private gadget utilizing a sdc within our App Domain. If you have any suggestions I am all ears. You would be correct about the version, we are using v1.0 not the RC. It is consistent and happens across multiple browsers(I have tried in Chrome, Firefox, and IE - all of which are normal stable release clients). I have tried refreshing and clearing cache with no luck on solving the problem. All users with access are having this issue so it isn't just isolated to myself. I have checked the logs of the sdc agent and as far as it knows all is fine, and is handling connections/sending out the responses without a problem.In case I wasn't clear in my initial post, this gadget was working perfectly fine previously. This issue just began occurring yesterday late afternoon EST.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/VObhwdH2U6IJ.
Quick update - the error in the js console that is being thrown now is Failed to load resource: the server responded with a status of 413 (Request Entity Too Large). I saw this same error once yesterday, but it just started showing up this morning. The gadget uses the gauge visualization.
As far as the error above, I am not sure if that is trying to say the data being sent to the gadget is too large or what. It has worked fine before, not to mention I have a hard time believing that a single number being sent to the gadget would be too large ;p
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/zPO81cwOfnEJ.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/d_zdW2ojd7UJ.
Hi
There are 4-5 technologies here so pin pointing the issue may be complicated.
We do know that gauge gadget in Google spreadsheet works and that your server is also working.
My suggestion is to try and eliminate the following one by one:
* remove oauth and use a spreadsheet URL
* use a fixed local Data Table
* try a different chart
* do not use a gadget just use the plain JavaScript directly in your page
* try embedding the standard gauge gadget from Google Spreadsheets in your page.
HTH
ChartMan