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

not work #4

Open
facuquilmes123 opened this issue May 3, 2020 · 5 comments
Open

not work #4

facuquilmes123 opened this issue May 3, 2020 · 5 comments
Labels
question Further information is requested

Comments

@facuquilmes123
Copy link

Noy working for me.
result with: docker-compose build and npm run build

yt

yt2

Thanks a lot.

@soumyadityac soumyadityac added the bug Something isn't working label May 4, 2020
@soumyadityac
Copy link
Owner

soumyadityac commented May 4, 2020

@facuquilmes123 Could be an issue with docker-compose. What is the version of docker and docker-compose you're using? Could you also share the windows version?

@soumyadityac soumyadityac added question Further information is requested and removed bug Something isn't working labels May 4, 2020
@facuquilmes123
Copy link
Author

facuquilmes123 commented May 12, 2020

docker-compose. What is the version of docker and docker-compose you're using?

git

and docker

$ docker-compose -v
docker-compose version 1.24.1, build 4667896b
$ docker -v
Docker version 19.03.1, build 74b1e89e8a

Thanks a lot for your time and work !!!
Congratulations Bro.

@faizshir
Copy link

Running the repo on windows and I am getting this error while trying to build the app

Traceback (most recent call last):
File "site-packages\docker\api\client.py", line 205, in _retrieve_server_version
File "site-packages\docker\api\daemon.py", line 181, in version
File "site-packages\docker\utils\decorators.py", line 46, in inner
File "site-packages\docker\api\client.py", line 228, in _get
File "site-packages\requests\sessions.py", line 543, in get
File "site-packages\requests\sessions.py", line 530, in request
File "site-packages\requests\sessions.py", line 643, in send
File "site-packages\requests\adapters.py", line 449, in send
File "site-packages\urllib3\connectionpool.py", line 677, in urlopen
File "site-packages\urllib3\connectionpool.py", line 392, in _make_request
File "http\client.py", line 1244, in request
File "http\client.py", line 1290, in _send_request
File "http\client.py", line 1239, in endheaders
File "http\client.py", line 1026, in _send_output
File "http\client.py", line 966, in send
File "site-packages\docker\transport\npipeconn.py", line 32, in connect
File "site-packages\docker\transport\npipesocket.py", line 23, in wrapped
File "site-packages\docker\transport\npipesocket.py", line 72, in connect
File "site-packages\docker\transport\npipesocket.py", line 59, in connect
pywintypes.error: (2, 'CreateFile', 'The system cannot find the file specified.')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "docker-compose", line 3, in
File "compose\cli\main.py", line 67, in main
File "compose\cli\main.py", line 123, in perform_command
File "compose\cli\command.py", line 69, in project_from_options
File "compose\cli\command.py", line 132, in get_project
File "compose\cli\docker_client.py", line 43, in get_client
File "compose\cli\docker_client.py", line 170, in docker_client
File "site-packages\docker\api\client.py", line 188, in init
File "site-packages\docker\api\client.py", line 213, in _retrieve_server_version
docker.errors.DockerException: Error while fetching server API version: (2, 'CreateFile', 'The system cannot find t
le specified.')
[5696] Failed to execute script docker-compose
npm ERR! code ELIFECYCLE
npm ERR! errno 4294967295
npm ERR! youtube-viewer@1.0.0 build: docker-compose build --no-cache
npm ERR! Exit status 4294967295
npm ERR!
npm ERR! Failed at the youtube-viewer@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sheen\AppData\Roaming\npm-cache_logs\2020-12-11T09_44_01_232Z-debug.log

C:\youtube-viewer-0.1.1>docker-compose -v
docker-compose version 1.27.4, build 40524192

@Math-O5
Copy link

Math-O5 commented Feb 1, 2021

@faizshir I had the same issue, bro. The docker engine is running?

To check: systemctl status docker

To active: systemctl start docker

Then execute the instructions again with super user.

@aadhikeshavareddy
Copy link

aadhikeshavareddy commented Feb 8, 2021 via email

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

No branches or pull requests

6 participants
@soumyadityac @Math-O5 @facuquilmes123 @aadhikeshavareddy @faizshir and others