Maxim Alter

Results 5 comments of Maxim Alter

Having the same issue (using HA. Started seeing after upgrading to 0.118). Tried running a python (Python 3.8.6) snippet to test: ``` import gkeepapi keep = gkeepapi.Keep() success = keep.login('[email protected]',...

Yes, I've seen it multiple times. It doesnt happen all the time. In most cases I've seen it after my PC wakes after a night's sleep. But not only

No network drives. I have in my explorer OneDrive, Dropbox, and Tresorit Drive. But since I don't use PowerShell usually, never saw this error when just opening a new terminal...

OK, I think I found the problem, the `ENETUNREACH 2606:4700:4400::ac40:97cd:443` was a hint. I commented out the IPv6 definitions in docker-compose and recreated the stack: ``` networks: traefik_proxy: driver: bridge...