abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

Connecting to traad server seems broken in emacs #76

Closed PythonNut closed 8 years ago

PythonNut commented 9 years ago

I just took this for a spin again in emacs24.5 -Q, and I can't seem to get the client to connect to the traad server. When I attempt, I get the following error:

REQUEST [error] Error (error) while connecting to http://127.0.0.1:40641/refac\tor/rename.

I have run traad-install-server, and everything appeared to run fine.

abingham commented 8 years ago

Sorry, I just saw this! I'm hoping to have some time to look at traad issues in the near future.

abingham commented 8 years ago

Can you should me the contents of your *traad-server* buffer when this problem happens?

And is this happening with Python 3?

PythonNut commented 8 years ago

Hey, sorry. I should be able to get back to you soon. Maybe tomorrow. On Dec 24, 2015 3:04 PM, "abingham" notifications@github.com wrote:

Can you should me the contents of your traad-server buffer when this problem happens?

And is this happening with Python 3?

— Reply to this email directly or view it on GitHub https://github.com/abingham/traad/issues/76#issuecomment-167165500.

PythonNut commented 8 years ago
  1. This is indeed python3.5
  2. I can no longer seem to reproduce this issue.

I'll close this and start a new issue for the problems I do see.