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

HTTP 413 Request Entity Too Large during participation key renewal #5493

Closed
nullun opened this issue Jun 23, 2023 · 2 comments
Closed

HTTP 413 Request Entity Too Large during participation key renewal #5493

nullun opened this issue Jun 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nullun
Copy link
Contributor

nullun commented Jun 23, 2023

Subject of the issue

I have generated a new participation key that's around 92 MB using the following command:

$ goal account addpartkey -a MYADDRHERE -o . --roundFirstValid 30000000 --roundLastValid 35000000
Please stand by while generating keys. This might take a few minutes...
Participation key generation successful. Participation ID: JEB5LKF4CVDBEAWLOS7M6J9LOJA7WAFGYS432JA5DVXPMZ7243PF


Generated with goal v3.16.2

But when I attempt to install it using the installpartkey command (or even if I just do the renewallpartkeys command) I get the 413 Request Entity Too Large error.

$ goal account installpartkey --delete-input --partkey MYADDRHERE.30000000.35000000.partkey
Error processing command: HTTP 413 Request Entity Too Large: Request Entity Too Large
goal account renewpartkey -a MYADDRHERE --roundLastValid 35000000
Please stand by while generating keys. This might take a few minutes...
Participation key generation successful
Error processing command: HTTP 413 Request Entity Too Large: Request Entity Too Large

Your environment

algod -v
3298803318786
3.16.2.dev [HEAD] (commit #be42c82f+)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand

Expected behaviour

Participation key is added

Actual behaviour

Participation key is not added

@nullun nullun added the bug Something isn't working label Jun 23, 2023
@joe-p
Copy link
Contributor

joe-p commented Jun 23, 2023

I believe this should be fixed with #5486

@nullun
Copy link
Contributor Author

nullun commented Jun 23, 2023

Amazing, thank you Joe. Should have checked for another release first. Working as intended.

@nullun nullun closed this as completed Jun 23, 2023
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

2 participants