Comment 5 for bug 705158

Revision history for this message
Eugene Volkov (evolkov) wrote : RE: [Bug 705158] Re: ValueError: too many values to unpack

Sorry, I did not understand what I was doing... I did not expect it will allow me to do that, will not do it any more

Sorry again,
Eugene

________________________________________
From: <email address hidden> [<email address hidden>] On Behalf Of Jacob Peddicord [<email address hidden>]
Sent: Thursday, January 20, 2011 5:58 PM
To: Evgeniy Volkov
Subject: [Bug 705158] Re: ValueError: too many values to unpack

Please don't change the bug status; the fix will be released when it's
released. I'll try my best to get this pushed to Maverick soon.

** Changed in: jobsadmin
       Status: Fix Released => Fix Committed

--
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/705158

Title:
  ValueError: too many values to unpack

Status in jobs-admin:
  Fix Committed

Bug description:
  Installed jobs-admin (and jobservice) 0.8.0-0ubuntu1 on Maverick from repository. On starting from System menu it appears to crash immediately. When run from terminal -
  $ jobs-admin
  No module named pkit
  Traceback (most recent call last):
    File "/usr/bin/jobs-admin", line 31, in <module>
      ui.load_jobs()
    File "/usr/lib/pymodules/python2.6/JobsAdmin/__init__.py", line 108, in load_jobs
      weight = 700 if job.running else 400
    File "/usr/lib/pymodules/python2.6/JobsAdmin/remote.py", line 68, in __getattr__
      retry(self._connect, call)
    File "/usr/lib/pymodules/python2.6/JobsAdmin/util.py", line 26, in retry
      return func()
    File "/usr/lib/pymodules/python2.6/JobsAdmin/remote.py", line 67, in call
      dbus_interface=PROPERTIES_IFACE)
    File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
      return self._proxy_method(*args, **keywords)
    File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
      **keywords)
    File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
      message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.ValueError: Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
      retval = candidate_method(self, *args, **keywords)
    File "/usr/lib/pymodules/python2.6/JobService/job.py", line 40, in GetAll
      self._load_properties()
    File "/usr/lib/pymodules/python2.6/JobService/job.py", line 122, in _load_properties
      self._props = self.root.proxy.get_service(self.name)
    File "/usr/lib/pymodules/python2.6/JobService/backends/__init__.py", line 111, in get_service
      info.update(bk.get_service(name))
    File "/usr/lib/pymodules/python2.6/JobService/backends/upstart_0_6.py", line 73, in get_service
      job_name, inst_name = self._split_job(name)
    File "/usr/lib/pymodules/python2.6/JobService/backends/upstart_0_6.py", line 136, in _split_job
      job_name, inst_name = name.split('/')
  ValueError: too many values to unpack

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/jobsadmin/+bug/705158/+subscribe