Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck at: [custom-init] No custom files found, skipping... #5

Open
imWildCat opened this issue Nov 1, 2023 · 3 comments
Open

Stuck at: [custom-init] No custom files found, skipping... #5

imWildCat opened this issue Nov 1, 2023 · 3 comments

Comments

@imWildCat
Copy link

version: "3"
services:
  warproxy:
    container_name: docker-warproxy
    image: ghcr.io/105pm/docker-warproxy:latest
    network_mode: bridge
    restart: always
    volumes:
      - ./data/config:/config
    ports:
      - 28008:${PROXY_PORT:-8008}
        #      - 28080:8080
    environment:
      - PGID=${PGID}
      - PUID=${PUID}
      - WARP_PLUS=true
      - WGCF_LICENSE_KEY=
      - WGCF_DEVICE_NAME=
      - PROXY_USER=
      - PROXY_PASS=

Full log:

docker-warproxy  | [migrations] started
docker-warproxy  | [migrations] no migrations found
docker-warproxy  | usermod: no changes
docker-warproxy  | ───────────────────────────────────────
docker-warproxy  |   _____ __ __ _____ _____ _____ _____
docker-warproxy  |  |     |  |  |   __|_   _|     |     |
docker-warproxy  |  |   --|  |  |__   | | | |  |  | | | |
docker-warproxy  |  |_____|_____|_____| |_| |_____|_|_|_|
docker-warproxy  |        _____ __ __ _ __    ____
docker-warproxy  |       | __  |  |  | |  |  |    \
docker-warproxy  |       | __ -|  |  | |  |__|  |  |
docker-warproxy  |       |_____|_____|_|_____|____/
docker-warproxy  |
docker-warproxy  |   Based on images from linuxserver.io
docker-warproxy  | ───────────────────────────────────────
docker-warproxy  |
docker-warproxy  | To support LSIO projects visit:
docker-warproxy  | https://www.linuxserver.io/donate/
docker-warproxy  |
docker-warproxy  | ───────────────────────────────────────
docker-warproxy  | GID/UID
docker-warproxy  | ───────────────────────────────────────
docker-warproxy  |
docker-warproxy  | User UID:    911
docker-warproxy  | User GID:    911
docker-warproxy  | ───────────────────────────────────────
docker-warproxy  |
docker-warproxy  | *** wgcf: Updating account info...
docker-warproxy  | [timestamp] Using config file: /config/wgcf-account.toml
docker-warproxy  | [timestamp] =======================================
docker-warproxy  | [timestamp] Device name   : phoneix
docker-warproxy  | [timestamp] Device model  : PC
docker-warproxy  | [timestamp] Device active : true
docker-warproxy  | [timestamp] Account type  : limited
docker-warproxy  | [timestamp] Role          : child
docker-warproxy  | [timestamp] Premium data  : 21.85 PiB
docker-warproxy  | [timestamp] Quota         : 21.85 PiB
docker-warproxy  | [timestamp] =======================================
docker-warproxy  | [timestamp] Successfully updated Cloudflare Warp account
docker-warproxy  | [custom-init] No custom files found, skipping...
@kokojacket
Copy link

I also encountered this problem, have you solved it?

@underw8
Copy link

underw8 commented Dec 6, 2023

Probably due to Cloudflare's abuse prevention

ViRb3/wgcf#158

@by275
Copy link
Collaborator

by275 commented Dec 6, 2023

First time I tried with a new key generated by wgcf, it attempts to enable warp+ like below

[custom-init] No custom files found, skipping...
*** wireproxy: Connection established: warp=on
2023/12/07 00:26:32 [warp+] Free 1GB added!
2023/12/07 00:26:32 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:26:43 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:26:55 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:27:06 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:27:18 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:27:30 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on
2023/12/07 00:27:34 [warp+] Free 1GB added!
2023/12/07 00:27:42 [warp+] Updating device info...
*** wireproxy: Connection established: warp=on

but stop the container and try with the same license key after some time it works

[custom-init] No custom files found, skipping...
*** wireproxy: Connection established: warp=plus
2023/12/07 03:54:17 [warp+] Free 1GB added!
[ls.io-init] done.
cd75bf47bb0b:/config# *** executing => pproxy -l http://0.0.0.0:8008 -r socks5://127.0.0.1:8080 --auth 0
Using uvloop
Serving on ipv? 0.0.0.0:8008 by http
2023/12/07 03:55:20 [warp+] Free 1GB added!
2023/12/07 03:56:23 [warp+] Free 1GB added!
2023/12/07 03:57:26 [warp+] Free 1GB added!
2023/12/07 03:58:29 [warp+] Free 1GB added!

No idea why...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants