UDID 44 characters can not be registered

Hello, I have an apple tv that the UDID is 44 characters and I am trying to add it in the Devices on the developer portal.

https://developer.apple.com/account/resources/devices/list

When I do it through fastlane I get the error:

"errors" : [ {
    "id" : "2ee5f5ff-3f1b-4867-b56f-a35e18f403e6",
    "status" : "409",
    "code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",
    "title" : "An attribute in the provided entity has invalid value",
    "detail" : "An invalid value '********************************************' was provided for the parameter 'udid'."
  } ]
}

When I do it manually from Developer portal the device is being submitted but in the process the last 4 digits are being cut from the UDID so only 40 pass and the device is being recognised as iPod.

Do you know how can I add this device in the Device list?

UDID 44 characters can not be registered
 
 
Q