turso-cli icon indicating copy to clipboard operation
turso-cli copied to clipboard

Some commands don't work well on WSL

Open CodingDoug opened this issue 1 year ago • 0 comments

$ uname -a
Linux tbd 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ turso --version
turso version v0.39.0
$ turso db list
NAME            TYPE        REGIONS                     URL
my-database     logical     ord (primary)               <n/a>

Note the <n/a> above. It should be a URL.

$ turso db show my-database
Name:     my-database
URL:      <n/a>
ID:       d882ce8f-b476-11ed-b8c8-0621836c38ad
Regions:  ord

Database Instances:
NAME                  TYPE        REGION     VERSION                                                                   URL
optimum-ballistic     primary     ord        fetch failed: Get "%3Cn/a%3E/version": unsupported protocol scheme ""     <n/a>

Note the n/a for both URLs again and the inline error.

CodingDoug avatar Mar 05 '23 00:03 CodingDoug