JerLarge
JerLarge
this has been happening to me for quite some time as well on my r8000 when enabled via HA
i had it set in HA to interval_seconds: 180 and it was still doing it. i actually tried this via CLI on v0.6.0 this afternoon and couldnt get it to...
left it over night, and everything works fine still (iteration 1150 currently) and counting
perfect, that is almost exactly what i was using as a script, except i had something to count each loop through
I am running `import pynetgear, time from pynetgear import Netgear netgear = Netgear(password='password', force_login_v2=True) x=0 while True: for i in netgear.get_attached_devices(): print (i) time.sleep(20) print (x) x+=1` and then i...
and neither of those replicate the error, though the script fails at somepoint here is v1 (force_login_v2=false) that ran since last night 1773 Error talking to API Traceback (most recent...