Skip to content
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

App Crash: On selecting cancel from Share Screen promt #8

Open
soumik-mukherjee opened this issue Apr 14, 2020 · 0 comments
Open

App Crash: On selecting cancel from Share Screen promt #8

soumik-mukherjee opened this issue Apr 14, 2020 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@soumik-mukherjee
Copy link
Owner

Steps to replicate

  1. Open App
  2. Click on Record button

image

  1. Click on Cancel in the ensuing prompt.

image

Error Message

TypeError: Cannot read property 'stop' of null
..... capturio/packages/ui-components/src/Recorder/index.jsx:103
100 | case REC_STATUS_ON:
101 | break
102 | case REC_STATUS_OFF_REQUESTED:
103 | mediaRecorder.stop()
104 | let tracks = mediaStream.getTracks()
105 | tracks.forEach(track => track.stop())
106 | player.srcObject = null

@soumik-mukherjee soumik-mukherjee added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Apr 14, 2020
@soumik-mukherjee soumik-mukherjee added this to the Sprint 1 milestone Apr 14, 2020
@soumik-mukherjee soumik-mukherjee self-assigned this Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant