Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ivanguinea opened this issue Jan 27, 2022 · 10 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ivanguinea
Copy link

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 ivanguinea added the bug Something isn't working label Jan 27, 2022
@ShoaibZahoor
Copy link

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

@ivanguinea
Copy link
Author

Nope, nothing here.

@joeric1028
Copy link

joeric1028 commented Mar 11, 2022

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)

@ivanguinea
Copy link
Author

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

@joeric1028
Copy link

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

@ivanguinea
Copy link
Author

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

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

@Alexander-Shukaev
Copy link

Same issue.

@costezki
Copy link

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

image
image
image

@minkaka
Copy link

minkaka commented Aug 20, 2022

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

@tot-truong
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants