Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Pry-remote had an error and now I can't quit pry or run the rails app! #42

Closed rebekah closed 11 years ago

rebekah commented 11 years ago

This is the message it is giving me when I type in pry-remote:

pry-remote before_session hook failed: Pry::CommandError: Cannot locate this method: included.

And When I try to run the app in the browser I get this error:

Errno::EADDRINUSE in MainController#home

Address already in use - bind(2)

This is my work machine and I really need to be able to quit pry and continue working. I've already tried to exit from pry with ctrl D and exit, restart nginx, kill all rails processes and restart nginx, and I even tried shutting down the machine and restarting after re-boot and nothing. And I can still type in pry-remote and it still gives me the same error message. Pry has hold of something, and won't allow my app to run. Please Help!

Thank You :)

rebekah commented 11 years ago

Figured it out. Not exactly sure how but something I did fixed it :)