organization · inferred from evidence
modal-labs
An organization referenced as the maintainer or owner of the modal-client repository.
- modal volume get exits successfully but writes sparse or truncated files
If `modal volume get` finishes with exit 0 but your files have zero-filled regions or are truncated, you hit the short-block bug where the client never validated downloaded block lengths. The fix is on main and was verified with checksums a
- Python 3.14 with modal fails unless grpclib is upgraded past 0.4.8
On Python 3.14 you need grpclib 0.4.9 or newer; 0.4.8 is incompatible and `modal run` fails with a blank error. If you manage deps with uv, remember that `uv lock --upgrade-package modal` upgrades modal but not its dependencies, so bump grp