Created
August 28, 2011 14:21
-
-
Save Fabryz/1176722 to your computer and use it in GitHub Desktop.
Express favicon error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data: 2011-08-28T14:15:55.055Z: Error: No such file or directory | |
data: 2011-08-28T14:15:55.055Z: at /usr/local/src/Fabryz/wander/wanjitsu/server.js:67:20 | |
data: 2011-08-28T14:15:55.055Z: at callbacks (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:272:11) | |
data: 2011-08-28T14:15:55.055Z: at param (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:246:11) | |
data: 2011-08-28T14:15:55.055Z: at pass (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:253:5) | |
data: 2011-08-28T14:15:55.055Z: at Router._dispatch (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:280:4) | |
data: 2011-08-28T14:15:55.055Z: at Object.handle (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/lib/router/index.js:45:10) | |
data: 2011-08-28T14:15:55.055Z: at next (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/node_modules/connect/lib/http.js:198:15) | |
data: 2011-08-28T14:15:55.055Z: at Object.favicon [as handle] (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/node_modules/connect/lib/middleware/favicon.js:73:7) | |
data: 2011-08-28T14:15:55.055Z: at next (/usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/node_modules/connect/lib/http.js:198:15) | |
data: 2011-08-28T14:15:55.055Z: at /usr/local/src/Fabryz/wander/wanjitsu/node_modules/express/node_modules/connect/lib/middleware/static.js:148:11 | |
data: 2011-08-28T14:15:55.051Z: 184.106.236.222 - GET /status HTTP/1.1 500 - - 1 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately the app I deployed on nodejitsu had lines 68 and 69 commented to make it work.
Just tried again uncommenting and deploying, I see:
instead of the gist error above, but when pointing the browser to /status it outputs:
I will leave the app deployed with the two lines uncommented if you have to test.
https://github.com/Fabryz/wander/blob/master/server.js#L68