Skip to content

Commit d05769d

Browse files
really really remind to open browser in that step
1 parent 329fa1e commit d05769d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/agents/openclaw-gateway.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ for _ in range(45):
7171

7272
url = f"https://{sandbox.get_host(PORT)}/?token={TOKEN}"
7373
print(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
8891
for (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
105108
import 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
108113
for _ in range(30):
109114
try:

0 commit comments

Comments
 (0)