Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting all streamed info #66

Closed
kaihendry opened this issue Jul 9, 2015 · 5 comments
Closed

Not getting all streamed info #66

kaihendry opened this issue Jul 9, 2015 · 5 comments

Comments

@kaihendry
Copy link

I am streaming an IRC session with ii to my rtail server like so:

sg:~/irc/irc.freenode.net/#hackerspacesg$ tail -F out | rtail --id hsg --host sg.dabase.com
2015-07-09 15:33 -!- iilogbot(~iilogbot@sg.dabase.com) has joined #hackerspacesg
2015-07-09 15:34 <hendry> another test
2015-07-09 15:34 <hendry> http://sg.dabase.com:8888/#hsg
2015-07-09 15:34 <WantonMee> [ rTail : loading ... ] - sg.dabase.com:8888

However it looks like this:

It's missing the nick info <hendry> and duplicating the timestamp. Am I not using the right option?

@kilianc
Copy link
Owner

kilianc commented Jul 9, 2015

@kaihendry you are using the right options but your are running 0.1.1 which has those problems. you can manually install the develop branch and use it or just do

rtail-server --web-version unstable to fix the <hendry>, double timestamp is something I am working on. I will add the option to hide the left column in v0.2.0

@kaihendry
Copy link
Author

Ah, thanks, it works as expected in unstable. http://s.natalian.org/2015-07-09/1436429117_1150x1058.png

@kilianc
Copy link
Owner

kilianc commented Jul 9, 2015

@kaihendry may I ask you more info about your use case? I am interested in knowing how people use this :)

and btw, thanks for contributing!

@kaihendry
Copy link
Author

Use case is to show an IRC back channel on a big screen at http://hackerspace.sg/

@kilianc
Copy link
Owner

kilianc commented Jul 9, 2015

That's really cool! Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants