Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage response from R6220 #21

Closed
gerth2 opened this issue Aug 20, 2017 · 1 comment
Closed

Garbage response from R6220 #21

gerth2 opened this issue Aug 20, 2017 · 1 comment

Comments

@gerth2
Copy link

gerth2 commented Aug 20, 2017

I recently updated my Netgear R6220 to firmware version V1.1.0.50_1.0.1 . After noticing some issues with device detection in Home Assistant, I came here to do some more investigation on the library. So far, I'm stuck with the following error:

Error parsing respone: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <m:GetAttachDeviceResponse xmlns:m="urn:NETGEAR-ROUTER:service:DeviceInfo:1">
      <NewAttachDevice>16@1;10.111.76.20;UNKNOWN;5C:CF:7F:A7:FF:D2
;NOWN;5C:CF:7F:A7:FF:D2
;;wired;0;100;Block@2;10.111.76.22;UNKNOWN;5C:CF:7F:97:28:B1
;NOWN;5C:CF:7F:97:28:B1
;;wired;0;100;Block@3;10.111.76.28;UNKNOWN;F0:FE:6B:36:7C:68
;NOWN;F0:FE:6B:36:7C:68
;;wired;0;100;Block@4;10.111.76.29;UNKNOWN;A0:20:A6:0C:CE:40
;NOWN;A0:20:A6:0C:CE:40
;;wired;0;100;Block@5;10.111.76.30;UNKNOWN;50:A4:C8:FD:5D:69
;NOWN;50:A4:C8:FD:5D:69
;;wired;0;100;Block@6;10.111.76.31;UNKNOWN;50:C7:BF:53:6B:AE
;NOWN;50:C7:BF:53:6B:AE
;;wired;0;100;Block@7;10.111.76.50;UNKNOWN;AC:37:43:A9:C9:A2
;NOWN;AC:37:43:A9:C9:A2
;;wired;0;100;Block@8;10.111.76.137;GERTHDESKTOP;BC:5F:F4:54:79:A9
;RTHDESKTOP;BC:5F:F4:54:79:A9
;;wired;0;100;Block@9;10.111.76.148;UNKNOWN;00:26:B9:1D:28:0E
;KNOWN;00:26:B9:1D:28:0E
;;wired;0;100;Block@10;10.111.76.29;ESP_0CCE40;A0:20:A6:0C:CE:40;wireless;65;81;Allow@11;10.111.76.28;HF-LPB100-ZJ200;F0:FE:6B:36:7C:68;wireless;65;70;Allow@12;10.111.76.20;SONOFF2-8146;5C:CF:7F:A7:FF:D2;wireless;65;78;Allow@13;10.111.76.31;HS100;50:C7:BF:53:6B:AE;wireless;65;100;Allow@14;10.111.76.30;ANDROID-FBC2783DD21AF18C;50:A4:C8:FD:5D:69;wireless;65;100;Allow@15;10.111.76.22;SONOFF1-2225;5C:CF:7F:97:28:B1;wireless;65;96;Allow@16;10.111.76.50;ANDROID-85756E72DBBE8FE8;AC:37:43:A9:C9:A2;wireless;780;100;Allow</NewAttachDevice>
    </m:GetAttachDeviceResponse>
    <ResponseCode>000</ResponseCode>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Error communicating with the Netgear router

It looks like contents of the tag is corrupted, based on what the code is looking for. I would guess this is a defect in the router firmware, but I'm not certain... Has anyone else seen this or something similar? I unfortunately don't have a "before" capture from the previous firmware on the router.

@MatMaul
Copy link
Owner

MatMaul commented Jul 31, 2018

Closing for now, please reopen if needed after testing last release.

@MatMaul MatMaul closed this as completed Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants