outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

Commit a2928231173265eebed1 broke the website for me #41

Closed fernandoacorreia closed 13 years ago

fernandoacorreia commented 13 years ago

An installation that was working up to commit 0525e31a28f0f7f4172f doesn't work anymore with the more recent commits.

$ git checkout 0525e31a28f0f7f4172f $ node postmile.js Result: all working

$ git checkout a2928231173265eebed1 $ node postmile.js Result:

110902/224016.605, err, Uncaught exception: Error: EADDRNOTAVAIL, Cannot assign requested address at HTTPServer._doListen (net.js:1106:5) at net.js:1077:14 at dns.js:192:30 at IOWatcher.callback (dns.js:74:15) 110902/224016.608, err, Uncaught exception: Error: EADDRNOTAVAIL, Cannot assign requested address at HTTPServer._doListen (net.js:1106:5) at net.js:1077:14 at dns.js:192:30 at IOWatcher.callback (dns.js:74:15) 110902/224016.609, err, Uncaught exception: Error: EADDRNOTAVAIL, Cannot assign requested address at HTTPServer._doListen (net.js:1106:5) at net.js:1077:14 at dns.js:192:30 at IOWatcher.callback (dns.js:74:15) 110902/224016.609, err, Uncaught exception: Error: EADDRNOTAVAIL, Cannot assign requested address at HTTPServer._doListen (net.js:1106:5) at net.js:1077:14 at dns.js:192:30 at IOWatcher.callback (dns.js:74:15)

$ git checkout bb8a37909461e736beb8 $ node postmile.js Result: home page (logged off) renders without CSS -- see http://i.imgur.com/nuIAD.png

$ git checkout e679867bc5e0098890e3 $ node postmile.js Result: same behavior

Probably something that went bad with the newline conversion and/or symlink fix

hueniverse commented 13 years ago

This was caused by a few missing new lines in the jade files. There might be a few more so keep an eye out.