Suwayomi / Suwayomi-JUI

A Suwayomi-Server client built in Compose Multiplatform
Mozilla Public License 2.0
414 stars 26 forks source link

[Bug] Tachidesk fails to connect to the server #68

Closed andreacorinti closed 1 year ago

andreacorinti commented 1 year ago

Device information

Steps to reproduce

  1. Launch Tachidesk-JUI
  2. Trying to connect to the server

Expected behavior

Tachidesk connecting to the server

Actual behavior

Connection to the server fails.

here is the terminal log

I've recently changed OS, in my previous system Tachidesk-jui worked perfectly which is strange - maybe something openjdk related? (I was using 17 before)

installed with yay -S tachidesk-jui

github-actions[bot] commented 1 year ago

@andreacorinti this issue was automatically closed because:

Syer10 commented 1 year ago

It looks like Javalin is trying to use a Loom threadpool since Loom is available when using the preview flag in Java 19, but JUI doesn't enable the preview flag so its a false positive. I would suggest downgrading to Java 17 for now, it might be fixed later on but its mostly a server-side/Javalin issue