Florian Schweikert

Results 11 comments of Florian Schweikert

> Thanks! In principle it should be possible, but the GoingElectric [API terms&conditions](https://www.goingelectric.de/stromtankstellen/api/terms/) prohibit saving the data for more than 24 hours... so I guess the utility of such a...

A similar problem just appeared in one older project. Always worked in the past, now it crashes if trying to log something to sentry. It used raven 5.8.x, not sure...

@carltongibson can you elaborate how I should use httpx? Only way to use httpx here is to not use apistar client and reimplement the whole api client by hand. Using...

I have the same problem, using a middleware to validate the request and throwing BadRequestError if invalid. If the error is thrown cors header is not set leading to problems...

hi, just installed the update and now my nginx is unable to start, it seems this option is not optional? `Missing option 'real_ip_from' in root in NGINX Home Assistant SSL...

we are currently looking for a way to check that the `content-length` is greater than a defined value, this could provide the needed functionality

Same here, after upgrading to 2024.9 db migration runs for 8h and than fails, restarted HA, migration restarts, and fails again. MariaDB: 10.11.6 ``` 2024-09-05 10:53:07.430 ERROR (Recorder) [homeassistant.helpers.recorder] Error...

does it need the space on the DB server or the HA server? My DB server has 7TB free space, so that shouldn't be the problem.

> It's not because of the size of the disk neither, i have 120gb of free space and a 30gb db, is 4x time the database size. From what i...

I also encounter errors with osd using tesseract from docling, I noticed there is a path where _perform_osd throws a subprocess.CalledProcessError and if _is_auto is False the page isn't skipped...