You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which results in Uncaught (in promise) ReferenceError: WURFL is not defined, and then nothing will work from there on: the code editor won't load (leaving just a tiny textarea), and the Run button will log Uncaught TypeError: window.codeworldEditor is undefined and not work.
I also opened google/codeworld#1644 to fix this on their end, but since that project hasn't had any commits in 18 months, I don't expect it to get merged any time soon.
Prerequisites
URL(s) where the issue occurs.
https://code.world/
Description
The site will fail to finish loading. The problem comes from this filter:
uAssets/filters/filters.txt
Line 9682 in 700c4b1
Which means
WURFL
never gets defined. Thenhttps://code.world/js/codeworld.js
(in strict mode) does this:Which results in
Uncaught (in promise) ReferenceError: WURFL is not defined
, and then nothing will work from there on: the code editor won't load (leaving just a tiny textarea), and the Run button will logUncaught TypeError: window.codeworldEditor is undefined
and not work.Other extensions used
None.
Screenshot(s)
Screenshot(s)
Configuration
Details
The text was updated successfully, but these errors were encountered: