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
After an error occurs with loadVideo, any subsequent loadVideo fails because of privacy settings.
I suspect this is because although the app_id querystring parameter is passed, the referrer querystring is now missing.
Actual Behavior
If one video errors while loading, it should not stop other videos from loading.
Steps to Reproduce
call loadVideo on an existing video ID. Notice referrer in the querystring
call loadVideo on a non-existent video ID. This should throw an error that can be safely caught.
call loadVideo on the existing video ID again. Notice referrer is NOT in the querystring anymore.
The text was updated successfully, but these errors were encountered:
Expected Behavior
After an error occurs with
loadVideo
, any subsequentloadVideo
fails because of privacy settings.I suspect this is because although the
app_id
querystring parameter is passed, thereferrer
querystring is now missing.Actual Behavior
If one video errors while loading, it should not stop other videos from loading.
Steps to Reproduce
loadVideo
on an existing video ID. Noticereferrer
in the querystringloadVideo
on a non-existent video ID. This should throw an error that can be safely caught.loadVideo
on the existing video ID again. Noticereferrer
is NOT in the querystring anymore.The text was updated successfully, but these errors were encountered: