gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
42 stars 27 forks source link

Request Failed (404) When Trying To Use The Plugin #3

Closed Jardo-51 closed 1 year ago

Jardo-51 commented 1 year ago

Any functionality I try to use results in the following error:

Unable to run the task: java.lang.RuntimeException: java.io.IOException: Request failed with status code: 404 and response body: jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream@41cd297
java.lang.RuntimeException: java.io.IOException: Request failed with status code: 404 and response body: jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream@41cd297
gradusnikov commented 1 year ago

Hi,

I think this may be an issue with your OpenAI account. See this link:

https://help.openai.com/en/articles/6891827-error-code-404-you-must-be-a-member-of-an-organization-to-use-the-api

Cheers!

niedz., 21 maj 2023, 16:42 użytkownik Jaroslav Brtis < @.***> napisał:

Any functionality I try to use results in the following error:

Unable to run the task: java.lang.RuntimeException: java.io.IOException: Request failed with status code: 404 and response body: @. java.lang.RuntimeException: java.io.IOException: Request failed with status code: 404 and response body: @.

— Reply to this email directly, view it on GitHub https://github.com/gradusnikov/eclipse-chatgpt-plugin/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECES7H2EODDGPQQXUZPSLXHISV5ANCNFSM6AAAAAAYJOFEFM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Jardo-51 commented 1 year ago

Yes, that will be it. Thank you.