lakectl repo list segfaults on expired playground account #3696
Labels
area/lakectl
Issues related to lakeFS' command line interface (lakectl)
team/versioning-engine
Team versioning engine
I (mistakenly...) attempted to access an ancient playground account:
This demo account (
fancy-lion
) serves a redirect, probably because it's expired:lakectl should handle redirects and other unexpected errors correctly.
My guess
lakectl uses the Swagger-generated client. A 3xx response is not possible according to this client. And it assumes some handling from the generated API client that does not actually occur.
The text was updated successfully, but these errors were encountered: