DatL4g / KCEF

Kotlin implementation of jcefmaven with more modern setup and depending on JetBrains/jcef
https://datl4g.github.io/KCEF/
Apache License 2.0
48 stars 8 forks source link

Illegal input: Field 'body' is required for type with serial name 'dev.datlag.kcef.model.GitHubRelease', but it was missing at path: $ #20

Closed MrMilkot closed 1 week ago

MrMilkot commented 1 week ago

Less than an hour ago, this error appeared when trying to init KCEF.

Illegal input: Field 'body' is required for type with serial name 'dev.datlag.kcef.model.GitHubRelease', but it was missing at path: $

MrMilkot commented 1 week ago

The problems are probably somehow related.

https://github.com/KevinnZou/compose-webview-multiplatform/issues/173

DatL4g commented 1 week ago

This is caused by the GitHub API, since 2024.04.20.2 you can specify your own download URL.

However I recommend to use v2024.04.20.4 as it doesn't require downloading at all.