Giter Site home page Giter Site logo

Comments (5)

machado144 avatar machado144 commented on August 15, 2024 1

Do you have any specifications about how did you started your Apparition session?
Did you used any chrome flags?

I got this issue too by running my tests with some of my browser_options as nil.
After i updated them to true, it started to work (Those configs are used on Amazon Linux too)

Code that returns this deadlock error:
browser_options: { 'disable-gpu': nil, 'no-sandbox': nil, 'user-agent': "xxxx" }

With Deadlock error solved:
browser_options: { 'disable-gpu': true, 'no-sandbox': true, 'user-agent': "xxxx" }

Maybe with more specifications we can get into a solution for this.
@piya23300 @alexchumak

from apparition.

twalpole avatar twalpole commented on August 15, 2024

No idea with just that stack trace.

from apparition.

piya23300 avatar piya23300 commented on August 15, 2024

I found this problem too T.T

@alexchumak DO you have any solutions?

from apparition.

alexchumak avatar alexchumak commented on August 15, 2024

@piya23300, nope. But I haven't had a chance to dive into it any deeper. Please do let me know if you get anywhere with this. Thank you!

from apparition.

alexchumak avatar alexchumak commented on August 15, 2024

Thank you @machado144! Setting the browser options did the trick!

Much appreciated!

from apparition.

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.