Install
No matching distribution found for glasswarp
No matching distribution found for glasswarp
The public PyPI release may not be live yet. Do not install a
similarly named package. Use the approved package artifact, or inside the
monorepo install the local SDK:
python -m pip install -e sdk/python.ImportError for som_annotate / targets helpers
ImportError for som_annotate / targets helpers
The grounding helpers need Pillow. Install the extra:
pip install "glasswarp[grounding]".Auth
Rigs and sessions
No online rig with API access enabled
No online rig with API access enabled
The host is offline, or API access is off. Open
Console → Rigs: confirm the rig is
online and toggle API access on. This is the per-rig consent gate.
Request timeout
Request timeout
Verify the host stayed online (check the Console), then retry once. If it
recurs, restart the host agent on the Windows machine.
Session seems stuck or usage keeps metering
Session seems stuck or usage keeps metering
Always
end_session in a finally block. End stray sessions from
Console → Sessions. safety_restore also runs on disconnect and
END_SESSION.Input and vision
Drag or mouse_down/up not recognized
Drag or mouse_down/up not recognized
Update the Windows host agent — drag primitives require a host build with
mouse_down / mouse_up.Clicks land in the wrong place
Clicks land in the wrong place
Stop guessing pixels. Use grounding: prefer
list_targets / click_target, or Set-of-Mark via observe(mark=True).Screenshot works but the model misses targets
Screenshot works but the model misses targets
Use
observe() (frame + dirty + targets) instead of a bare screenshot, and
send a Set-of-Mark annotated frame so the model picks a target by id.