#TS Playground isn't working

23 messages · Page 1 of 1 (latest)

light patio
#

Failing with error:

valid gyro
#

you'll have to share more info. is this after you've written and/or run some code in the playground? what browser? etc

light patio
#

Hi @valid gyro .
After I run any code.
It's con Chrome Version 115.0.5790.170 (Official Build) (arm64)
Changing TS versiosn didn't help

#

Even clicking on the Run button without code causes that error log

valid gyro
#

hmm, i'm not able to reproduce in Chrome 115 on macOS

#

can you try it in an incognito window? maybe you ended up with something weird in your local storage or something?

light patio
#

same

valid gyro
#

do you have any plugins enabled? i would guess not since this is incognito, but since activatePlugin shows up in the logs maybe?

#

this is what i see when opening the playground in an incognito window then clicking "Run"

light patio
#

I tried Firefox and worked good

valid gyro
#

the only other lead i can see is that localize is in the stack trace; perhaps the difference we're seeing is related to our locales? i'm en-US

#

otherwise i'd have to step through with a debugger

#

anyway since you have a workaround maybe you don't care to investigate more

light patio
#

I'm en-US too

#

I can try debug it later

valid gyro
light patio
#

had 5 minutes. iis not a function

#

it has __ms$mod__ as value

valid gyro
#

huh, i wonder where that comes from. in my instance of Chrome it is a function:

slender swiftBOT
#
'i' in window ? window.i(key) : fallback
valid gyro
#

more like

'i' in window && typeof window.i === 'function' ? window.i(key) : fallback