Hi,
The master version on the repository is on 0.1.3 and on Pypi is on 0.1.1
The version 0.1.1 is having problems with the XML lib (Probably), returning the error pasted above. When updated to 0.1.3 with pip install https://github.com/RisingOak/route53-transfer/archive/master.zip everything worked fine.
Error:
boto.route53.exception.DNSServerError: DNSServerError: 400 Bad Request
<?xml version="1.0"?>
<ErrorResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><Error><Type>Sender</Type><Code>InvalidInput</Code><Message>Invalid XML ; cvc-complex-type.2.4.b: The content of element 'AliasTarget' is not complete. One of '{"https://route53.amazonaws.com/doc/2013-04-01/":EvaluateTargetHealth}' is expected.</Message></Error><RequestId>d2bccaed-a5f4-11e6-9baa-873da859a4f9</RequestId></ErrorResponse>
Thanks,
Hi,
The master version on the repository is on
0.1.3and on Pypi is on0.1.1The version 0.1.1 is having problems with the XML lib (Probably), returning the error pasted above. When updated to
0.1.3withpip install https://github.com/RisingOak/route53-transfer/archive/master.zipeverything worked fine.Error:
Thanks,