Open facuquilmes123 opened 4 years ago
@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?
docker-compose
. What is the version of docker and docker-compose you're using?
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.
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 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
@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.
I have a alternative which is work pretty well....dm on my Instagram (@adhitechie) I'll sell it for less price๐๐
On Tue, Feb 2, 2021, 03:08 Mathias Fernandes Duarte Coelho < notifications@github.com> wrote:
@faizshir https://github.com/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.
โ You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/soumyadityac/youtube-viewer/issues/4#issuecomment-771176855, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARH52V3KKH27R5E7VTIUW2DS44NOLANCNFSM4MYJL77Q .
Noy working for me. result with: docker-compose build and npm run build
Thanks a lot.