mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #23] cannot get / #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ckrimmel on GitHub (Mar 2, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/23
I followed the latest Ubuntu build recipe step by step with no known issues. When I attempt to access the log.io interface at http://servername:8998 I get "cannot get /"
When starting server --
Starting Log.io server...
Launching forever process...
info: Forever processing file: /usr/local/bin/log.io-server
Done.
Done.
When starting harvester --
Starting Log.io harvester...
Launching forever process...
info: Forever processing file: /usr/local/bin/log.io-harvester
Done.
Done.
Nothing is appearing in the system logs, log.io harvester or server logs.
If I start log.io via "/usr/local/bin/log.io-server start" I get "info - socket.io started". It doesn't appear that the server is listening on the port. If I start the server, then start the harvester via command "log.io-harvester start" it tells me that it's trying to find the server repeatedly.
@msmathers commented on GitHub (Mar 2, 2012):
Turns out the connect.js dependency just released v2.0, which has some backwards-incompatible changes. I just committed a package.json update that forces an install of <=1.8.4, which fixes the problem for now until we have time to update the connect calls. I've republished the npm so it should work if you do a fresh install.
@ckrimmel commented on GitHub (Mar 2, 2012):
That did the trick! Thank you very much Mike!
Cliff
On Fri, Mar 2, 2012 at 2:21 PM, Mike Smathers <
reply@reply.github.com