Git Product home page Git Product logo

Comments (2)

n-jay avatar n-jay commented on June 3, 2024

Hi @Tilix4, I ran RQD via docker and came across a similar set of errors.
Selection_098

It seems like there is a limitation with the pynput module when running in a docker container as it requires an X11 server for the GUI. It's detailed in this doc.
Hence why it didn't work even after you manually installed it.
I've created a fix and sent a PR which will be referenced below.

However, this does not have an effect over RQD being unable to connect to CueBot over gRPC.
I still got the same GRPC connection failed issue with CueBot simply running locally via the IntellIJ IDE even after the pynput fix.

from opencue.

bcipriano avatar bcipriano commented on June 3, 2024

A couple of things to note here:

  • There does appear to be an issue with pynput, but it shouldn't prevent RQD from starting up.
    • A fix is in progress and I've commented on #1311.
    • If Nimby is not able to start, RQD should just essentially deactivate it -- per the Using Nimby nop messages it looks like that's working here.
  • When you're using the quickstart's sandbox setup, some RQD connection errors are expected.
    • The way our Docker compose setup works is to start all containers at the same time. Most of these containers will need to wait for another component's container to be up and running in order to start properly. What you're seeing here is the RQD container has started but the Cuebot container isn't up and running yet, so RQD throws an error then waits a while before it retries.
    • Based on the output in your second screenshot, RQD startup did succeed after Cuebot finished starting up.

Prior to you installing pynput, I would have expected the same -- that RQD would finish starting up eventually despite the error. Is it possible for you to check this again with a fresh setup?

Maybe a "Known Issues" section on the quickstart doc page would help clarify some of these things.

from opencue.

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.