bogenpirat / serviio-plugins

4 stars 4 forks source link

Fixed an api request for the deprecated Twitch API 3 #5

Closed maxsinev closed 3 years ago

maxsinev commented 5 years ago

I came across the issue that the plugin can not load channels info correctly(receives 400 http error) because support for Twitch API v3 has ended and Twitch API v5 has breaking changes - Streams API now requires a channel ID instead of channel name. See "Username Versus User ID" section https://dev.twitch.tv/docs/v5/guides/migration/

bogenpirat commented 3 years ago

idk how this snuck past me. sorry. but i have adapted the twitch script for the new apis anyway, so this is no longer necessary.