Binozo

Results 28 comments of Binozo

Update: This worked locally but not on production: `resp.getOutputStream().write(new String(("" + responseBody).getBytes(StandardCharsets.UTF_8), StandardCharsets.UTF_8).getBytes());` The biggest pain in the ass I've ever had. ![grafik](https://user-images.githubusercontent.com/70137898/132106122-370b992d-52ec-494f-94b1-40f05b47c910.png)

I removed these lines `resp.setContentType("application/json; charset=UTF-8");` `resp.setCharacterEncoding("UTF-8");` and it started working. ![grafik](https://user-images.githubusercontent.com/70137898/132107131-12e6173d-a4b5-4a43-a964-d25ccf85bafa.png) The Problem is, ä, ö and ü **is** UTF-8. This is ridiculous.

I added functionality to change the animation curve too

@ardera Sorry but I couldn't get it to work. Here are my logs: ``` [flutter-pi] WARNING: display didn't provide valid physical dimensions. The device-pixel ratio will default to 1.0, which...

@ardera I am using Raspbian Bullseye on a Raspberry Pi Zero 2 W. Maybe the Zero 2 W variant causes the problem?

Now it started working :) Thank you!

I got it running by running `sudo systemctl stop dhcpcd` on a Raspberry Pi 4 with Up-to-date Raspberry Pi OS :)