Coder Social home page Coder Social logo

Comments (11)

BrennerSpear avatar BrennerSpear commented on August 13, 2024 12

In terminal, put:
lsof -i tcp:9876
Check the PID column. that's the PID you want to kill.
put:
kill -9 <PID>

from pry-debugger.

snoblenet avatar snoblenet commented on August 13, 2024 5

@BrennerSpear worked it out:

kill -9 $(lsof -ti tcp:9876)

from pry-debugger.

sungwoncho avatar sungwoncho commented on August 13, 2024

What is causing this issue?

from pry-debugger.

tarky avatar tarky commented on August 13, 2024

I have the same problem.

from pry-debugger.

zackexplosion avatar zackexplosion commented on August 13, 2024

I have the same problem. too

from pry-debugger.

antarr avatar antarr commented on August 13, 2024

👍

from pry-debugger.

viniciustorves avatar viniciustorves commented on August 13, 2024

me too. =/

from pry-debugger.

wuzzzzaah avatar wuzzzzaah commented on August 13, 2024

I encounter this everyday. Killing the process usually works. Just do a netstat and find port 9876, then kill the process listening on that port.

from pry-debugger.

BrennerSpear avatar BrennerSpear commented on August 13, 2024

Just had this happen to me too

from pry-debugger.

snoblenet avatar snoblenet commented on August 13, 2024

@BrennerSpear Thanks. Is it possible to write this as a one-liner that pipes the PID to the kill command? I know enough bash to know what I don't know.

from pry-debugger.

BrennerSpear avatar BrennerSpear commented on August 13, 2024

@snoblenet I don't know enough bash to even know what any of those commands really mean - I just googled enough to figure it out.

from pry-debugger.

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.