Skip to content

Full mode is not working. #1172

@dirtySnowman-I

Description

@dirtySnowman-I

hello,
I followed the instructions for full mode exactly. But it did not work, I will paste the log at the end. Q0_ My vps is located in USA which has high ping can that be the problem if so how can I expand the timeout? Q1_ Should I do something more than this on vps?
administrator@vps-abcd:~/vpre$ docker run -d --name mhrv-tunnel --restart unless-stopped \

-p 8080:8080 -e TUNNEL_AUTH_KEY=real_pass_with_no_qutation_mark
ghcr.io/therealaleph/mhrv-tunnel-node:latest
Unable to find image 'ghcr.io/therealaleph/mhrv-tunnel-node:latest' locally
latest: Pulling from therealaleph/mhrv-tunnel-node
2dadec338fdf: Pull complete
9ea681d07a1a: Pull complete
afe92b13d420: Pull complete
9b02e9fcb401: Pull complete
1eabd3e18e0a: Download complete
Digest: sha256:566dbba48fb421ce30113ad0fa11ab8f67f94ce750d017a035e49ae388dda2dd
Status: Downloaded newer image for ghcr.io/therealaleph/mhrv-tunnel-node:latest
e5a201182905df90df13d6e526d39ca60e0d10f17a0934553678af18f3945d37

Q2_ I changed the 3 variables needed to change in CodeFull.gs and for TUNNEL_SERVER_URL I gave it the domain of the vps like https://mydomain.com; should it be something else? And for local setup I set full tunnel mode, Apps Script ID and password then save and start should I do something differently?

Please inform me if anyone has succeeded in deployment and working with full mode? I used my local windows and vps Ubuntu 24, 12GB RAM, 6 CPU, 200Mbps and i used version v1.9.24 of this app . if you succeeded what version did you used? did you have any problem with it?

also if I have to change something on my vps how can I remove the old set up?

2026-05-13T21:11:27.856383800Z [ui] starting proxy...
2026-05-13T21:11:27.856897Z INFO Loaded MITM CA from C:\Users\Afra\AppData\Roaming\mhrv-rs\config\ca/ca.crt
2026-05-13T21:11:27.856924500Z [ui] listening HTTP 127.0.0.1:8085 SOCKS5 127.0.0.1:8086
2026-05-13T21:11:27.856928Z INFO tunnel mux: 1 deployment(s), 30 concurrent per deployment
2026-05-13T21:11:27.856930Z INFO batch coalesce: step=10ms max=1000ms
2026-05-13T21:11:27.857084Z WARN Listening HTTP on 127.0.0.1:8085 — set your browser HTTP proxy to this address.
2026-05-13T21:11:27.857086Z WARN Listening SOCKS5 on 127.0.0.1:8086 — xray / Telegram / app-level SOCKS5 clients use this.
2026-05-13T21:11:28.206350Z INFO h2 connection established to relay edge
2026-05-13T21:11:35.606208Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:35.606696Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:35.674627Z INFO dispatch quorum.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:35.710737Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:35.918149Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.688640Z INFO dispatch go-updater.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.695923Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.695972Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.696035Z INFO dispatch quorum.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.696054Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.696127Z INFO dispatch go-updater.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.749938Z INFO dispatch quorum.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.749982Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.750001Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.750020Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:37.750120Z INFO dispatch go-updater.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:38.345915Z INFO batch: 1 ops → AKfycbxB, rtt=2.7270297s
2026-05-13T21:11:38.345933Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:38.345969Z ERROR tunnel connect_data error for accounts.google.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:38.351328Z INFO batch: 1 ops → AKfycbxB, rtt=2.6538345s
2026-05-13T21:11:38.351350Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:38.351384Z ERROR tunnel connect_data error for quorum.wdp.brave.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:38.555082Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:38.850098Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:39.057397Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:39.317299Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:39.517235Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:39.685863Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:41.003926Z INFO dispatch github.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:41.664523Z INFO batch: 1 ops → AKfycbxB, rtt=2.3322809s
2026-05-13T21:11:41.664545Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:41.664579Z ERROR tunnel connect_data error for search.brave.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:41.666077Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:42.983767Z INFO batch: 1 ops → AKfycbxB, rtt=3.4549391s
2026-05-13T21:11:42.983785Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:42.983824Z ERROR tunnel connect_data error for search.brave.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:42.984754Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:43.743959Z INFO batch: 1 ops → AKfycbxB, rtt=8.0149837s
2026-05-13T21:11:43.743974Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:43.744020Z ERROR tunnel connect_data error for collector.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:43.941779Z INFO batch: 1 ops → AKfycbxB, rtt=8.0084732s
2026-05-13T21:11:43.941793Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:43.941816Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.405379Z INFO batch: 1 ops → AKfycbxB, rtt=2.4005805s
2026-05-13T21:11:45.405394Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:45.405421Z ERROR tunnel connect_data error for search.brave.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:45.723726Z INFO batch: 6 ops → AKfycbxB, rtt=8.0095341s
2026-05-13T21:11:45.723740Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:45.723775Z ERROR tunnel connect_data error for go-updater.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.723837Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.723908Z ERROR tunnel connect_data error for quorum.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.723952Z ERROR tunnel connect_data error for collector.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.723956Z ERROR tunnel connect_data error for go-updater.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.724062Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772539Z INFO batch: 5 ops → AKfycbxB, rtt=8.0043513s
2026-05-13T21:11:45.772555Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772590Z ERROR tunnel connect_data error for go-updater.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772607Z ERROR tunnel connect_data error for collector.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772642Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772656Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.772697Z ERROR tunnel connect_data error for quorum.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:45.775488Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:45.775601Z INFO dispatch quorum.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:45.775670Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:45.775700Z INFO dispatch go-updater.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:45.775757Z INFO dispatch accounts.google.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:46.575039Z INFO batch: 1 ops → AKfycbxB, rtt=8.0021752s
2026-05-13T21:11:46.575053Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:46.575077Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:46.576351Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:46.880912Z INFO batch: 1 ops → AKfycbxB, rtt=8.0156298s
2026-05-13T21:11:46.880929Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:46.880955Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:46.882191Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:47.077687Z INFO batch: 1 ops → AKfycbxB, rtt=8.0063365s
2026-05-13T21:11:47.077703Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:47.077726Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:47.079011Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:47.717867Z INFO batch: 1 ops → AKfycbxB, rtt=8.0101945s
2026-05-13T21:11:47.717882Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:47.717912Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:47.719274Z INFO dispatch search.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:49.023390Z INFO batch: 1 ops → AKfycbxB, rtt=8.0067499s
2026-05-13T21:11:49.023404Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:49.023428Z ERROR tunnel connect_data error for github.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:49.024870Z INFO dispatch github.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:49.693611Z INFO batch: 1 ops → AKfycbxB, rtt=8.0123367s
2026-05-13T21:11:49.693628Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:49.693664Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:51.719128Z INFO batch: 1 ops → AKfycbxB, rtt=2.6803685s
2026-05-13T21:11:51.719149Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:51.719187Z ERROR tunnel connect_data error for github.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:52.752638Z INFO dispatch github.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:53.793427Z INFO batch: 5 ops → AKfycbxB, rtt=8.0010388s
2026-05-13T21:11:53.793443Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:53.793481Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:53.793487Z ERROR tunnel connect_data error for quorum.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:53.793555Z ERROR tunnel connect_data error for accounts.google.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:53.793588Z ERROR tunnel connect_data error for collector.wdp.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:53.793605Z ERROR tunnel connect_data error for go-updater.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:53.798870Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:54.606036Z INFO batch: 1 ops → AKfycbxB, rtt=8.0097376s
2026-05-13T21:11:54.606045Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:54.606061Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:54.897016Z INFO batch: 1 ops → AKfycbxB, rtt=8.0010603s
2026-05-13T21:11:54.897028Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:54.897053Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:55.100126Z INFO batch: 1 ops → AKfycbxB, rtt=8.0067891s
2026-05-13T21:11:55.100153Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:55.100175Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:55.740890Z INFO batch: 1 ops → AKfycbxB, rtt=8.008645s
2026-05-13T21:11:55.740898Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:11:55.740911Z ERROR tunnel connect_data error for search.brave.com:443: relay error: h1 open timed out after 8s
2026-05-13T21:11:56.008426Z INFO batch: 1 ops → AKfycbxB, rtt=3.2413435s
2026-05-13T21:11:56.008437Z ERROR batch failed (script AKfycbxB): got the v1.8.0 decoy/placeholder body — could be (1) AUTH_KEY mismatch between mhrv-rs config and Code.gs (run a direct curl probe against the deployment to verify), (2) Apps Script execution timeout or per-100s quota tear (try lowering parallel_concurrency in config), (3) Apps Script internal hiccup (transient, retry next batch), or (4) ISP-side response truncation (#313 pattern, try a different google_ip). To distinguish (1) from the rest: set DIAGNOSTIC_MODE=true at the top of Code.gs + redeploy as new version — only AUTH_KEY mismatch returns this body in diagnostic mode.
2026-05-13T21:11:56.008458Z ERROR tunnel connect_data error for github.com:443: bad response: no json in batch response: <title>Web App</title>

The script completed but did not return anything.


2026-05-13T21:11:56.009401Z INFO dispatch github.com:443 -> full tunnel (via batch mux)
2026-05-13T21:11:59.147920Z INFO dispatch collector.wdp.brave.com:443 -> full tunnel (via batch mux)
2026-05-13T21:12:01.104820600Z [ui] stop requested
2026-05-13T21:12:01.104977Z INFO Shutdown signal received, stopping listeners
2026-05-13T21:12:01.104994800Z [ui] proxy stopped
2026-05-13T21:12:01.105114300Z [ui] proxy stopped gracefully
2026-05-13T21:12:01.816159Z INFO batch: 1 ops → AKfycbxB, rtt=8.0053915s
2026-05-13T21:12:01.816167Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:12:04.029393Z INFO batch: 1 ops → AKfycbxB, rtt=8.0060673s
2026-05-13T21:12:04.029405Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:12:07.167039Z INFO batch: 1 ops → AKfycbxB, rtt=8.0045464s
2026-05-13T21:12:07.167048Z WARN batch failed (script AKfycbxB): relay error: h1 open timed out after 8s
2026-05-13T21:12:10.762464Z INFO h2 fast path active; h1 fallback pool pre-warmed with 1 connection(s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions