Services Plugins FAQs

Video Recorder Plugin (v1.59.0) – suddenly broken, TypeError: can't access property "video", _0x58763c is null

Hi everyone,

our Video Recorder plugin stopped working over the weekend (was working Saturday, broken Sunday) without any changes on our end.

Errors in the Bubble debugger:

  • Error: Video Recorder TypeError: can't access property "video", _0x58763c is null – on Start Recording
  • Error: Video Recorder MediaRecorder not found! – on Stop Recording

What we tested and ruled out:

  • Camera initializes correctly (“Camera settings obtained” appears in console)
  • Crash happens inside Video-Recorder-Start-Recording-.js – plugin-internal code
  • Visible on page load: yes
  • Camera permissions: explicitly granted
  • Plugin rollback to older version: did not help
  • Zeroqode live demo: works fine in the same browser
  • Separate test page with minimal setup: same errors
  • Multiple browsers (Chrome, Safari): same result

Conclusion: Since it breaks even on a minimal test page with no other elements, and the Zeroqode demo works, this looks like a compatibility issue with a recent Bubble update.

Has anyone else experienced this? Is a fix in progress?