thedarkwinter / Net-DRI

Perl EPP Client: Net-DRI-0.X_tdw based on Net-DRI-0.96_09
GNU General Public License v2.0
19 stars 15 forks source link

Eu transfer not work #409

Closed ivan1986 closed 5 months ago

ivan1986 commented 3 years ago
<?xml version="1.0" encoding="UTF-8"?><epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"><response><result code="2102"><msg>Unimplemented option</msg><extValue><value><domain:name hosts="none">deepdocs.eu</domain:name></value><reason>[hosts=none] is not supported.</reason></extValue></result><trID><clTRID>EURID-46-1605883416318994</clTRID><svTRID>e632ff81e-d6a7-42b1-ae82-89a6c1cea5f9</svTRID></trID></response></epp>
ivan1986 commented 3 years ago
Index: Net/DRI/Protocol/EPP/Extensions/EURid/Domain.pm
===================================================================
--- Net/DRI/Protocol/EPP/Extensions/EURid/Domain.pm
+++ Net/DRI/Protocol/EPP/Extensions/EURid/Domain.pm
@@ -180,6 +180,10 @@ sub info
  my ($epp,$domain,$rd)=@_;
  my $mes=$epp->message();

+ my @d=Net::DRI::Protocol::EPP::Util::domain_build_command($mes,'info',$domain);
+ push @d,Net::DRI::Protocol::EPP::Util::domain_build_authinfo($epp,$rd->{auth}) if Net::DRI::Util::has_auth($rd);
+ $mes->command_body(\@d);
+
  if (Net::DRI::Util::has_key($rd,'authinfo_request') && $rd->{authinfo_request})
  {
   my $eid=$mes->command_extension_register('authInfo','info');
thedarkwinter commented 3 years ago

Hi @ivan1986. You probably noticed I'm not very actively involved here any more! Thanks for the above. Is this something you have locally patched tested? I haven't seen any issues with this on our end. @paullojorgge maybe when you have a mo you can let me know if you seen this, or have any issues with adding the above?

ivan1986 commented 3 years ago

@thedarkwinter yes we use this lib in my work - namesilo.com when we get some issues from prod and fix it's in lib i send patch all patches tested on prod