cloudlink-omega / extension

Scratch 3 Extension API for CLΩ.
MIT License
10 stars 0 forks source link

issue with connecting #1

Closed jonasrhee1208wastaken closed 6 months ago

jonasrhee1208wastaken commented 6 months ago

even with default ugi, the connect dosen't seem to work. maybe try using webshell instead of websecureshell? cloudlink 4 uses webshell and it works, but this uses websecureshell and dosen't work.

MikeDev101 commented 6 months ago

What? CloudLink 4 uses WebSockets, not a webshell.

If you're trying to use the extension(s) in an insecure context (http://) it will not work. CL5 uses WebRTC, which a secure context (https://) is mandatory. The API blocks will provide logging information in your browser's inspect console, maybe you can provide me with an output of that?

Also, if you're trying to test the extensions on your own, you need two sessions with two different accounts to test things out. RTFM.