mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 18:25:54 +03:00
[GH-ISSUE #54] Getting "Failed to load resource: Could not connect to the server. http://localhost:9001/socket.io/1/?t=1447090642687" #34
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#34
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 @atljeremy on GitHub (Nov 9, 2015).
Original GitHub issue: https://github.com/mthenw/frontail/issues/54
Getting
Failed to load resource: Could not connect to the server. http://localhost:9001/socket.io/1/?t=1447090642687in the console log of the web interface.I ran
$ npm install frontail -gand then
$ frontail output.log(output.log does exist in the directory I was in)I see the web UI in the browser. However, any updates to the log do not show up in the web UI automatically, as I was expecting them to. After looking at the console log in the browser, I saw the error referenced above.
Is there another setup step that isn't documented that I need to know?
@atljeremy commented on GitHub (Nov 9, 2015):
Cancel that, I had killed the frontail process which resulted in those error messages. However, I still can't figure out how to get it to actually log new updates to the log file to the web interface automatically. Any ideas?
@atljeremy commented on GitHub (Nov 9, 2015):
Sorry, must have been something I was doing wrong. it's working now though. Thanks for this!
@mthenw commented on GitHub (Nov 10, 2015):
You're welcome :)