-
I am changing my network addressing to use the 172.24.x.x network and noticed my Mesmerizer was stuck on the same display, so I reloaded the most recent Mesmerizer image (V040). Now, when I go to the main page, it is blank. "View source" shows the basic "go get these scripts" headers:
But the Javascript console reports:
Would this be a problem with the remote javascript package at unpkg.com? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
It seems that this morning (my morning, CEST/UTC+2) unpkg.com was having some issues, as I was getting 503 errors for every request. I just checked again, and I now get the correct responses, including an Access-Control-Allow-Origin header equal to *. Unfortunately, I will not be able to test with an actual Mesmerizer for some time, but you could try again and see what happens now. |
Beta Was this translation helpful? Give feedback.
-
The CORS error is probably a red herring. The root error is "500 Internal Server Error" when trying to fetch https://unpkg.com/@mui/[email protected]/umd/material-ui.development.js as of Mon, 31 Mar 2025 17:55:22 GMT |
Beta Was this translation helpful? Give feedback.
-
Main branch of github was changed to retrieve scripts from jsDelivr,net instead of unpkg.com. Mesmerizer code was built using the new code and deployed to https://plummerssoftwarellc.github.io/NightDriverStrip/. A couple interesting notes:
But it works. |
Beta Was this translation helpful? Give feedback.
Main branch of github was changed to retrieve scripts from jsDelivr,net instead of unpkg.com. Mesmerizer code was built using the new code and deployed to https://plummerssoftwarellc.github.io/NightDriverStrip/.
A couple interesting notes:
But it works.