pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

Error when working offline

Open fredrikaverpil opened this issue 7 months ago • 7 comments

When I enter a directory where dev has been activated, and when working offline:

$ cd dotfiles
resolving graph…error: Uncaught (in promise) TypeError: error sending request for url (https://dist.pkgx.dev/info-zip.org/unzip/darwin/aarch64/versions.txt): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
    at async mainFetch (ext:deno_fetch/26_fetch.js:170:12)
    at async fetch (ext:deno_fetch/26_fetch.js:391:7)
    at async Object.get (https://deno.land/x/[email protected]/src/hooks/useInventory.ts:17:15)
    at async Object.select (https://deno.land/x/[email protected]/src/hooks/useInventory.ts:7:20)

Is this expected?

fredrikaverpil avatar Jul 15 '24 09:07 fredrikaverpil