[8WR] XenRio (Streams) PRO

[8WR] XenRio (Streams) PRO [Paid] 1.2.6b

No permission to buy ($40.00)
Twitch.tv and HTTPS is working on my forum
Surprisingly, Twitch.tv with HTTPS is working fine on my forum :)

But it's showing me "mixed content" signal (http and https) in browser instead of all elements https. I want to fix that at least for the streams in sidebar of forumlist to get my root url full https signal in browser to "attract" new users.

I'm stucked while tracking the issue down. The thumbnail url of $streams.stream_preview in template EWRrio_Bit_Sidebar is still HTTP. Output in browser:
Code:
<span class="img s " style="background-image: url('http://static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
But I've seen this preview image with HTTPS working on an other forum with following pattern:
Code:
<span class="img s " style="background-image: url('//static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
So it is possible. I can't PHP, so im stucked and tried following in Twitch.php at some "random" lines but without success:
Code:
$url = preg_replace("/^http:/i","https:", $url);

Can you please help me? How can I get this preview image also HTTPS?
 
I just finished upgrading to XF 1.5.6 - Prior to the upgrade, XenRio's tab looked great. Post-upgrade (and without any Outdated Templates listed) XenRio's tab is the only node showing significant differences in display. Anyone willing to help, my site is http://clubnub.com I'm pulling my hair out trying to determine what broke and how to fix it :/
 
Twitch.tv and HTTPS is working on my forum
Surprisingly, Twitch.tv with HTTPS is working fine on my forum :)

But it's showing me "mixed content" signal (http and https) in browser instead of all elements https. I want to fix that at least for the streams in sidebar of forumlist to get my root url full https signal in browser to "attract" new users.

I'm stucked while tracking the issue down. The thumbnail url of $streams.stream_preview in template EWRrio_Bit_Sidebar is still HTTP. Output in browser:
Code:
<span class="img s " style="background-image: url('http://static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
But I've seen this preview image with HTTPS working on an other forum with following pattern:
Code:
<span class="img s " style="background-image: url('//static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
So it is possible. I can't PHP, so im stucked and tried following in Twitch.php at some "random" lines but without success:
Code:
$url = preg_replace("/^http:/i","https:", $url);

Can you please help me? How can I get this preview image also HTTPS?
@Jaxel can you please help?
 
I've been getting the following server error running the latest version of xenforo/the addon. PHP5.6 MySQL 5.7 NGINX 1.6:

ErrorException: Uninitialized string offset: 2 - library/EWRrio/Services/Twitch.php:152
Generated By: Unknown Account, 8 minutes ago
Stack Trace
#0 /***/public/library/EWRrio/Services/Twitch.php(152): XenForo_Application::handlePhpError(8, 'Uninitialized s...', '/home/camp/www/...', 152, Array)
#1 /***/public/library/EWRrio/Services/Twitch.php(40): EWRrio_Services_Twitch::dumpChannels(Array, '10', Array, Array)
#2 [internal function]: EWRrio_Services_Twitch::dumpStreams(Array, '10', Array, Array)
#3 /***/public/library/EWRrio/Model/Streams.php(134): call_user_func_array(Array, Array)
#4 /***/public/library/EWRrio/CronEntry/Scrape.php(7): EWRrio_Model_Streams->updateStreams()
#5 [internal function]: EWRrio_CronEntry_Scrape::runScrape(Array)
#6 /***/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)
#7 /***/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#8 /***/public/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_Cron->execute(Array, Array, 7.9976720809937, '')
#9 /***/public/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9976720809937, '', false)
#10 /***/public/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 /***/public/deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}
Request State
array(3) {
["url"] => string(39) "https://www.***.com/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(24) "/index.php?streams/multi"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Edit your scrape settings and click save.

Twitch.tv and HTTPS is working on my forum
Surprisingly, Twitch.tv with HTTPS is working fine on my forum :)

But it's showing me "mixed content" signal (http and https) in browser instead of all elements https. I want to fix that at least for the streams in sidebar of forumlist to get my root url full https signal in browser to "attract" new users.

I'm stucked while tracking the issue down. The thumbnail url of $streams.stream_preview in template EWRrio_Bit_Sidebar is still HTTP. Output in browser:
Code:
<span class="img s " style="background-image: url('http://static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
But I've seen this preview image with HTTPS working on an other forum with following pattern:
Code:
<span class="img s " style="background-image: url('//static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
So it is possible. I can't PHP, so im stucked and tried following in Twitch.php at some "random" lines but without success:
Code:
$url = preg_replace("/^http:/i","https:", $url);

Can you please help me? How can I get this preview image also HTTPS?
Nothing to be done about this except what the case has always been with Twitch.TV in relation to HTTPS... wait 3 years for them to fix it.

https://github.com/justintv/Twitch-API/issues/515

beam.pro thumbnail scrape doesn't appear to be working, any ideas?
The thumbnail works fine... The channel icon does not... Beam.Pro only recently added channel icons to their stream endpoint. I will add it to the next version.

Is anyone's Twitch chat working?
Twitch changed some of their chat endpoints last week. You may need to hold CTRL+F5 on your channel page to flush out some old settings.

I just finished upgrading to XF 1.5.6 - Prior to the upgrade, XenRio's tab looked great. Post-upgrade (and without any Outdated Templates listed) XenRio's tab is the only node showing significant differences in display. Anyone willing to help, my site is http://clubnub.com I'm pulling my hair out trying to determine what broke and how to fix it :/
Looks fine to me...

Using FireFox?

All webrowsers shows twitch streams for me, besides FireFox... black screen all over the place.
Twitch changed some of their chat endpoints last week. You may need to hold CTRL+F5 on your channel page to flush out some old settings.
 
Last edited:
Nothing to be done about this except what the case has always been with Twitch.TV in relation to HTTPS... wait 3 years for them to fix it.

https://github.com/justintv/Twitch-API/issues/515
I've seen on a xf forum with xenporta 2 that it is possible to use the thumbnail url from http:// to https://? This would fix it, because twitch thumbnails are available over https too. I don't know how it is done, probably in PHP or Webserver redirect config.

Before:
Code:
<span class="img s " style="background-image: url('http://static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>

After:
Code:
<span class="img s " style="background-image: url('//static-cdn.jtvnw.net/previews-ttv/live_user_kerbyexample-320x180.jpg');"></span>
 
Display Top Stream on Splash Page is not working for my forums
I can not get live stream side bar to show up on splash screen right now I have Stream Restrictions set to No Restrictions just to see the side bar, but it only shows on the watch channel page. and not on the splash page.

http://gamers-alliances.com/forum
 
Display Top Stream on Splash Page is not working for my forums
I can not get live stream side bar to show up on splash screen right now I have Stream Restrictions set to No Restrictions just to see the side bar, but it only shows on the watch channel page. and not on the splash page.

http://gamers-alliances.com/forum
Top Stream only shows up on Tiled View, not detailed view. And there is no sidebar on the splash page... never has been.
 
Top Bottom