[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2014-09-16 Thread David Klasinc
** Changed in: kazam (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2014-02-17 Thread Trond-trondhuso
Output of command: kazam --debug DEBUG Kazam - Starting ... DEBUG Main - Setting variables. DEBUG PulseAudio - PA - Starting mainloop. DEBUG PulseAudio - PA - Getting API. DEBUG PulseAudio - PA - Setting context. DEBUG PulseAudio - PA - Set state callback. DEBUG PulseAudio - PA -

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2013-04-05 Thread Benjamin
Hello, this occured still on Lubuntu 12.04 Desktop with all updates after installation: cf@cf:~$ kazam --debug DEBUG Kazam - Starting ... DEBUG Main - Setting variables. DEBUG PulseAudio - PA - Starting mainloop. DEBUG PulseAudio - PA - Getting API. DEBUG PulseAudio - PA - Setting

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2013-04-05 Thread Jack Wearden
Looks like on app.py line 578 audio2_vol is -infinity, I've fixed it locally by prepending with the line: if audio2_vol 0: audio2_vol = 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title:

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2013-04-05 Thread Jack Wearden
After branching from lp:kazam, the code is different to what I get from running apt-get source kazam. I don't know enough about Ubuntu packaging to figure out where the repo is for the code being installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-12-06 Thread Jack Wearden
I'm still experiencing this bug, and Chris' solution of making the input volume non-zero fixes this for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-11-01 Thread David Klasinc
** Changed in: kazam Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-10-20 Thread Vadim Peretokin
I ran into this problem while being subscribed to the stable PPA (I noticed it's mentioned that the unstable one does not work). Had to set the input mic to be above 0db as well: DEBUG PulseAudio - PA - pa_sourceinfo_cb() DEBUG PulseAudio - - IDX: 4 DEBUG PulseAudio - - Name:

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-07-27 Thread a_paddy
I encountered this issue after downloading Kazam from 12.04's default repo. Chris' solution fixed it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-30 Thread Ubuntu Foundation's Bug Bot
** Changed in: kazam (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-09 Thread David Klasinc
Thanks! Awesome. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage notifications about this bug go to:

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-08 Thread Chris Giltnane
Unstable now works for me. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage notifications about

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-06 Thread David Klasinc
** Changed in: kazam (Ubuntu) Status: Fix Committed = In Progress ** Changed in: kazam Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title:

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-06 Thread David Klasinc
Apparently this bug popped up in two different places in the code. I've tested it in stable and unstable branch and I can't reproduce it in the stable version. Which probably means that the intial solution fixed it for stable branch. Unstable branch is working with volumes a different way so

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-06 Thread David Klasinc
Steps to reproduce this behavior: - open pavucontrol - set volume of all the input sources to the lowest level - start kazam - you should encounter a ValueError exception - apply fix - restart kazam to confirm there is no ValueError exception -- You received this bug notification because you

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-05 Thread Dion de Ville
I can confirm the bug still exists and the solution is the same as Chris mentioned, above. the input device streams do not need to be muted, just put to as low a level as possible. Glad I found this solution because I uninstalled, purged, tried different PPAs... Chris, thank you for your

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-02 Thread Chris Giltnane
Have not been able to update yet but have found the cause of the problem. I had the input microphone volume for both the internal mic and the docking station mic ( which I have not got) in the sound preferences set to mute. As soon as I changed that to a low level but not 0 level kazam started

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-25 Thread David Klasinc
Awesome. It would be most helpful if you can test this on new stable version - 1.0.7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread Chris Giltnane
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage notifications about

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread David Klasinc
Can you run kazam wih --debug option and attach the output? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread Chris Giltnane
kazam --chris@laptop:~$ kazam --debug INFO Kazam - Logger intialized. INFO Kazam - Running on: Ubuntu 12.04 DEBUG Kazam - Starting ... DEBUG Main - Setting variables. DEBUG PulseAudio - Starting mainloop. DEBUG PulseAudio - Getting API. DEBUG PulseAudio - Setting context. DEBUG PulseAudio - Set

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread David Klasinc
** Changed in: kazam (Ubuntu) Status: New = Confirmed ** Changed in: kazam (Ubuntu) Assignee: (unassigned) = David Klasinc (bigwhale) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread Launchpad Bug Tracker
** Branch linked: lp:kazam -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage notifications about this bug

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread David Klasinc
** Also affects: kazam Importance: Undecided Status: New ** Changed in: kazam Status: New = Confirmed ** Changed in: kazam Importance: Undecided = Medium ** Changed in: kazam Assignee: (unassigned) = David Klasinc (bigwhale) ** Changed in: kazam Milestone: None =

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread Launchpad Bug Tracker
** Branch linked: lp:kazam/stable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage notifications about

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread David Klasinc
Thanks for the report! This should be fixed in stable and unstable branch. If you can test the stable branch and report your results back, I'd appreciate it. I can't duplicate this bug, so there is no way for me to test it. ** Changed in: kazam (Ubuntu) Status: Confirmed = Fix Committed

[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-04-23 Thread Chris Giltnane
Will do as soon as I get the update Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983827 Title: kazam crashed with ValueError in function(): %f not in range %f to %f To manage