Hiddify-Manager icon indicating copy to clipboard operation
Hiddify-Manager copied to clipboard

Docker install stop at Building (8/10) every time

Open huang5307 opened this issue 1 year ago • 3 comments

Describe the bug A clear and concise description of what the bug is.

I used docker installed. every time stop at "Building 741.9s (8/10) " ,

Building 741.9s (8/10)                                                           
 => [internal] load build definition from Dockerfile                            0.1s
 => => transferring dockerfile: 635B                                            0.1s
 => [internal] load metadata for docker.io/library/ubuntu:22.04                 1.5s
 => [internal] load .dockerignore                                               0.0s
 => => transferring context: 59B                                                0.0s
 => [1/6] FROM docker.io/library/ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9  0.0s
 => [internal] load build context                                               4.4s
 => => transferring context: 81.85MB                                            4.1s
 => CACHED [2/6] RUN apt-get update && apt-get install -y whiptail apt-utils c  0.0s
 => CACHED [3/6] WORKDIR /opt/hiddify-manager/                                  0.0s
 => CACHED [4/6] COPY . .                                                       0.0s
 => [5/6] RUN bash install.sh install-docker                                  735.9s
 => => # Collecting wcwidth                                                         
 => => #   Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)                  
 => => # Installing collected packages: wcwidth, asyncio, argparse, typing-extension
 => => # s, urwid, cli_progress                                                     
 => => # Successfully installed argparse-1.4.0 asyncio-3.4.3 cli_progress-2.0.0 typi
 => => # ng-extensions-4.12.2 urwid-2.6.10 wcwidth-0.2.13    

OS: Ubuntu 22.04.4 LTS (GNU/Linux 6.5.0-1027-oracle x86_64) Docker Compose version v2.6.1

image

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

huang5307 avatar Sep 02 '24 12:09 huang5307

the screen i past is the second time i installed. of course, I followed the steps : git clone https://github.com/hiddify/hiddify-config cd hiddify-config touch hiddify-panel/hiddifypanel.db docker-compose up -d

huang5307 avatar Sep 02 '24 12:09 huang5307

image another try , the same.

huang5307 avatar Sep 02 '24 21:09 huang5307

Hi, please mention which version you tried to install

litoosh13 avatar Oct 03 '24 16:10 litoosh13

I tried down to v10.70.0

It blocks on cli_progress and one cpu core stays at 100%.

tinternet avatar Oct 07 '24 20:10 tinternet

We noticed the problem and we will fix it...thanks for Pr

litoosh13 avatar Oct 08 '24 07:10 litoosh13

Same problem.

Was trying to add --no-gui option. Script continues to next steps. Next was error while compiling mysqlclient extension. After installation apt install python3-dev next error was Can't connect to MySQL server on '127.0.0.1:3306 and I surrendered.

minimulin avatar Oct 12 '24 19:10 minimulin