• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ChatGPT plugin for Eclipse - install issue

 
Bartender
Posts: 11116
88
Eclipse IDE Firefox Browser MySQL Database VI Editor Java Windows ChatGPT
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a ChatGPT plugin for Eclipse called AssistAI. I've installed it. I got my personal API-key and configured it. I configured Eclipse to show ChatGPT View. However, when I try to interact with it I get:
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@778862a1
java.lang.RuntimeException: java.io.IOException: Request failed with status code: 404 and response body: jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream@778862a1

Their web site says the latest version of Eclipse (which is what I have) is supported.

I've poked at everything I could find and no luck. Any clues out there?
 
Saloon Keeper
Posts: 28718
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
404 means that the ChatGPT webserver thinks the plugin is requesting a non-existent URL, That is, that the plugin isn't in proper sync with the server.

Either you need to configure the plugin or the plugin is out of date (and has an obsolete URL hard-coded into it).
 
Carey Brown
Bartender
Posts: 11116
88
Eclipse IDE Firefox Browser MySQL Database VI Editor Java Windows ChatGPT
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tripped across a possible clue. Doc says default config sets it to  GPT-4 and that is something you have to subscribe to, not the free one that I'm currently using. And another comment said that to use the GPT APIs you have to have a subscription. Since a subscription is $20/mo I'm going to wait till I have more need and then I'll see if that fixes the problem.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic