DiscordBolt / BoltBot-2019

GNU Affero General Public License v3.0
4 stars 1 forks source link

!Clip on offline stream #115

Closed Techtony96 closed 6 years ago

Techtony96 commented 6 years ago

The bot replies with just <null> so we need to look into what Twitch returns when clipping an offline stream to handle that better

Techtony96 commented 6 years ago

Twitch returns:

{
    "error": "Not Found",
    "status": 404,
    "message": "{\"code\":\"channel_not_live\",\"message\":\"Clipping is not possible for an offline channel.\"}"
}
Techtony96 commented 6 years ago

Closing because of v3 rewrite