urosch

Results 13 comments of urosch

Anyone found a solution or a workaround? I'm having the same problem... Using a MBA.

same thing here, using raspberry 3b+ (Buster)and I get the same message, the transmitted signal is longer (in ms) than original one. Any idea why this happens?

Same issue here - Roborock S5, Firmware version 3.5.8_002034. `ERR getRoomList | roborock.vacuum.s5 | Could not find a timer for autoroom`

> Same issue here - Roborock S5, Firmware version 3.5.8_002034. > > `ERR getRoomList | roborock.vacuum.s5 | Could not find a timer for autoroom` Actually I got this message today:...

> I've got a similar (at least how it manifests) problem using the "group manager" in the django admin interface. Trying to add a group results in the same exception...

Still no development? The same problem persists... Is there any solutions, does anyone know what is the cause of this error?

“http://llocalhost/search” looks like a typo… (double l) ;) If so, try http://localhost/search If not, have you tried using port 8080? http://localhost:8080/search

Is running the project in a docker an option for you? If yes, I recommend it! I'm satisfied myself ever since trying it out ;) Better performance overall also.

there is a ”docker-compose.yml” file with all that's needed. docker compose up -d

As @dirkf wrote: adding `chapter_data = sorted(chapter_data, key=lambda c: int_or_none(c.get('timecode'), default=0))` to vimeo extractor fixes this bug Will this be pushed to yt-dlp?