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
This commit proposes the following:
- enables partials rendering in development mode
to facilitate debugging
- adds a missing colon to a partial
- adds check in for ending lesson 2
- fixes a browser's console error when playing the audio:
`player_controller.js:5 Uncaught (in promise) NotAllowedError: play() failed because the user didn't interact with the document first.`
Having `muted` in the partial didn't fix the issue but wrapping `play()`
in a check does. Please let me know if this doesn't look right.
There's one issue I'm getting in lesson 2 (and lesson 3)
that I couldn't figure it out. When I click in the big play button
below the episode's title, I see this error in the browser's console:
```
fetch_requests.js:12 Uncaught TypeError: Cannot read properties of null (reading 'set')
```
After finishing the lesson, I still can't get the big button to work.
When I click on it again to pause, it changes the icon but
the audio is still playing and clicking on the bottom audio bar doesn't
stop the audio either.
I couldn't figure out what was missing in the lesson 2 doc
but when I change to lesson 3, the buttons
are working as expected.
0 commit comments