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

[ERROR] Wallet Fetching throws Error 404 #146

Closed
HexHyte opened this issue Jan 17, 2023 · 4 comments
Closed

[ERROR] Wallet Fetching throws Error 404 #146

HexHyte opened this issue Jan 17, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@HexHyte
Copy link

HexHyte commented Jan 17, 2023

I am getting the following error every time i try to use this command:

=BINANCE("account","spot")
results in
Error: Request failed with status: 404


The same error appears when trying to Enable or Disable any Wallet type from the top bar menu:
image


I also discovered i cannot change Update Interval for Account Info, it always stay at 1m no matter what i choose:
image


The error started to appear after updating the script from 0.5.1 to 0.5.3 but now the error still shows up even when reverting the script back to 0.5.1.

@HexHyte HexHyte added the bug Something isn't working label Jan 17, 2023
@war3game
Copy link

Same error here

@diegomanuel
Copy link
Owner

diegomanuel commented Jan 27, 2023

Hey folks, it's currently working fine for me, I just tested it.
The 404 error shouldn't happen if you didn't change anything at config.gs (nor in any other code file).

I also discovered i cannot change Update Interval for Account Info, it always stay at 1m no matter what i choose:

That only happens when you have an error (like the 404 you mention) and the script automatically re-enqueue the request to retry it in the next minute (and that's why you see the "1m" selected) but it should be back to the value you've set once the request works fine again.

I'm closing this issue since there is no error in the code itself.

@HexHyte
Copy link
Author

HexHyte commented Jan 30, 2023

The 404 error shouldn't happen if you didn't change anything at config.gs (nor in any other code file).

The only edit that i've made was the one following this issue (error451):
#142 (comment)

Without this solution i couldn't fetch anything, i always received error 451.

With the proposed solution i can at least fetch the Prices, using =BINANCE("prices","",""), but when i try to fetch the Wallet i get the mentioned 404 error.

@diegomanuel
Copy link
Owner

That's because the proposed solution there only works for prices data (as it says there).
You won't be able to fetch your wallet data.
The only option that I could recomment is the proxy-one: #142 (comment)

Good luck.

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

3 participants