DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

Uncaught InvalidStateError: Failed to execute ‘stop’ on ‘MediaRecorder’: The MediaRecorder’s state is ‘inactive’

      
The state is already inactive, add a state determination
              console.log(mediaRecorder.state);
                        if(mediaRecorder.state!="inactive"){
                            mediaRecorder.stop();
                        }

Similar Posts:

  • Bootstrap switch Uncaught TypeError: Cannot read property ‘apply’ of undefined
  • Docker run error: docker0: iptables: No chain/target/match by that name.
  • Day 1 – meet Tornado
  • Error reporting of console.log in eslint
  • ERROR: syntax error at end of input & Database Error: invalid input syntax for type numeric: “Not reviewed”
  • How to Solve Unity2020 using Unity.Mathematics Error
  • [Solved] Vuex error: Error in callback for watcher “function() {return this._data.$$state}”
  • [Solved] Backend Internal error: Exception during IR lowering
  • warning:unable to open an initial console.
  • Job for docker.service failed because the control process exited with error code. See “syste…

This entry was posted in Error and tagged Uncaught InvalidStateError: Failed to execute 'stop' on 'MediaRecorder': The MediaRecorder's state is 'inactive' on February 13, 2022 by Robins.

Post navigation

← [Solved] Archlinux Upgrade Error: failed to update core (unable to lock database) [Solved] frp Error: login to server failed: EOF →

Recent Posts

  • [Solved] must appear in the GROUP BY clause or be used in an aggregate function
  • [Solved] Shell Error: syntax error: invalid arithmetic operator (error token is “
  • [Solved] FATAL ERROR: wasm code commit Allocation failed – process out of memory
  • [Solved] Mac Error: ERROR launching ‘JD-GUI’
  • [Solved] passwd: Authentication token manipulation error
  • [Solved] xtrabackup: error: xb_load_tablespaces() failed with error code 57
  • [Solved] Azure Function Enable Managed Identity and Powershell Funciton Report Error: ERROR: ManagedIdentityCredential authentication failed
  • [Solved] Application_Error not firing when customerrors = “On”
  • [Solved] MAVEN-COMPILER-PLUGIN Compile Error: FATAL ERROR: UNABLE TO FIND PACKAGE JAVA.LANG IN CLASSPATH OR BOOTCLASSPATH
  • [Solved] Json.Net Error: Error getting value from ‘ScopeId’ on ‘System.Net.IPAddress’

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress