skip to Main Content

Deno unexpected internal error encountered – Ubuntu

I make a lot of fetches through the fetch-API in Deno TypeScript. The problem now is that randomly I get the following error (can't be caught by try-catch): error: Uncaught (in promise) TypeError: error sending request for url (https://www.googleapis.com/calendar/v3/calendars/****@group.calendar.google.com/events/?calendarId=****group.calendar.google.com): http2…

VIEW QUESTION

Redis – Error: 429 Too Many Requests while downloading deno imports

I am using deno with docker hayd/alpine-deno image and denon watching for file changes. When I build the container I get 429 Too Many Requests importing the std dependencies: ... Download https://deno.land/[email protected]/encoding/_yaml/type/int.ts Download https://deno.land/[email protected]/encoding/_yaml/type/map.ts Download https://deno.land/[email protected]/encoding/_yaml/type/merge.ts Download https://deno.land/[email protected]/encoding/_yaml/type/nil.ts Download https://deno.land/[email protected]/encoding/_yaml/type/omap.ts…

VIEW QUESTION
Back To Top
Search