Git Product home page Git Product logo

Comments (4)

csnover avatar csnover commented on August 17, 2024

The documentation you link, as well as sc --help, specify that the argument is to be comma-separated, which is what Dig Dug does. “Comma-separated list of domains.” This has been true back to Sauce Connect 3. If Sauce Connect 4 is not accepting a comma-separated list, then it is a bug in Sauce Connect 4 that needs to be fixed there.

from digdug.

vladikoff avatar vladikoff commented on August 17, 2024

You can see from my screenshot that part of the command is

-D latest.dev.lcip.org [SPACE] restmail.net

shouldn't that be:

-D latest.dev.lcip.org,restmail.net

Maybe I'm misunderstanding something

from digdug.

csnover avatar csnover commented on August 17, 2024

Dig Dug does comma-separate the list of direct domains:

this.directDomains.length && args.push('-D', this.directDomains.join(','));

This report sounded to me like Sauce Connect expected a space-separated list, which is what my response was trying to address, since the code already generates a comma-separated list.

Without a reduced set of reproduction steps, expected results, and actual results, it is very difficult to understand what is actually being reported, so I will guess blindly and incorrectly much of the time in such cases. To minimise confusion, please make sure to try to provide them for all issues in future. Thanks!

from digdug.

vladikoff avatar vladikoff commented on August 17, 2024

Dig Dug does comma-separate the list of direct domains:

Yeah saw that in the source, but I wonder why the resulting process has it space separated.

from digdug.

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.