artemvang / p100-go

Library for communicating with Tapo P100 smart plug
MIT License
7 stars 6 forks source link

Did TP-Link change something? #2

Open jrydval opened 2 years ago

jrydval commented 2 years ago

Hi Artemvag!

Isn't there something changed on the TP-Link side?

My small utility now returns:

panic: Got error code 9999

when calling:

deviceInfo, err := device.GetDeviceInfo()

if err != nil {
    log.Panic(err)
}

I would say that it is not actually an issue of your library, it seems to be a result of a change on TP-Link side. Am I right?

Best Regards, Jan

artemvang commented 2 years ago

Hi jrydval!

I've just updated software on my p100 smart plug and yea, looks like TP-Link changed something, same 9999 error code. Thanks for report, I'll try to figure out the issue.