We discovered a little bug in the shotgun integration:
When using “:” or “;” in the task description in Shotgun the submitter hangs after the initial connection.
2014-03-27 11:52:44: PYTHON: Traceback (most recent call last):
2014-03-27 11:52:44: PYTHON: File “none”, line 1006, in SGProjectsUpdated
2014-03-27 11:52:44: PYTHON: File “…\Libraries\ThinkboxUI\UI\Controls\Scripting\ScriptControl.py”, line 110, in SetItems
2014-03-27 11:52:44: PYTHON: File “…\Libraries\ThinkboxUI\UI\Controls\Scripting\ComboControl.py”, line 46, in setTheItems
2014-03-27 11:52:44: PYTHON: UnicodeDecodeError
2014-03-27 11:52:44: PYTHON: :
2014-03-27 11:52:44: PYTHON: ‘ascii’ codec can’t decode byte 0xc3 in position 23: ordinal not in range(128)
Removing those from the description is a workaround, but it took us a while to nail it down so i thought I share…
Timor