Traceback (most recent call last):
File "C:\projects\x\x\playground.py", line 41, in <module>
workitem.setCustomField("testMethod", field_value)
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\polarion\base\custom_fields.py", line 37, in setCustomField
self.save()
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\polarion\workitem.py", line 748, in save
service.updateWorkItem(updated_item)
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\zeep\proxy.py", line 46, in __call__
return self._proxy._binding.send(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\zeep\wsdl\bindings\soap.py", line 135, in send
return self.process_reply(client, operation_obj, response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\zeep\wsdl\bindings\soap.py", line 229, in process_reply
return self.process_error(doc, operation)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\zeep\wsdl\bindings\soap.py", line 329, in process_error
raise Fault(
zeep.exceptions.Fault: java.lang.IllegalArgumentException: Model collections are not allowed to contain null items.
This Exception Traceback also occurs if a custom Enum field gets retrieved and then set with the API.
Hi,
I'm currently experiencing a zeep exception when trying to set a custom field with an EnumType or ArrayOfEnumType. The Code:
My Traceback looks like this:
This Exception Traceback also occurs if a custom Enum field gets retrieved and then set with the API.