Open eloekset opened 1 year ago
An unhandled OutOfRetries crashes the display:
OutOfRetries
This happens more frequently lately, probable because of this issue that seems to be related: https://github.com/blog-eivindgl-com/netatmo-dotnet-proxy/issues/26
The PyPortal device should handle this type of error and ignore it, because the issue will most likely go away after a while.
About this error: https://docs.circuitpython.org/projects/requests/en/latest/api.html#adafruit_requests.OutOfRetries
An unhandled
OutOfRetries
crashes the display:This happens more frequently lately, probable because of this issue that seems to be related: https://github.com/blog-eivindgl-com/netatmo-dotnet-proxy/issues/26
The PyPortal device should handle this type of error and ignore it, because the issue will most likely go away after a while.