transform-hub icon indicating copy to clipboard operation
transform-hub copied to clipboard

Sequence unpack failed when starting Sequence multiple times

Open S4adam opened this issue 3 years ago • 0 comments

This issue happens only while using Panel. It does not happen on a locally hosted Transform Hub.

Starting the same Sequence more than once may trigger: Error: { message: 'Sequence unpack failed', exitcode: 10 }

I've tested it with the following typescript Sequences:

Steps to Reproduce

  1. Send a Sequence to Hub
  2. Start the Sequence
  3. Keep starting the Sequence again and again - the error might instantly (or not) pop up and an Instance won't be created.

Expected behavior Sequence should have several Instances started with no issues from Runner.

Version

  • STH version: 0.30.4 (build: 'f0f7c52')
  • node version: 16.17.0
  • os: Ubuntu 20.04 Free space: /dev/sda5 51G (size) 23G (used) 27G (avail) 47% (used %)

seq_unpack_failed

S4adam avatar Dec 13 '22 12:12 S4adam