Skip to content

TurboWarp not connecting to cloud_host URL parameter #645

Open
@MikeDev101

Description

@MikeDev101

Expected Behavior

Opening a project with cloud variables enabled and the cloud_host parameter set should connect to that cloud variable server and start syncing cloud variables.

I'm testing older projects of mine that use Cloud Variables.

I'm also testing my Python-based reimplementation of the Cloud Variable protocol (source).

My Cloud variable host is wss://cl4-test.meower.org/, which autodetects the protocol whenever the handshake method is made.

Actual Behavior

TurboWarp doesn't attempt to connect to the cloud variable host.

My cloud variable host is working, as it connects and syncs fine using Sheeptester's mod. I open the project editor and use the "Set test to #" block and it synchronizes the variable state just fine.

However, when I test the same project using TurboWarp, it never connects to the server.

Steps to Reproduce

Using this test project,

  1. Load TurboWarp with cloud_host url parameter set to wss://cl4-test.meower.org/
  2. File > Load from your computer > test.sb3
  3. Check inspect console, no attempted connections to wss://cl4-test.meower.org/
  4. Toggle "Enable/Disable Cloud Variables"
  5. Move the Test cloud variable slider - Still no response

Operating System and Browser

Windows 10.0.19044, Google Chrome 107.0.5304.106

Note

This is more of a suggestion, but I think TurboWarp should allow editing projects with Cloud Variables enabled if it detects a custom cloud variable host.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions