-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player won't load - setChannel not working #510
Comments
|
With some more experimentation it appears a bunch of the API methods simply do nothing at the moment: setVolume No idea why. |
|
So I believe setChannel() works if a channel is already set. However, if there is no valid channel set in the options then setChannel() doesn't work. Is there a way to intialize the Interactive Twitch Video Player without loading a channel? Then use setChannel after a user picks a channel? |
|
It gives no indication of failure, which suggests the behaviour is probably not what's expected. It really should work with an empty channel on initialisation. |
|
similar to: #534 Fingers crossed that this gets cleared up! >< |
|
This should be resolved now. |
|
Brilliant, thanks heaps! |
Hey - I set up some very simple pages based on the API examples to try and debug the problems we were having with Twitch's API:
https://andchill.tv/twitch-test.html
https://andchill.tv/twitch-test2.html
One uses setChannel, one specifies the channel in the options object. The one with setChannel doesn't work for me, just loads forever.
Here's the JS:
No errors, just never loads.
The text was updated successfully, but these errors were encountered: