Code: Alles auswählen
2024-05-07, 17:32:12
opsi PackageBuilder version: 9.0.0
--------------------------------------------------------------------------------
<class 'TypeError'>:
arguments did not match any overloaded call:
move(self, a0: QPoint): argument 1 has unexpected type 'float'
move(self, ax: int, ay: int): argument 1 has unexpected type 'float'
--------------------------------------------------------------------------------
File "opb\gui\splash.py", line 148, in show_
self._splash.move(hpos, vpos)
2024-05-07, 17:34:01
opsi PackageBuilder version: 9.0.0
--------------------------------------------------------------------------------
<class 'spur.errors.CouldNotChangeDirectoryError'>:
Could not change directory to: /var/lib/opsi/workbench/TS_INT/eClinical/Staging/_OPSI_Instilation/OPSI_Packages/Workbench/openvpn-connect
Original error: b'bash: line 0: cd: /var/lib/opsi/workbench/TS_INT/eClinical/Staging/_OPSI_Instilation/OPSI_Packages/Workbench/openvpn-connect: No such file or directory\n\n'
--------------------------------------------------------------------------------
File "opb\controller\main.py", line 496, in project_build
self.do_build()
File "opb\controller\base.py", line 297, in do_build
self._do(opb.OpEnum.DO_BUILD, translate("baseController", "Build running..."), alt_destination=dest)
File "opb\controller\base.py", line 200, in _do
result = proc.run(jobtype, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "opb\core\processing.py", line 167, in run
result = self._processAction(cmd, action, ret, split=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "opb\core\processing.py", line 990, in _processAction
result = self.shell.run(
^^^^^^^^^^^^^^^
File "spur\ssh.py", line 172, in run
File "spur\ssh.py", line 204, in spawn