abingham / traad

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

traad simply does not work for me #27

Closed monsanto closed 12 years ago

monsanto commented 12 years ago

I don't really know how to give a test case for this, because nothing at all works. I specifically tried a lot to get traad-code-assist to work; everytime I would set "is the server running?". Well, the server is running, and it can contact it. I

I poked around in xml-rpc, and received various errors: such as "can't find " (I just created a new file, hadn't saved. ropemacs doesn't have this problem), some generic error when trying to code assist on

import sys
sys.|

where | is caret, and even at one point an error saying the xml was malformed (I wish I saved that one, I haven't been able to get it again). I did remember to open a project.

I'm running Emacs HEAD, traad HEAD, rope HEAD. It is running traad, not traad3. All I did was (require 'traad) to setup. Am I doing something wrong? Is there something I can do to help diagnose this problem? I am getting pretty fed up with ropemacs.

tkf commented 12 years ago

Did you start server by M-x traad-open?

monsanto commented 12 years ago

Yes.

monsanto commented 12 years ago

OK, I don't know what changed this time, but it works now. It might have been old .elc files when I upgraded Emacs, because I cleared all of those out and recompiled all before trying traad this time. Thanks.

abingham commented 12 years ago

OK, excellent. If this crops up again, the only other immediate thought I had was that maybe you're picking up a different version of xml-rpc.el or something. I had a fair amount of trouble making basic connectivity work initially, to the point where I just dropped a copy of it into traad to avoid confusion.

In any event, I'm glad it's working for you now.

On Thu, Aug 30, 2012 at 12:05 AM, Christopher Monsanto < notifications@github.com> wrote:

OK, I don't know what changed this time, but it works now. It might have been old .elc files when I upgraded Emacs, because I cleared all of those out and recompiled all before trying traad this time. Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/abingham/traad/issues/27#issuecomment-8142912.