Closed e-n-f closed 2 years ago
This now raises the following error:
mapbox_tilesets.errors.TilesetsError: {"message":"Tileset Source ID abcdefghijklmnopqrstuvwxyz1234567890 is invalid. Must be no more than 32 characters and only include \"-\", \"_\", and alphanumeric characters."}
Although the broken pipe exception is still relevant in that the CLI will not validate the size of the source name before it attempts the large upload, and if a large upload hangs, we might see a broken pipe error instead of the source name error.
The error appears to be that
enf.abcdefghijklmnopqrstuvwxyz1234567890
is too long a name for a source, but I get a bunch of unrelated and confusing stack traces instead of being told that.