You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with deno compile --lite --log-level=debug --unstable mod.ts
Checking https://dl.deno.land/canary/3505823/denort-x86_64-unknown-linux-gnu.zip
DEBUG RS - reqwest::connect:525 - starting new connection: https://dl.deno.land/
DEBUG RS - rustls::client::hs:89 - No cached session for DNSNameRef("dl.deno.land")
DEBUG RS - rustls::client::hs:211 - Not resuming any session
DEBUG RS - rustls::client::hs:598 - Using ciphersuite TLS13_CHACHA20_POLY1305_SHA256
DEBUG RS - rustls::client::tls13:235 - Not resuming
DEBUG RS - rustls::client::tls13:449 - TLS1.3 encrypted extensions: [ServerNameAck, Protocols([PayloadU8([104, 50])])]
DEBUG RS - rustls::client::hs:430 - ALPN protocol is Some(b"h2")
DEBUG RS - rustls::client::tls13:1157 - Ticket saved
DEBUG RS - rustls::client::tls13:1157 - Ticket saved
DEBUG RS - reqwest::async_impl::client:1477 - response '404 Not Found'for https://dl.deno.land/canary/3505823/denort-x86_64-unknown-linux-gnu.zip
Download could not be found, aborting
The URI https://dl.deno.land/canary/3505823/denort-x86_64-unknown-linux-gnu.zip seems to be wrong, it looks like its using a wrong/shortened commit hash, when i use the full commit hash https://dl.deno.land/canary/3505823e20baf961865ddb1d2c74fd420b79f13e/denort-x86_64-unknown-linux-gnu.zip, it founds a download.
Also it would be good, if there is an error, this error would be red in the console. ;D
The text was updated successfully, but these errors were encountered:
Compiling with
deno compile --lite --log-level=debug --unstable mod.ts
The URI
https://dl.deno.land/canary/3505823/denort-x86_64-unknown-linux-gnu.zip
seems to be wrong, it looks like its using a wrong/shortened commit hash, when i use the full commit hashhttps://dl.deno.land/canary/3505823e20baf961865ddb1d2c74fd420b79f13e/denort-x86_64-unknown-linux-gnu.zip
, it founds a download.Also it would be good, if there is an error, this error would be red in the console. ;D
The text was updated successfully, but these errors were encountered: