Author Topic: OBS External chat some messages do not show up  (Read 2700 times)

0 Members and 1 Guest are viewing this topic.

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
OBS External chat some messages do not show up
« on: May 26, 2014, 04:07:30 AM »
Anyone going to use the External Chat in CLR browser i would add this line below to get rid of the scrollbar.

::-webkit-scrollbar {
  visibility: hidden;
}
.chat_line .message {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 20px
}


Also any messages in < > do not show up Pictures attached
« Last Edit: May 26, 2014, 04:53:22 AM by IanChandler1990 »

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: OBS External chat some messages do not show up
« Reply #1 on: May 26, 2014, 10:39:13 PM »
Thanks. This has now been fixed! Please reload the OBSChat page to get the updated version.

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
Re: OBS External chat some messages do not show up
« Reply #2 on: May 26, 2014, 10:42:46 PM »
Also with the external chat when you tick the box to enable it and you close deepbot it is unticked.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: OBS External chat some messages do not show up
« Reply #3 on: May 27, 2014, 12:53:29 AM »
This is intended. Processing external chat takes additional resources (CPU cycles). As such, it is intended that switching this feature on each time is a concious choice to spend those resources.

Jiminimonka

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jiminimonka
Re: OBS External chat some messages do not show up
« Reply #4 on: May 27, 2014, 06:47:58 PM »
When I type anything in my Deep Bot chat window, it vanishes, and does not appear on the stream, on the OBS chat page or anywhere else, so I have to type in hexchat or the twitch page. Also, the CSS for the scoll bar is required at the moment, or we get the scroll bar across the bottom of the chat page.

I had to restart Deepbot to get the chat client working, not a big deal but there is a bug somewhere causing that (or it could be something I am doing wrong).

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
Re: OBS External chat some messages do not show up
« Reply #5 on: May 28, 2014, 12:41:23 AM »
When I type anything in my Deep Bot chat window, it vanishes, and does not appear on the stream, on the OBS chat page or anywhere else, so I have to type in hexchat or the twitch page. Also, the CSS for the scoll bar is required at the moment, or we get the scroll bar across the bottom of the chat page.

I had to restart Deepbot to get the chat client working, not a big deal but there is a bug somewhere causing that (or it could be something I am doing wrong).

try this.

open deepbot frist and make sure the External chat is ticked

then open obs with this clr settings

Url   http://deepbot.tv/notifications/OBSChat.htm

and css (this is my own css to my preference)

::-webkit-scrollbar {
  visibility: hidden;
}

body {
    color: transparent;
    margin: 0px auto;
}

.chat_line {
    font-size: 20px;
    line-height: 20px;
}

.chat_line .nick {
    font-weight: normal;
    text-transform: none;
    color: #A00000;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.chat_line .message {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}




if this does not work open the page in your browser and see if anything comes up in there.

Jiminimonka

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jiminimonka
Re: OBS External chat some messages do not show up
« Reply #6 on: May 28, 2014, 07:50:59 AM »
It works if I restart Deepbot.

Found another interesting "bug" Twitch emotes do not show up in Deepbot chat - so when users type /me nothing appears.