Giter Club home page Giter Club logo

Comments (16)

josephxk avatar josephxk commented on May 17, 2024 3

This happened for me too, Docker version 20.10.24 and Ace link 2.05, on an M1.
When I first installed Docker, the CLI tools were installed under ~/.docker/bin and Ace link could not detect Docker. Going into Docker's settings > advanced and changing the location of the CLI tools to /usr/local/bin fixed it for me.

How about adding ~/.docker/bin to the PATH in the detection process?

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024 2

Thanks @edudediegolucas, I'm glad you got it working :)

For those who still having issues finding Docker, please try #55 (comment), because it attempts to find the docker cli inside Docker.app.

from acelink.

viktordavidovich avatar viktordavidovich commented on May 17, 2024 1

@edudediegolucas @viktordavidovich what do you get for docker; echo $?; which docker?

@blaise-io I'm getting this /usr/local/bin/docker
Long story short, I had to uninstall docker which has been already installed before ace-link. I've done the same for VLC player (has been installed before)
Then I called brew install ace-link --cask and now ace-link works fine.

from acelink.

marcosdiak avatar marcosdiak commented on May 17, 2024 1

@edudediegolucas @viktordavidovich what do you get for docker; echo $?; which docker?

@blaise-io I'm getting this /usr/local/bin/docker Long story short, I had to uninstall docker which has been already installed before ace-link. I've done the same for VLC player (has been installed before) Then I called brew install ace-link --cask and now ace-link works fine.

This worked for me too. Thanks.

from acelink.

damt983 avatar damt983 commented on May 17, 2024

Same happends to me

from acelink.

hithisisfun avatar hithisisfun commented on May 17, 2024

did there end up being a way of solving this, the same happens to me.

from acelink.

edudediegolucas avatar edudediegolucas commented on May 17, 2024

Same for BigSur:
imagen

Using

$ docker --version
Docker version 20.10.24, build 297e128

and ace-link app version 2.0.2.

from acelink.

viktordavidovich avatar viktordavidovich commented on May 17, 2024

Same for me, docker version is 20.10.24

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

I'm likely detecting whether Docker is installed the wrong way. (

let canPlay = Process.runCommand("docker").terminationStatus == 0
) I did this to support Colima, which is a Docker replacement, instead of detecting a correct BundleID but apparently running docker without parameters may exit with an error status.

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

@edudediegolucas @viktordavidovich what do you get for docker; echo $?; which docker?

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

Alternatively, does this work for you guys? Ace.Link.2.0.3-RC.dmg.zip

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

Thanks @viktordavidovich.

I created https://github.com/blaise-io/acelink/releases/download/2.0.3/Ace.Link.2.0.3.dmg which slightly changes the detection of docker. If anyone still has issues, please open Terminal.app and report your output of docker; echo $?; docker --version; echo $?; which docker

from acelink.

edudediegolucas avatar edudediegolucas commented on May 17, 2024

@edudediegolucas @viktordavidovich what do you get for docker; echo $?; which docker?

@blaise-io this where my docker is (I installed via brew long time ago):

/Applications/Docker.app/Contents/Resources/bin/docker

Recently, I had to change my PATH env to apps folder because latest docker versions provided the possibility of having binaries in non-sudo folders: I noticed also that when upgrading via brew, it does not ask for sudo password anymore.

And I have updated as well the app to the new 2.0.3 version I have still the Docker is required... message.

Thanks for your time, really appreciated.

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

I can solve this but it gets a bit ugly: I can find and run Docker by BundleID, but Ace Link also sort of supports Colima and possibly other runtimes in the future, so then I'd have to list those BundleID's as well. But I don't know which BundleID would be preferred by the user, so then it gets messy. It's probably best to rely for now on the docker that's on the PATH.

from acelink.

blaise-io avatar blaise-io commented on May 17, 2024

For those who don't have docker in their path, can you verify this build works? Ace.Link.2.0.5-bundleid.dmg.zip

If it does not work, please paste the log of Ace Link in this issue. You can retrieve the log like this:

  1. Open Console.app
  2. In Console.app search box, type Process: Ace Link and press enter
  3. Click on Start or Start streaming
  4. Open this Ace Link build
  5. It should now start populating Console.app with debug information, Cmd+A, Cmd+C and then Cmd+V in this issue

from acelink.

edudediegolucas avatar edudediegolucas commented on May 17, 2024

Hey @blaise-io , I finally have Ace Link working ;)
I did 2 main things, first, change docker location here:

imagen

and secondly, working with IntelliJ and docker gave me another hint (honestly don't know if this was the issue):

imagen

I simply symlinked my home docker.sock to the one in /var/run via sudo.

Anyway, IMO, the first option is more suitable to be the solution to my problem but I put the second if anyone has any other related issue.
Thanks for the help!

from acelink.

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.