Replies: 7 comments 1 reply
-
The URL https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle works fine for me. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I tried a few different ways to load ruffle. Fixed version number is gone now. Are you able to load/see https://brighteikaiwa.com/ge/index.html?load=MENU.SWF ? The URL https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle works fine for me too. Error: |
Beta Was this translation helpful? Give feedback.
-
That's a console warning and doesn't matter. It's because of jsdelivr/jsdelivr#18033. It's because the source map is at https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle/ruffle.js.map, not https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle.js.map. |
Beta Was this translation helpful? Give feedback.
-
The console warning is because the main CDN is requesting the file, but it doesn't resolve. |
Beta Was this translation helpful? Give feedback.
-
Yes, which is because of the reason listed above. |
Beta Was this translation helpful? Give feedback.
-
In any case, ruffle.js isn't loading |
Beta Was this translation helpful? Give feedback.
-
It's loading for me according to the network tab. The game is never loading however, since getQueryVariable() is never run, but if you open the console and manually run that function it loads. |
Beta Was this translation helpful? Give feedback.
-
https://brighteikaiwa.com/ge/index.html?load=MENU.SWF
This page was working fine yesterday, and then it just didn't.
No changes were made to the code.
<script src="https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle" type="text/javascript">
returns:
DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Beta Was this translation helpful? Give feedback.
All reactions