-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client cannot connect to pry-remote #11
Comments
same here :( |
same here |
+1 me too |
+1 me too. |
hostname not resolve |
oshlykov meant that server-side must be able to correct resolve client's hostname. |
+1 "$stderr must have write method, NilClass given", version 0.1.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server side :
[pry-remote] Waiting for client on druby://0.0.0.0:9876
Client side :
pry-remote --host server_addr.com -p 9876 -c -w
Server side then crashes with :
/home/app/shared/bundle/ruby/1.8/gems/pry-remote-0.1.0/lib/pry-remote.rb:167:in
remote_pry': $stderr must have write method, NilClass given (Typ eError) from pry_remote.rb:5:in
initialize'from pry_remote.rb:9:in
new' from pry_remote.rb:9 from /home/app/shared/bundle/ruby/1.8/gems/railties-3.0.10/lib/rails/commands.rb:39:in
eval'from /home/app/shared/bundle/ruby/1.8/gems/railties-3.0.10/lib/rails/commands/runner.rb:48
from /home/app/shared/bundle/ruby/1.8/gems/railties-3.0.10/lib/rails/commands.rb:39:in
require' from /home/app/shared/bundle/ruby/1.8/gems/railties-3.0.10/lib/rails/commands.rb:39 from script/rails:6:in
require'from script/rails:6
The text was updated successfully, but these errors were encountered: