fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
202 stars 18 forks source link

CLI hangs when user name contains special characters #210

Open mederka opened 1 month ago

mederka commented 1 month ago

When user's full name contains special characters, such as Ö or ş, some fal commands just hang, e.g. fal key list. My suspicion is that it's a serialization issue.

linear[bot] commented 1 month ago

FEA-2529 CLI hangs when user name contains special characters

efiop commented 1 month ago

Wow, great catch!

efiop commented 1 month ago

Though UserKeyInfo doesn't even contain user name, so not super clear right away where specifically it fails. Will need to take a closer look.