-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid URL port: "0"
: Codeium not working
#34
Comments
I ran into the same problem |
A am also not able to login w/
Error 2:
Error 3:
System / IDE/ Codeium version:
#13 (comment) |
Plugin and chat is working (i don't see problem) except of stacktrace in IDE Errors. IDE:
|
|
Like @BartZuc, I noticed the plugin works, despite the thrown exception. |
For me it just doesn't work at all. It was working normally before. When I try to log in it pops up this window but nothing happens: Furthermore I see this on the logs:
And in a different part:
|
Same |
I'm in the same boat, how should this problem be solved java.lang.IllegalArgumentException: Invalid URL port: "0" |
I was logged in before the error started to appear and I am still logged in. Maybe that is the difference. I recall a similar error already happened in the past. The cause was different, but the effect was the same. |
Works on another laptop with RustRover, doesn't work on my personal laptop with RustRover (doesn't work for *.rs files, but works for JSON), that is just weird. The IDEs and the plugin are all up to date. Unhandled exception in [StandaloneCoroutine{Cancelling}@956150a, Dispatchers.IO]
java.lang.IllegalArgumentException: Invalid URL port: "0"
at okhttp3.HttpUrl$Builder.parse$okhttp(HttpUrl.kt:1330)
at okhttp3.HttpUrl$Companion.get(HttpUrl.kt:1634)
at okhttp3.Request$Builder.url(Request.kt:184)
at com.codeium.intellij.chat_server_client.ChatServerClient.establishConnection(ChatServerClient.kt:90)
at com.codeium.intellij.chat_server_client.ChatServerClient.<init>(ChatServerClient.kt:70)
at com.codeium.intellij.chat_server_client.ChatServerClientMultiton$Companion.getInstance(ChatServerClient.kt:53)
at com.codeium.intellij.chat_window.ChatViewLoader.getClientUrl(ChatViewLoader.kt:48)
at com.codeium.intellij.chat_window.ChatViewerWindow.loadClient(ChatViewerWindow.kt:126)
at com.codeium.intellij.chat_window.ChatViewerWindow.access$loadClient(ChatViewerWindow.kt:45)
at com.codeium.intellij.chat_window.ChatViewerWindow$1.invokeSuspend(ChatViewerWindow.kt:74)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@956150a, Dispatchers.IO] |
Same here..
|
I was able to log in again with version
|
Yes, my errors are also disappeared after installing 1.12.6.. 👍 🥳 |
Observation: updated to |
The past week I saw some unhandled exceptions for some plugins, not only the Codeium plugin, but also the OpenAPI Specifications plugin (which is a bundled plugin). I am using PhpStorm 2024.2.0.1 (Build #PS-242.20224.427, built on August 21, 2024) and the Codeium plugin 1.14.9. |
This worked well for me, thank you. I was facing the same error with WebStorm 2024.2.3 and Codeium 1.20.4 and I removed the folder of codeium in |
it's worked! I must say an old Chinese saying to praise you, Niubi! |
it works bro. |
Codeium is not working anymore for me. I see this exception:
The text was updated successfully, but these errors were encountered: