Giter Club home page Giter Club logo

Comments (7)

doganyazar avatar doganyazar commented on May 25, 2024

After looking this again, it looks like it is a programming error so closing the issue.

Should be

if (err) {
    return reject(err)
}

from docker-modem.

bholbrook73 avatar bholbrook73 commented on May 25, 2024

@doganyazar - I run into the same problem - but only intermittently and I'm not returned any error so rejecting the err doesn't help. Do you have any more information on this?

from docker-modem.

doganyazar avatar doganyazar commented on May 25, 2024

@bholbrook73 sorry I have not had any problems with it after that.

from docker-modem.

KBPratap avatar KBPratap commented on May 25, 2024

I have this issue, on some user machines this works fine but for some it throws the following errors:

TypeError: Cannot read property 'pipe' of null
    at Modem.followProgress (/data/app/node_modules/docker-modem/lib/modem.js:316:10)

Following is the implementation

docker.pull(repoTag, function(err, stream) {
    docker.modem.followProgress(stream, onFinished, onProgress);
    function onFinished(err, output) {
        ....
    }
    function onProgress(event) {
        ....
    }
}

Docker Version 18.03.1-ce-mac65 (24312)

from docker-modem.

MartinMuzatko avatar MartinMuzatko commented on May 25, 2024

same here. It only happens sometimes

from docker-modem.

bj00rn avatar bj00rn commented on May 25, 2024

for me this happens if there is an unexpected network error during pull.

my clock was off in my VM which caused SSL error when pulling from private repo

Steps to reproduce:

  1. Set system clock to be in future/past
  2. try pulling image over HTTPS

from docker-modem.

kratoon avatar kratoon commented on May 25, 2024

Still happens to me if the image does not exist.

from docker-modem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.