oak icon indicating copy to clipboard operation
oak copied to clipboard

It's not run

Open idranme opened this issue 3 years ago • 2 comments

export * as oak from "https://deno.land/x/[email protected]/mod.ts"
Download https://raw.githubusercontent.com/jshttp/mime-db/v1.52.0/db.json
error: error sending request for url (https://raw.githubusercontent.com/jshttp/mime-db/v1.52.0/db.json): error trying to connect: dns error: 请求的名称有效,但是找不到请求的类型的数据。 (os error 11004)
    at https://deno.land/x/[email protected]/mod.ts:32:16

It means "the name of the request is valid, but the data of the requested type cannot be found"

OS: Windows 11 Deno: 1.21.1 Oak: 10.5.1

idranme avatar May 06 '22 10:05 idranme

export * as from "https://deno.land/x/[email protected]/mod.ts"

操作系统:Windows 11 Deno:1.22.0 Oak:10.5.1

没有报错

dong-lufei avatar May 20 '22 02:05 dong-lufei

You are experiencing issues related to the Great Firewall of China which blocks access to raw github.

kitsonk avatar May 20 '22 03:05 kitsonk