-
Notifications
You must be signed in to change notification settings - Fork 197
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] Request Entity Too Large #225
Comments
I see it in create_absorb_transaction in singleton.py.
|
Looking into this |
Have you guys figured out the root cause or a fix? |
How many payments are you making at once? |
It's on the testnet7. |
There are too many records get_coin_records_by_puzzle_hashes. in pool.py
|
maybe chunking coin_records list is a workaround, but I am not sure about other async loops relations.
|
Yes, |
I hope you guys can use this approach. |
Was this issue solved? |
Or is it now a feature request? |
I got an error below in testnet, 1.2.3.
I think this is because my pool server has offline long time for about 4 days.
Does the HTTP server need to fix this problem?
I think it is related to the upload size.
The text was updated successfully, but these errors were encountered: