binance-to-google-sheets icon indicating copy to clipboard operation
binance-to-google-sheets copied to clipboard

[BUG] =BINANCE("orders/table") keeps fetching forever and shows nothing

Open ivanguinea opened this issue 4 years ago • 10 comments

Describe the bug We have the following formula: =BINANCER("orders/table"; Dashboard!B8:C) which gets this list of coins:

ADA ATOM AVAX BNB BTC BUSD DIA DOT ETH FTM LUNA

but unfortunatelly the tab keeps loading forever whit this message "Do NOT add/remove/alter this table data by hand! --- Polling"

The private api key is set because i can see the open order table, however i cannot see the order table general tab.

ivanguinea avatar Jan 27 '22 12:01 ivanguinea

Hi , i am having the same issue. @ ivanguines did you manage to figure out or there any workaround for this. @diegomanuel , Any luck on this

ShoaibZahoor avatar Feb 11 '22 09:02 ShoaibZahoor

Nope, nothing here.

ivanguinea avatar Feb 23 '22 13:02 ivanguinea

Same issue here. Unfortunately, I saw the execution logs that the range mentioned above has the indefinite rows to check but only 11 tickers are found. It means that all empty string will be checked all throughout the range. It causes the execution not to finish the task.

The better workaround for us end users will limit the range to the last available tickers you provided.

From this, =BINANCER("orders/table"; Dashboard!B8:C)

To this, =BINANCER("orders/table"; Dashboard!B8:B19)

joeric1028 avatar Mar 11 '22 08:03 joeric1028

Hi @joeric1028 thanks for the update, but it changes nothing...

ivanguinea avatar Mar 11 '22 08:03 ivanguinea

Can you provide the location of your ticker list in the sheet?

joeric1028 avatar Mar 11 '22 08:03 joeric1028

Sure. Ticker list and formulas used can be downloaded here:

https://mentalrepublic.com/presentaciones/1.png https://mentalrepublic.com/presentaciones/2.png

ivanguinea avatar Mar 11 '22 15:03 ivanguinea

Same issue.

Alexander-Shukaev avatar Mar 12 '22 18:03 Alexander-Shukaev

@diegomanuel, any updates on this? Just in case it helps, here are some snapshots.

image image image

costezki avatar Jun 18 '22 22:06 costezki

I have the same problem, has anyone found a way.

minkaka avatar Aug 20 '22 23:08 minkaka

When I created a new sheet it didn't work neither. The orders woudl'nt get fetched but when I created a copy of the demo sheet it worked fine.

https://docs.google.com/spreadsheets/d/1AcOcPFsncrDB_ve3wWMHwfiFql6A4hmG1sFc01LLTDg/edit#gid=1620505585

tot-truong avatar Jun 25 '23 14:06 tot-truong