halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Hot reloading: Internal Server Error #164

Open Erudition opened 5 years ago

Erudition commented 5 years ago

Using the JS insert:

http://localhost:8088/build?path=/home/connor/Projects/Elm/theproject/www/elm.js

Always fails to load, and when I try to visit that URL on its own I get a 500 error:

Internal Server Error

I don't really understand why.

halohalospecial commented 5 years ago

@Erudition, is this similar to #166?

Erudition commented 5 years ago

@halohalospecial I don't see how it could be. That bug was related to elmjutsu failing to even start, along with an error message.

My elmjutsu starts fine, and I use it normally. I don't get error messages, either, as far as I know.