COINGECKO icon indicating copy to clipboard operation
COINGECKO copied to clipboard

1 of 3 Spreadsheets dont work

Open architektur23 opened this issue 2 years ago • 6 comments

I use this script for several months now in 3 spreadsheets, but today all prices "loading..." the hole time in 1 sheet... but in the other two it works like always. Didnt change anything, no reloads, restarts and no creating the script from scratch helped... someone please has any ideas??

architektur23 avatar Mar 02 '22 14:03 architektur23

It should come back in less than 24h, I think in one of your sheets, they hit their daily google limits.

Eloise1988 avatar Mar 02 '22 14:03 Eloise1988

But its the first time i opened this today and that never happend before o.O

architektur23 avatar Mar 02 '22 14:03 architektur23

You are probably hitting code 429 which is a limit issue not formula/code issue from Coingecko: https://support.coingecko.com/help/why-am-i-getting-errors-with-a-status-code-429

In google sheets we are all using the same IP addresses so if someone else is requesting many calls at the same time, you will both exceed the limit together.

I already raised the issue with Coingecko but they are not willing to create specific free api keys right now.

So the general api of coingecko keeps on calling coingecko without success which then triggers Google limits.

Eloise1988 avatar Mar 02 '22 14:03 Eloise1988

Thank you for all that you do :)

I also faced a similar issue - when i enter app script and run the coingecko script, i get the following error - I am guessing it is the same code 429 issue that's mentioned above?

Screenshot 2022-03-05 at 11 31 32 PM

btanjingwen avatar Mar 05 '22 14:03 btanjingwen

@btanjingwen To check whether the coingecko code is well installed on your Google Sheet, you need to test it out directly in the sheet itself using the formulas. For example you can try to write in a cell : =geckoprice("btc")

If you have been using the script for a long time and are now experiencing errors, it could be link to your Google account. Google has been having issues lately and the code has been giving Maximum Call stack as an error lately. The solution right now is to be patient.

Hope this helps!

Eloise1988 avatar Mar 05 '22 16:03 Eloise1988

Thank you Elaine - for your patient reply and all your good work!

On Sun, Mar 6, 2022, 1:53 AM Eloisa @.***> wrote:

@btanjingwen https://github.com/btanjingwen To check whether the coingecko code is well installed on your Google Sheet, you need to test it out directly in the sheet itself using the formulas. For example you can try to write in a cell : =geckoprice("btc")

If you have beed using the script for a long time and are now experiencing errors, it could be link to your Google account. Google has been having issues lately and the code has been giving Maximum Call stack as an error lately. The solution right now is to be patient.

Hope this helps!

— Reply to this email directly, view it on GitHub https://github.com/Eloise1988/COINGECKO/issues/37#issuecomment-1059795732, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYCT4ZTDUKBSVXBQYTJYJHTU6OGQPANCNFSM5PXSFHWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

btanjingwen avatar Mar 06 '22 14:03 btanjingwen