Code Monkey home page Code Monkey logo

Comments (8)

AlexeyDmitriev avatar AlexeyDmitriev commented on July 29, 2024

CHelper plugin and competitive companoin plugin work in the following way:

  1. HTTP server is created on localhost
  2. When you click plus button, your browser connects to this HTTP server and sends description of the problem

So, probably either one of the plugins is sending incorrect request or something else is connected to this server. Are you trying to parse some problem at this moment?
You can try to investigate further by changing code here

try (Socket socket = serverSocket.accept()) {

from jhelper.

GoBigorGoHome avatar GoBigorGoHome commented on July 29, 2024

I just tried to add another task from AtCoder. The same message pops again a few (about 10) seconds after the I click the plus button on the web page and the task added. I have little experience in Java and JetBrains plugin, so I'm afraid there is not much I can do at the moment.

from jhelper.

AlexeyDmitriev avatar AlexeyDmitriev commented on July 29, 2024

So you are saying that tasked was added just fine?

from jhelper.

GoBigorGoHome avatar GoBigorGoHome commented on July 29, 2024

Yes.

from jhelper.

AlexeyDmitriev avatar AlexeyDmitriev commented on July 29, 2024

Hmm, that's interesting. I'll try to reproduce when I have time. Can you send me the link to the problem which you parsed and let me know which of the extensions have you used? (Competitive companion or CHelper)

from jhelper.

GoBigorGoHome avatar GoBigorGoHome commented on July 29, 2024

I use Competitive companion on Chrome. Try parse this problem https://atcoder.jp/contests/abc164/tasks/abc164_f. I can provide a sample of my CLion project if needed. I use JHelper 0.16.3 and CLion 2020.1.

from jhelper.

AlexeyDmitriev avatar AlexeyDmitriev commented on July 29, 2024

No, the project won't be needed, thanks.

from jhelper.

AlexeyDmitriev avatar AlexeyDmitriev commented on July 29, 2024

I couldn't reproduce that, I guess something else is trying to connect to your open port. I decided to allow only localhost connections just in case. Change is in master 4697dc2 and will be published in the next version along with next changes

from jhelper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.