Bug Mod is NOT detecting any streams as online for a few months now!

Status
Not open for further replies.

Vav

Customer
Hello. I just wanted to let you guys know the issue this person posted back in September here: http://www.dragonbyte-tech.com/f245...opped-working-due-change-twitch-policy-20681/ is infact a problem, and is not working. I am not sure if not many people use this addon or what but this hasn't worked for a few months now. All streams show offline and are never detected as online, I have tried with 3 different streamers. I haven't changed anything since it last worked, I just had complaints from people that their stream was not showing as online one day. To reproduce is quite easy, add a stream and turn the stream on. It will not show as online.
 
After looking into this further, it would seem as if Twitch has killed their public API, requiring that all API calls register as an application. I'll keep this thread open and begin work on an update that allows users to add their own Twitch API Client ID to each request.
 
After looking into this further, it would seem as if Twitch has killed their public API, requiring that all API calls register as an application. I'll keep this thread open and begin work on an update that allows users to add their own Twitch API Client ID to each request.

Thanks for the quick response!
 
Update: I decided to forego the steps of forcing users to add their own client ID and just use a single one. I doubt this mod is popular enough to hit any form of limit.

If you want to apply the edits yourself, open /dbtech/twitch/includes/functions.php

Find:
PHP:
curl_setopt($ch, CURLOPT_URL, 'https://api.twitch.tv/kraken/streams/' . $channel['channelid']);

Replace With:
PHP:
curl_setopt($ch, CURLOPT_URL, 'https://api.twitch.tv/kraken/streams/' . $channel['channelid'] . '?client_id=9dgh3vc7hmaewa9d3jo9h7wynpvrsw');

Find:
PHP:
curl_setopt($ch, CURLOPT_URL, 'https://api.twitch.tv/kraken/channels/' . $channel['channelid']);

Replace With:
PHP:
curl_setopt($ch, CURLOPT_URL, 'https://api.twitch.tv/kraken/channels/' . $channel['channelid'] . '?client_id=9dgh3vc7hmaewa9d3jo9h7wynpvrsw');
 
Looks like that did the trick for now, thanks a lot!

Now you can mosey on over to the Triple Triad forum and read my proposition for a nice little payday ;)
 
Hello Vav,

This ticket has now been closed with the status Fixed.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy Live Streaming Suite

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
267
Customer rating
0.00 star(s) 0 ratings
Back
Top