Coder Social home page Coder Social logo

Comments (3)

masmu avatar masmu commented on July 19, 2024

Thank you very much! I merged it right away.

  • 0.2.2 - (2015-01-18)
    • Fixed encoding issues
    • Try to load the DBus module if it is not loaded before (thanks to Takkat-Nebuk)

from pulseaudio-dlna.

Takkat-Nebuk avatar Takkat-Nebuk commented on July 19, 2024

Hi - thanks for merging.

Unfortunately after some testing we could see that loading the module may take too long. Then a dbus connection exception will raise despite the module had loaded properly. This will lead to an unwanted program termination.

To overcome this we need to wait for the subprocess to terminate by calling Popen.wait() or Popen.communicate()

61            subprocess.Popen(['pactl','load-module','module-dbus-protocol']).communicate()

So sorry for me having posted code here without proper testing.

from pulseaudio-dlna.

masmu avatar masmu commented on July 19, 2024

Don't worry, those things happen. I noticed this myself today, but without the report i would have cared about it later.

So thanks for the fix! 😄

  • 0.2.3 - (2015-01-21)
    • Fixed a timing bug where the pulseaudio module was not loaded fast enough (thanks to Takkat-Nebuk)

from pulseaudio-dlna.

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.