[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-09-26 Thread Erich Eickmeyer
** Changed in: ubuntustudio-controls 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/1822463 Title: autojack crashed with ValueError in start_slave(): not

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntustudio-controls - 1.9.1 --- ubuntustudio-controls (1.9.1) eoan; urgency=medium * Demoted carla from depends to recommends -- Erich Eickmeyer Thu, 13 Jun 2019 11:07:41 -0700 ** Changed in: ubuntustudio-controls (Ubuntu) Status: Fix

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-05-01 Thread Len Ovens
line 371 and it's if statement have been removed. Please try the autobuilds version again. I think I was trying to be too smart with that anyway. It assumes there is always more than one device when there is a USB device... bad idea. -- You received this bug notification because you are a member

Re: [Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-05-01 Thread Len Ovens
On Wed, 1 May 2019, Ross Gammon wrote: > File "/usr/bin/autojack", line 371, in config_start >start_slave(dev) > File "/usr/bin/autojack", line 540, in start_slave >dname, dev, sub = ldev.split(",", 2) > AttributeError: 'tuple' object has no attribute 'split' Can I assume that A)

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-05-01 Thread Ross Gammon
Well, so far the problem is pretty limited, and only those with the older us-controls sticking with DEV=default would experience the bug. And the simple work-around is to update to the fixed version in the ppa, re-save the configuration, and autojack should be happy after that. I just ran

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-28 Thread Erich Eickmeyer
@rosco2 Should we make this an SRU as well, or do you feel a simple upload to the backport PPA would suffice? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822463 Title: autojack crashed with

Re: [Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-27 Thread Len Ovens
On Sat, 27 Apr 2019, Ross Gammon wrote: > So us-controls now saves a better default value for new installations, > but someone that was already getting the crash will still get it until > they save a new configuration, and a person that manually edits the > config file will also still get a

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-27 Thread Ross Gammon
Hi Len, It took a long time to work out the best test method. But I can confirm that the version in the autobuilder fixes the autojack crash once you go into us-controls and save the configuration. If you upgrade from the old version to the new version with DEV=default still in

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-27 Thread Len Ovens
Ross please check new version build in autobuilds: https://code.launchpad.net/~ubuntustudio-dev/+archive/ubuntu/autobuild ** Changed in: ubuntustudio-controls Status: Confirmed => Fix Committed ** Changed in: ubuntustudio-controls (Ubuntu) Status: Confirmed => Fix Committed --

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-26 Thread Erich Eickmeyer
** Changed in: ubuntustudio-controls (Ubuntu) Status: Incomplete => Confirmed ** Also affects: ubuntustudio-controls Importance: Undecided Status: New ** Changed in: ubuntustudio-controls Status: New => Confirmed ** Changed in: ubuntustudio-controls Importance:

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-26 Thread Len Ovens
That is a bug. for sure, Line 367 or 536 is incorrect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822463 Title: autojack crashed with ValueError in start_slave(): not enough values to unpack

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-26 Thread Erich Eickmeyer
@rosco2 Could you try the same steps with the checkbox in QJackCtl set to not shut down Jack at quit? ** Changed in: ubuntustudio-controls (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-26 Thread Erich Eickmeyer
It's important to note that QJackCtl is set to stop Jack upon quit by default. This should probably be disabled prior to quitting QJackCtl, as Autojack probably doesn't like it when QJackCtl shuts down Jack prior to a reboot. -- You received this bug notification because you are a member of

[Bug 1822463] Re: autojack crashed with ValueError in start_slave(): not enough values to unpack (expected 3, got 1)

2019-04-26 Thread Ross Gammon
** Information type changed from Private 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/1822463 Title: autojack crashed with ValueError in start_slave(): not enough values to unpack