Giter VIP home page Giter VIP logo

Comments (8)

solonovamax avatar solonovamax commented on August 30, 2024

wait, forgot to add title lol

from suwayomi-server.

AriaMoradi avatar AriaMoradi commented on August 30, 2024

Try the jar built with cfc6e5c, someone had a similar issue which that commit fixed

from suwayomi-server.

solonovamax avatar solonovamax commented on August 30, 2024

I already built from source and tried with that fix, and it did not work (I edited my error earlier to say that I tried it with the latest jar build from source, which was v0.2.6-r273-jar.)

But I'll build it again and try once more, because why not.

from suwayomi-server.

solonovamax avatar solonovamax commented on August 30, 2024

Still has same issues. If I try to connect to localhost:4567, there's nothing.

from suwayomi-server.

AriaMoradi avatar AriaMoradi commented on August 30, 2024

After some pair examination with @solonovamax It was concluded that the issue arises from Dorkbox SystemTray, the System Tray library this project uses and it has to be fixed upstream.
Temperary fix:
Method 1: Change your gtk theme to default (in case of @solonovamax, they were using the gtk Breeze theme)
Method 2: disable the feature by commenting out this block of code inside ServerSetup.kt

    try {
        systemTray
    } catch (e: Exception) {
        e.printStackTrace()
    }

from suwayomi-server.

solonovamax avatar solonovamax commented on August 30, 2024

you should probably tag this with something along the lines of "waiting on 3rd party"

from suwayomi-server.

AriaMoradi avatar AriaMoradi commented on August 30, 2024

SystemTray dependency was recently updated, is the issue fixed?
Try with v0.3.0

from suwayomi-server.

AriaMoradi avatar AriaMoradi commented on August 30, 2024

The source of this issue is the SystemTray library, nothing that tachidesk can fix.

from suwayomi-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.