diegomanuel / binance-to-google-sheets

Google Spreadsheets add-on to get data directly from Binance API without any intermediaries! :rocket:
GNU General Public License v3.0
428 stars 77 forks source link

[BUG] BinUtils is not defined (line 19) #139

Closed PaulAntonDeen closed 1 year ago

PaulAntonDeen commented 1 year ago

Describe the bug When running =BINANCE("last_update") I get error

image

Same error for: =BINANCE("account")

To Reproduce See description above

Expected behavior My account balance should show up

Screenshots See above

Additional context Contents of Appscript.json: { "timeZone": "Europe/Brussels", "dependencies": { }, "exceptionLogging": "STACKDRIVER", "oauthScopes": ["https://www.googleapis.com/auth/spreadsheets.currentonly", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.scriptapp"], "urlFetchWhitelist": ["https://api.binance.com/", "https://api1.binance.com/", "https://api2.binance.com/", "https://api3.binance.com/", "https://fapi.binance.com/", "https://dapi.binance.com/"], "runtimeVersion": "V8", "addOns": { "common": { "name": "Binance to Google Sheets", "logoUrl": "https://raw.githubusercontent.com/diegomanuel/binance-to-google-sheets/master/img/binance-to-google-sheets-logo.png" }, "sheets": { "homepageTrigger": { "enabled": false } } } }

Binance.gs most recent available version on github.

PaulAntonDeen commented 1 year ago

Copy paste error. I had an incomplete script file (probably chrome still loading when I selected all and copied).