Code Monkey home page Code Monkey logo

Comments (8)

pbrisbin avatar pbrisbin commented on June 28, 2024

I'm unable to reproduce this using that ruby with either the CLI or Skype servers.

Please send me the output of the following commands:

$ /usr/bin/env ruby --version

$ bundle show

$ cat config/basil.yml

Be sure to mask any passwords in that last one

Finally, if you could update lines 27-30 of lib/basil.rb to the following:

rescue Exception => ex
  $stderr.puts ex.message
  $stderr.puts "#{ex.backtrace.join("\n")}"
  exit 1
end

That should shed a little more light.

from basil.

ssingh2012 avatar ssingh2012 commented on June 28, 2024

Hi,

Sorry - looks like an issue with my dbus not setup correctly . DISPLAY variable was not exported.
Need install dbus correctly however my config of dbus is failing. This issue can be closed! :)

from basil.

scottyrb avatar scottyrb commented on June 28, 2024

I have the same issue and it looks related to dbus. How did you solve this? Can you point me to a URL or issue?

from basil.

sukhi2012 avatar sukhi2012 commented on June 28, 2024

hi , i had to do a few things... first install :

sudo apt-get install dbus
sudo apt-get install dbus-x11

then had to at times run the following:

dbus-launch --sh-syntax > ~/.dbus.sh
source ~/.dbus.sh
screen -S Skype xvfb-run -n 0 -s "-screen 0 800x600x16" /usr/bin/skype

then in another screen session i had to run :

source ~/.dbus.sh

then call start basil in same session...

from basil.

mreider avatar mreider commented on June 28, 2024

Thanks... figured it out :)

from basil.

pbrisbin avatar pbrisbin commented on June 28, 2024

@mreider was that comment meant for #8?

@sukhi2012 that seems annoyingly hacky -- is your server headless? If not, can you try removing xvfb from the equation and check if things work without that workaround? I have a feeling there might be a disconnect between the fake x server and your running dbus, and if so, there might be a better way to handle it.

from basil.

mreider avatar mreider commented on June 28, 2024

I was logged in as scottyrb before - which is why my comment made no sense - but it was for this issue. My solution was to start a gnome session :)

from basil.

sukhi2012 avatar sukhi2012 commented on June 28, 2024

@pbrisbin yep my server is headless so i have no other working solution...

from basil.

Related Issues (8)

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.