Skip to content
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

[BUG] Plugin fails to authenticate when IntelliJ IDEA is configured with proxy #419

Open
pingram122 opened this issue Dec 23, 2024 · 0 comments

Comments

@pingram122
Copy link

Description

When IntelliJ IDEA is configured to use a proxy server, the plugin fails to authenticate, making it impossible to use the plugin functionality. The error occurs during authentication attempts:

java.io.IOException: Failed to authenticate with proxy
    at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
    ...

image_2024-12-23_20-13-18

Full stacktrace:

Error occurred while processing chat message

java.util.concurrent.CompletionException: com.devoxx.genie.service.exception.ProviderUnavailableException: java.lang.RuntimeException: java.io.IOException: Failed to authenticate with proxy
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: com.devoxx.genie.service.exception.ProviderUnavailableException: java.lang.RuntimeException: java.io.IOException: Failed to authenticate with proxy
	at com.devoxx.genie.service.PromptExecutionService.processChatMessage(PromptExecutionService.java:125)
	at com.devoxx.genie.service.PromptExecutionService.lambda$executeQuery$0(PromptExecutionService.java:74)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
	... 3 more

@pingram122 pingram122 changed the title Plugin fails to authenticate when IntelliJ IDEA is configured with proxy [BUG] Plugin fails to authenticate when IntelliJ IDEA is configured with proxy Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant