File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ for _ in range(45):
7171
7272url = f " https:// { sandbox.get_host(PORT )} /?token= { TOKEN } "
7373print (f " Gateway: { url} " )
74+ # Open the URL in your browser before running the next step.
7475```
7576</CodeGroup >
7677
@@ -84,6 +85,8 @@ The gateway requires each browser to be approved as a paired device. Run this af
8485
8586<CodeGroup >
8687``` typescript JavaScript & TypeScript
88+ // Make sure you've opened the gateway URL in your browser before running this.
89+
8790// 4. Poll for the browser's pending device request and approve it
8891for (let i = 0 ; i < 30 ; i ++ ) {
8992 const res = await sandbox .commands .run (
@@ -104,6 +107,8 @@ for (let i = 0; i < 30; i++) {
104107``` python Python
105108import json
106109
110+ # Make sure you've opened the gateway URL in your browser before running this.
111+
107112# 4. Poll for the browser's pending device request and approve it
108113for _ in range (30 ):
109114 try :
You can’t perform that action at this time.
0 commit comments