Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » ScratchAttach - TurboWarp Cloud Problem
- --SupraCode--
-
Scratcher
21 posts
ScratchAttach - TurboWarp Cloud Problem
Hi!
I run a Python cloud server (scratchattach 2.2.3, Python 3.12) for my projects (IDs 1333999788 and 1235793796). The server listens to both clouds:
Scratch: session.connect_cloud(id).requests() → works, requests arrive live.
TurboWarp: sa.get_tw_cloud(id, purpose=…, contact=…).requests() → connects fine, but never receives anything.
Diagnostics already done:
A raw WebSocket listener on wss: //clouddata.turbowarp.org/ (valid User-Agent with contact info, correct handshake) receives the stored value of ☁ TO_HOST on join, but never any new set when I click in the project on https://turbowarp.org/<id>. So the web player itself never sends updates.
Adding “ ?username=–SupraCode– ” to the URL changes nothing.
The exact same server code worked a few months ago, and still works on scratch.mit.edu today.
Other servers (e.g. RedOS10 by KROKOBIL) receive TurboWarp cloud requests normally, so the TurboWarp cloud server itself is fine — it seems specific to my browser/setup.
What could prevent the TurboWarp web player from sending cloud variable updates? A setting, a username requirement, a browser block? Any idea welcome, I've been stuck for days.
Thanks!
I run a Python cloud server (scratchattach 2.2.3, Python 3.12) for my projects (IDs 1333999788 and 1235793796). The server listens to both clouds:
Scratch: session.connect_cloud(id).requests() → works, requests arrive live.
TurboWarp: sa.get_tw_cloud(id, purpose=…, contact=…).requests() → connects fine, but never receives anything.
Diagnostics already done:
A raw WebSocket listener on wss: //clouddata.turbowarp.org/ (valid User-Agent with contact info, correct handshake) receives the stored value of ☁ TO_HOST on join, but never any new set when I click in the project on https://turbowarp.org/<id>. So the web player itself never sends updates.
Adding “ ?username=–SupraCode– ” to the URL changes nothing.
The exact same server code worked a few months ago, and still works on scratch.mit.edu today.
Other servers (e.g. RedOS10 by KROKOBIL) receive TurboWarp cloud requests normally, so the TurboWarp cloud server itself is fine — it seems specific to my browser/setup.
What could prevent the TurboWarp web player from sending cloud variable updates? A setting, a username requirement, a browser block? Any idea welcome, I've been stuck for days.

Thanks!
Last edited by --SupraCode-- (Yesterday 09:39:24)
- cosmosaura
-
Scratch Team
1000+ posts
ScratchAttach - TurboWarp Cloud Problem
I'll move this over to the Advanced Topics section for you - that's a better fit for this kind of topic 

- Discussion Forums
- » Advanced Topics
-
» ScratchAttach - TurboWarp Cloud Problem