gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
55 stars 34 forks source link

Error Refactor #7

Open muylolito1999 opened 1 year ago

muylolito1999 commented 1 year ago

Im tring to refactor a peice of code but it gives me this error: Unable to run the task: java.lang.RuntimeException: java.io.IOException: Request failed with status code: 401 and response body: jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream@7c4c8efd java.lang.RuntimeException: java.io.IOException: Request failed with status code: 401 and response body: jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream@7c4c8efd

gradusnikov commented 1 year ago

Hi @muylolito1999

according to OpenAI documentation:

_"401 - You must be a member of an organization to use the API This error message indicates that your account is not part of an organization. This could happen for several reasons, such as: -You have left or been removed from your previous organization.

To resolve this error, please follow these steps:

Existing organization owners can invite you to join their organization via the Members Panel."_