Overview
In this issue I'll explain some problems & workarounds for them, plus, a problem with no kinda solution.
- The Script Completed But Did Not Return Anything:
in case of this error, check 2 key points:
- Your auth key. instead of generating something random using password managers (or whatever tool which does the same), create a simple long string (same length as the default dummy string is preferred) with no numbers, no symbols, and nothing. just ASCII.
- Your tunnel node URL is set to HTTPS://, NOT HTTP://. this may be surprising but sometimes only HTTP:// works. DO NOT use HTTPS:// if your tunnel node is misbehaving.
- The tunnel works, there's no problem, but it's not stable
- this stability problem comes from the fact that your VPS IP is probably blacklisted somewhere OR is being treated as a proxy. what you could do about this is to make a proxy chain, and it would fix the problem.
Here's the new problem I didn't find any kinda workaround for:
- relay error: h1 open timed out after 8s
FULL LOG:
2026-05-13T10:03:51.869669Z INFO dispatch 149.154.175.54:443 -> full tunnel (via batch mux)
2026-05-13T10:03:51.873858Z INFO SOCKS5 CONNECT -> 149.154.167.91:443
2026-05-13T10:03:51.873863Z INFO SOCKS5 CONNECT -> 149.154.167.91:80
2026-05-13T10:03:51.873878Z INFO dispatch 149.154.167.91:80 -> full tunnel (via batch mux)
2026-05-13T10:03:51.873885Z INFO dispatch 149.154.167.91:443 -> full tunnel (via batch mux)
2026-05-13T10:03:51.940839Z ERROR tunnel connect error for 149.154.167.91:80: relay error: h1 open timed out after 8s
2026-05-13T10:03:52.186059Z INFO batch: 1 ops → AKfycbzb, rtt=2.856623029s
2026-05-13T10:03:52.186090Z INFO tunnel session 896539e1-7814-4a81-b9c1-21c3541bab89 closed for 91.108.56.153:80
2026-05-13T10:03:52.523893Z INFO batch: 2 ops → AKfycbzb, rtt=3.142594183s
FULL LOG:
2026-05-13T10:23:20.982319Z ERROR tunnel connect_data error for play.google.com:443: json: key must be a string at line 1 column 2
2026-05-13T10:23:24.397707Z INFO batch: 1 ops → AKfycby_, rtt=8.001397935s
2026-05-13T10:23:24.397720Z WARN batch failed (script AKfycby_): relay error: h1 open timed out after 8s
2026-05-13T10:23:24.397740Z ERROR tunnel connect_data error for www.googletagmanager.com:443: relay error: h1 open timed out after 8s
2026-05-13T10:23:24.419865Z INFO batch: 1 ops → AKfycby_, rtt=8.000802008s
2026-05-13T10:23:24.419878Z WARN batch failed (script AKfycby_): relay error: h1 open timed out after 8s
2026-05-13T10:23:24.419894Z ERROR tunnel connect_data error for www.gstatic.com:443: relay error: h1 open timed out after 8s
2026-05-13T10:23:27.988285Z INFO batch: 1 ops → AKfycby_, rtt=8.001244176s
2026-05-13T10:23:27.988298Z WARN batch failed (script AKfycby_): relay error: h1 open timed out after 8s
2026-05-13T10:23:27.988313Z ERROR tunnel connect_data error for script.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T10:23:42.081773Z INFO pool pre-warmed with 3 connection(s)
Overview
In this issue I'll explain some problems & workarounds for them, plus, a problem with no kinda solution.
in case of this error, check 2 key points:
Here's the new problem I didn't find any kinda workaround for:
FULL LOG:
FULL LOG: