Author Topic: Twitch Amazon AWS Servers  (Read 1658 times)

0 Members and 1 Guest are viewing this topic.

STDs_CatchEmAll

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
  • Twitch Name: STDs_CatchEmAll
Twitch Amazon AWS Servers
« on: March 23, 2016, 04:31:12 AM »
Bug: Twitch has updated their chat servers in some channels to Amazon AWS servers, requiring a new IP to connect
Info:
As a result of amazon updating random channels to AWS servers, the bot no longer connects to chat. (MitchFlowerPower as my example).

My recommendation is to query the channel users are connecting to first using the url
Code: [Select]
https://api.twitch.tv/api/channels/<CHANNEL NAME>/chat_propertiesand searching the json response for
Code: [Select]
cluster: "aws" or
Code: [Select]
cluster: "main".

Alternatively, just add a server option as
Code: [Select]
irc.chat.twitch.tv
The AWS servers run on port 80, so you will also need to provide support for port 80 in the combobox.

How you produced this bug or came across it: Checking the properties link that was mentioned above.

Image:
http://i.divtx.in/AwsChatDifference.jpg

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Twitch Amazon AWS Servers
« Reply #1 on: March 23, 2016, 05:23:31 AM »
The bot already has connections to new servers. People are using it just fine as long as they are on updated on the  deepbot client.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

STDs_CatchEmAll

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
  • Twitch Name: STDs_CatchEmAll
Re: Twitch Amazon AWS Servers
« Reply #2 on: March 23, 2016, 09:10:12 AM »
Ok. I would have thought mitch had it updated. He didn't have any AWS options so... Not having access to that sort of information other than what he told me, that was my mistake. If that is indeed the case i will let him know to just update it.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Twitch Amazon AWS Servers
« Reply #3 on: March 23, 2016, 09:58:15 AM »
Ok. I would have thought mitch had it updated. He didn't have any AWS options so... Not having access to that sort of information other than what he told me, that was my mistake. If that is indeed the case i will let him know to just update it.

Okay, first thing is first, make sure he is on update 0.8.9.0. He can check on the about tab. Then if he is on the new servers, he needs to go to the Config Tab > Bot Login and select irc.chat.twitch.tv Port 443.

I have not been migrated, but an example of where it is.





Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport