You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
If I am on my following page https://www.twitch.tv/directory/following/live(), I eventually see this message:
twitchAdSkip: Video player not found.
This is technically appropriate, but not the message I expected to see. The message I expected to see,
if (!videoNodeEl) {
throw new Error('Video player element not found. If it is expected that there is no video on the current page (e.g. Twitch directory), then ignore this error.');
}
appears to be kept within the listenForVolumeChanges function, but the script is falling through to spawnFindVideoPlayerEl instead.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I am on my following page
https://www.twitch.tv/directory/following/live()
, I eventually see this message:This is technically appropriate, but not the message I expected to see. The message I expected to see,
appears to be kept within the
listenForVolumeChanges
function, but the script is falling through tospawnFindVideoPlayerEl
instead.The text was updated successfully, but these errors were encountered: