Masomqwwq / twitch-irc-chat-overlay-txt-output

Automatically exported from code.google.com/p/twitch-irc-chat-overlay-txt-output
0 stars 0 forks source link

jtvirc.com is no longer valid #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt connection
2. Connection Failed

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
mIRC and latest twitch-irc-chat-overlay; Win8 x64

Please provide any additional information below.
Twitch.tv no longer uses jtvirc.com instead the following should be accounted 
for: 

"Server: irc.twitch.tv NOT jtvirc.com. JUST use "irc.twitch.tv"
Port: 80,443,6667 (6667 is the official port)
Password: oauth:TOKEN

To get your TOKEN follow the "Connecting" procedure located in our official 
knowledge base article on IRC.
http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc

You can get it from twitchapps.com/tmi or from our API.

An example "password" would be "oauth:asdasd234234jk234asd" or similar once you 
get your token.

This change was made because we do not use SSL for chat, and did not want to 
expose any user hashes (this was fairly minor, but we want to do things 
correctly!)"

Source: 
http://help.twitch.tv/customer/portal/questions/790559-can-t-connect-to-twitch-i
rc

Original issue reported on code.google.com by HStanfo...@gmail.com on 18 Sep 2013 at 7:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Change the reference to the jtv irc server in line 645 to instead say this:

    server -m irc.twitch.tv:6667  %twpass -i %twuser -j %twchan

and it will work again.

Original comment by marc.sp...@gmail.com on 7 Oct 2013 at 3:39

GoogleCodeExporter commented 8 years ago
I changed it and it still wont work

Original comment by ihmongsa...@gmail.com on 21 Oct 2013 at 11:08

GoogleCodeExporter commented 8 years ago
You need to go into the file and change your server connection line to read

server -m irc.twitch.tv 6667 oauth:blahblahblah-whatever-your-authorization-is

To do this you will need to generate an API connection token from 
twitchapps.com/tmi

Original comment by Raymond....@gmail.com on 7 Mar 2014 at 8:46

GoogleCodeExporter commented 8 years ago
fixed in newest version 3.05

Original comment by bartoruiz on 26 Mar 2014 at 5:40