sites icon indicating copy to clipboard operation
sites copied to clipboard

Svelte.dev example not working

Open ile opened this issue 3 years ago • 3 comments

Describe the bug

Example here doesn't seem to work: https://svelte.dev/tutorial/writable-stores

Reproduction

Try it at https://svelte.dev/tutorial/writable-stores

Logs

index.d4c62bfd.js:60 running Svelte compiler version 3.46.2
index.d4c62bfd.js:60 Error: Could not load https://unpkg.com/svelte@3/internal/index.mjs (imported by ./App.svelte): 
    at R (/_app/assets/index.d4c62bfd.js:25:74383)
    at Js (/_app/assets/index.d4c62bfd.js:51:3334)
    at /_app/assets/index.d4c62bfd.js:51:20803
    at async /_app/assets/index.d4c62bfd.js:51:8739
    at async Ju.work (/_app/assets/index.d4c62bfd.js:51:2722)


### System Info

```shell
-

Severity

annoyance

ile avatar Jan 19 '22 03:01 ile

It's working for me now. I'm assuming this was a temporary network issue or a blip with unpkg.

Conduitry avatar Jan 19 '22 08:01 Conduitry

I had experienced this before while working on the REPL locally. It doesn't happen very often, but I think it's because unpkg noticed repeated requests from the same client and throttled it. Not sure if we can do anything about it, except self-hosting ourselves.

bluwy avatar Jan 19 '22 09:01 bluwy

I tried to refresh it a few times: the error happened a couple of times. 90 % times it worked, 10 % not.

I lowered Brave's "shields", but it still happened from time to time.

ile avatar Jan 19 '22 16:01 ile