Translate block doesn't work anymore

I tried running this block, but it threw an error:


So I took out the URL block, and it reports nothing:
URL block reporting nothing
I visited the URL, and it worked fine:
image
This also works fine:

Does anyone know what's going on?

This just means that scratch has decided to turn on CORS, basically making it so that only requests from allowed domains can access it (basically it will only work on the scratch website). However you can use a CORS proxy to bypass this restriction. This is a good simple one https://iajs-cors.rchrd2.workers.dev/

It's still not working:

untitled script pic (44)

Oh, okay. I didn't include the https://. Thanks!