Failed to synchronize modules for repositorycultpenguin/sippi-all : INTERNAL: https://github.com/cultpenguin/sippi-all.git: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size

When I add the module “sippi” (from ‘cultpenguin/sippi’ ) I get an error “gRPC message exceeds maximum size 53477376: 69989448*”

Failed to synchronize modules for repositorycultpenguin/sippi-all : INTERNAL: https://github.com/cultpenguin/sippi-all.git: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size 53477376: 69989448

Any idea how I can proceed?

Hello Thomas,

It looks like you’ve encountered a bug in Git-X Modules.

Your parent or module repository may contain large files (blobs) and internally Git-X Modules transfer those blobs via GRPC protocol, making sure that blob data is divided into chunks with each chunk not larger than 50Mb. From the error message it looks like particular GRPC message is larger than that, which should not happen.

We’ll look into this issue, and I expect it to be fixed today. I will let you know as soon as new version with bug fix is ready.

Thank you for reporting this problem!

Hello Thomas,

we’ve just deployed a new version to https://gitx.dev/ with the bugfix for the issue you’ve encountered.
It looks like your project is syncing properly now.

Please let me know if there any other issues or if you miss a particular feature.

Regards,
Alex.

HI Alexander.
Super. it seems to work very well. Thank you for the quick response.
Have a nice day

  • Thomas