Sören Brunk
Sören Brunk
I've been a bit disconnected from TF Scala since I left academia but I'd still be interested in joining a call about the codebase. I'm also super interested in what...
Fine with me.
Hi, I just stumbled upon `librespot-java` (which looks amazing!) and then this thread when trying to use it. I'm building an NFC remote control to enable the kids to play...
Wow that was fast @devgianlu. While looking into [zeroconf-java](https://github.com/devgianlu/zeroconf-java/), I just saw that you had released `1.3.1`. So I tried it and now the speakers show up on the discovery...
I think connecting with the current user of librespot-java would be the best fit for my use-case.
@devgianlu now that discovery works is there anything I can do to help with the connect part?
I'm trying to use `PasswordGrant` against a [Keycloak](https://www.keycloak.org/) instance, which causes a deserialization error: ``` com.ocadotechnology.sttp.oauth2.common$OAuth2Exception: Client call resulted in error (200): Missing required field: DownField(user_name) at com.ocadotechnology.sttp.oauth2.PasswordGrantProvider$.$anonfun$apply$3(PasswordGrantProvider.scala:26) at cats.syntax.EitherOps$.leftMap$extension(either.scala:172)...
One perhaps interesting observation is that http4s produces a a slightly different url encoding than kubectl: ```scala @ execRequest("debian", Seq("sh", "-c", "echo a && echo b"), None).toString res80: String =...
I did a quick hacky experiment and the different url encoding does not seem to be related to the issue.
Adding @novakov-alexey because you worked on that part of the code lately in #99 so perhaps you have a clue.