Coder Social home page Coder Social logo

komelia's People

Contributors

snd-r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jindalpratik

komelia's Issues

Unable to login on Linux without KWallet or GNOME Keyring

Related: javakeyring/java-keyring#96

Trying to login when using any other secret service integration (KeepassXC in my case) Komelia will just freeze with the following error:

21:44:16.602 [AWT-EventQueue-0] ERROR org.freedesktop.secret.handlers.SignalHandler -- Cloud not acquire a prompt.
org.freedesktop.secret.errors.NoSuchObject: /org/freedesktop/secrets/prompt/533434d666f14ae6b21a493ec8a7fcd5
	at org.freedesktop.secret.Prompt.prompt(Prompt.java:41)
	at org.freedesktop.secret.Prompt.lambda$await$0(Prompt.java:63)
	at org.freedesktop.secret.handlers.SignalHandler.await(SignalHandler.java:144)
	at org.freedesktop.secret.Prompt.await(Prompt.java:62)
	at org.freedesktop.secret.Prompt.await(Prompt.java:80)
	at com.github.javakeyring.internal.freedesktop.SimpleCollection.createItem(SimpleCollection.java:316)
	at com.github.javakeyring.internal.freedesktop.FreedesktopKeyringBackend.setPassword(FreedesktopKeyringBackend.java:124)
	at com.github.javakeyring.Keyring.setPassword(Keyring.java:107)
	at io.github.snd_r.komelia.settings.KeyringSecretsRepository.setCookie(KeyringSecretsRepository.kt:33)
	at io.github.snd_r.komelia.http.RememberMePersistingCookieStore.addCookie(RememberMePersistingCookieStore.kt:25)
	at io.ktor.client.plugins.cookies.HttpCookies.saveCookiesFrom$ktor_client_core(HttpCookies.kt:78)
	at io.ktor.client.plugins.cookies.HttpCookies$Companion$install$3.invokeSuspend(HttpCookies.kt:124)
	at io.ktor.client.plugins.cookies.HttpCookies$Companion$install$3.invoke(HttpCookies.kt)
	at io.ktor.client.plugins.cookies.HttpCookies$Companion$install$3.invoke(HttpCookies.kt)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:120)
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:78)
	at io.ktor.util.pipeline.SuspendFunctionGun.proceedWith(SuspendFunctionGun.kt:88)
	at io.ktor.client.plugins.DoubleReceivePluginKt$SaveBodyPlugin$2$1.invokeSuspend(DoubleReceivePlugin.kt:72)
	at io.ktor.client.plugins.DoubleReceivePluginKt$SaveBodyPlugin$2$1.invoke(DoubleReceivePlugin.kt)
	at io.ktor.client.plugins.DoubleReceivePluginKt$SaveBodyPlugin$2$1.invoke(DoubleReceivePlugin.kt)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:120)
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:78)
	at io.ktor.util.pipeline.SuspendFunctionGun.execute$ktor_utils(SuspendFunctionGun.kt:98)
	at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:74)
	at io.ktor.client.HttpClient$2.invokeSuspend(HttpClient.kt:145)
	at io.ktor.client.HttpClient$2.invoke(HttpClient.kt)
	at io.ktor.client.HttpClient$2.invoke(HttpClient.kt)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:120)
	at io.ktor.util.pipeline.SuspendFunctionGun.proceed(SuspendFunctionGun.kt:78)
	at io.ktor.util.pipeline.SuspendFunctionGun.proceedWith(SuspendFunctionGun.kt:88)
	at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:83)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at androidx.compose.ui.platform.FlushCoroutineDispatcher$dispatch$2$1.invoke(FlushCoroutineDispatcher.skiko.kt:62)
	at androidx.compose.ui.platform.FlushCoroutineDispatcher$dispatch$2$1.invoke(FlushCoroutineDispatcher.skiko.kt:57)
	at androidx.compose.ui.platform.FlushCoroutineDispatcher.performRun(FlushCoroutineDispatcher.skiko.kt:99)
	at androidx.compose.ui.platform.FlushCoroutineDispatcher.access$performRun(FlushCoroutineDispatcher.skiko.kt:37)
	at androidx.compose.ui.platform.FlushCoroutineDispatcher$dispatch$2.invokeSuspend(FlushCoroutineDispatcher.skiko.kt:57)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:741)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Error when selecting Announcements on Android

I am using latest Komelia version (v0.5.0) on Android.

When selecting Announcements in Settings, I get the following error:
WhatsApp Image 2024-06-20 at 21 35 30

My Komga server is on my PC, and my Android phone is connected to the same network on which the server is being run at.
Komelia is successfully connected to my Komga server, and the Komga server is running at the time of error message.

Is this a bug on your end, or something that is wrong on my end?

onnx runtime install error

I have iot 21h2 w10, have cuda 12 and 12.5 i get this error no matter what i try:

Failed to load ONNX Runtime:C:\Users \REDACTED\AppData\Local\Temp\komelia_libs\onnxruntime_providers_cuda.dIl: Can't find dependentlibraries

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.