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
user = "User" # user you set in Advanced Settings -> Camera Account
password = "password" # password you set in Advanced Settings -> Camera Account
host = "some remote wan ip" # ip of the camera, example: 192.168.1.52
tapo = Tapo(host, user, password)
The text was updated successfully, but these errors were encountered:
I am having a strange issue where I get a stok error whenever my VPN is enabled?
Same code works fine without vpn.
The text was updated successfully, but these errors were encountered: