You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also want to mention that, its work with https://github.com/mihai-dinculescu/tapo this repo. but I want a more efficient and reliable solution to use fewer resources at my home lab. thank you.
The text was updated successfully, but these errors were encountered:
Here is my code, and then I executed i got this error message:
panic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 1 [running]:
github.com/richardjennings/tapo/pkg/tapo.(*Tapo).Handshake(0xc0000000c0)
/Users/enesusta/go/pkg/mod/github.com/richardjennings/tapo@v0.0.2/pkg/tapo/tapo.go:142 +0x934
github.com/richardjennings/tapo/pkg/tapo.NewTapo({0x12afd6c, 0xb}, {0x12b3e2d, 0x17}, {0x12afd77, 0xb})
/Users/enesusta/go/pkg/mod/github.com/richardjennings/tapo@v0.0.2/pkg/tapo/tapo.go:55 +0x37e
main.main()
/Users/enesusta/go/src/github.com/enesusta/tapo-go/main.go:13 +0x39
exit status 2
thank u for ur time
I also want to mention that, its work with https://github.com/mihai-dinculescu/tapo this repo. but I want a more efficient and reliable solution to use fewer resources at my home lab. thank you.
The text was updated successfully, but these errors were encountered: