Skip to content
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

Directory name with "." #36

Closed
srstrong opened this issue Nov 30, 2012 · 3 comments
Closed

Directory name with "." #36

srstrong opened this issue Nov 30, 2012 · 3 comments

Comments

@srstrong
Copy link

A project directory with a "." (such as foo.bar) in it is causing an error when saving a file:

"EDTS [error]: Unexpected reply: (500 Internal Server Error)

Renaming the project directory to remove the "." fixes the problem

@tjarvstrand
Copy link
Collaborator

Hi!

I don't seem to be able to reproduce this. At least not in a way that is dependent on the project-root. Is it possible that you're not setting the value for the project's node-sname in the config? Since the default is to use the project's name this would in this case make the project node try to start with a "." in it's sname which will crash.

Have you verified that the project-node is actually up and running? When opening the first module in the project, you should get two additional buffers. One called *edts* where the main EDTS node is running, and one called *<your-project>* where your project-node should be running.

@srstrong
Copy link
Author

srstrong commented Dec 3, 2012

Setting the node-sname in the config solved the problem, thanks. Fantastic job, by the way :)

@srstrong srstrong closed this as completed Dec 3, 2012
@tjarvstrand
Copy link
Collaborator

Thanks!:)

I added a call to replace invalid characters in node-names so you should hopefully not need the node-sname config anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants