MatMaul / pynetgear

Python library to control Netgear wireless routers through the SOAP-api.
MIT License
236 stars 75 forks source link

Error talking to API/Errror communicating with the Netgear router #89

Open cadecur opened 3 years ago

cadecur commented 3 years ago

Router: Netgear C6250 (not on supported list, so that could be the issue)

During initial setup of pynetgear I hit an error immediately after entering credentials, host and port: Error talking to API This error is immediately followed by multiple connection reset errors: ConnectionResetError: [Errno 104] Connection reset by peer And then a final error is thrown: Error communicating with the Netgear router

I figure the router model may just not be supported. Is this happening to anyone with routers on the supported list? Has anyone successfully set up pynetgear with a C6250 router?