microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 207 forks source link

Video Playback Aborted #2565

Closed sappington closed 3 years ago

sappington commented 3 years ago

Describe the bug Instructional Videos in CS intro 1 not playing. Giving Video playback aborted. (0x20100002) Happening on many pages and lessons. Only links that work are the few linked to youtube.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://arcade.makecode.com/courses/csintro1/motion/random'
  2. Click on 'Concept: Picking a Random Number Video'
  3. See error Video playback aborted. (0x20100002)

Expected behavior Tutorial video should play

Screenshots Add screenshots to help explain your problem. You can copy paste the screenshot in the github report. The .gif screen recording is very useful as well.

Desktop (please complete the following information):

jwunderl commented 3 years ago

I believe these should all be fixed, we had a thread over email where we figured out the problem / Galen applied those fixes here https://github.com/microsoft/pxt-arcade/pull/2577 and here https://github.com/microsoft/pxt-arcade/pull/2591; for reference, the issue was that the short links got auto updated from http => https, which is good, but they had other links embedded as url parameters that were still http which caused mischief