godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

ERROR: HTTP Chunk too big

Open distantforest1 opened this issue 4 years ago • 4 comments

Hi I get the above error when downloading from AssetLib within Godot.

ERROR: read_response_body_chunk: HTTP Chunk too big!! >16mb

Any idea to fix?

distantforest1 avatar Sep 08 '20 12:09 distantforest1

Hi @keenfoong !

Thanks for this feedback, the Godot asset library install system is not really well suited for Godot-Python usecase (most of the projects on Godot asset library are composed of a small number of files where Godot-Python is a couple of hundreds of Mo given it has to support 4 different platforms...)

I think you should open an issue on the main Godot project (while mentioning this issue), you should also provide more information about your configuration: OS, 64 or 32bits and version of Godot.

touilleMan avatar Sep 12 '20 22:09 touilleMan

Ok Thanks

distantforest1 avatar Sep 13 '20 18:09 distantforest1

I also encountered this problem. There is an issue for it on the main Godot project: https://github.com/godotengine/godot/issues/41882.

lihop avatar Oct 04 '20 08:10 lihop

I successfully installed this it after trying for like 10 to 20 times. If you can see the total size of the add-on, you'll successfully install it.

anzhi0708 avatar Dec 12 '20 12:12 anzhi0708