dotKrad / hass-fpl

FPL Component for Home Assistant
MIT License
40 stars 20 forks source link

Timeout when calling self.session.post/get #52

Open apetrycki opened 4 months ago

apetrycki commented 4 months ago

Fairly regularly, when the integration goes to update (for me, it's usually the appliance or service updates), it times out when calling the self.session.post or get. Increasing the async timeout to 10s does not help. I think this may be due to calling the session pool multiple times. I have a feeling this issue is common for multiple integrations as I see similar errors with some other integrations that shouldn't happen (polling local webservers over 1Gbps connections or in docker containers).