square-agency-59624
08/07/2025, 9:02 PMRunning Execution on Remote.
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /home/nkram/miniconda3/envs/union/lib/python3.10/site-packages/union/_usage.py:36 in │
│ custom_invoke │
│ │
│ 33 │ log_level = get_level_from_cli_verbosity(verbosity) │
│ 34 │ logger.setLevel(log_level) │
│ 35 │ try: │
│ ❱ 36 │ │ return Group.invoke(self, ctx) │
│ 37 │ except Exception as e: │
│ 38 │ │ from union._exceptions import UnionRequireConfigException │
│ 39 │
│ │
│ /home/nkram/miniconda3/envs/union/lib/python3.10/concurrent/futures/_base.py:458 in result │
│ │
│ 455 │ │ │ │ if self._state in [CANCELLED, CANCELLED_AND_NOTIFIED]: │
│ 456 │ │ │ │ │ raise CancelledError() │
│ 457 │ │ │ │ elif self._state == FINISHED: │
│ ❱ 458 │ │ │ │ │ return self.__get_result() │
│ 459 │ │ │ │ else: │
│ 460 │ │ │ │ │ raise TimeoutError() │
│ 461 │ │ finally: │
│ │
│ /home/nkram/miniconda3/envs/union/lib/python3.10/concurrent/futures/_base.py:403 in __get_result │
│ │
│ 400 │ def __get_result(self): │
│ 401 │ │ if self._exception: │
│ 402 │ │ │ try: │
│ ❱ 403 │ │ │ │ raise self._exception │
│ 404 │ │ │ finally: │
│ 405 │ │ │ │ # Break a reference cycle with the exception in self._exception │
│ 406 │ │ │ │ self = None │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: expected string or bytes-like object
jolly-florist-66728
08/07/2025, 9:02 PM