Services Plugins FAQs

HTML5 Video Player error

I keep getting this error from the html player

The plugin HTML5 Video Player / action Play a HTML5 Video Player threw the following error: TypeError: Cannot read properties of undefined (reading ‘play’)
at eval (PLUGIN_1544679421691x581364656889921500/HTML5-Video-Player-element_action–HTML5-Video-Player-Play-.js:3:2349)
at https://wimy.io/package/run_debug_js/1d736b15ffdf5b2a7bb55effcbf3d0a8a8faff1ddab9671fb9b28a3b8d846225/xfalse/x27/run_debug.js:599:651 (please report this to the plugin author)

It then causes my bubble web app to crush

Kindly look into it or advice on the best way forward,

i am using the later updated one

Hello @gkariuki ,
Thank you for contacting us.

We have checked our plugin demo page and did not find the problem you mentioned above, please customize your plugin as shown in our demo editor page and documentation.

Also, here are some tips on how to possibly fix this problem

The error message from the HTML5 Video Player plugin, specifically TypeError: Cannot read properties of undefined (reading ‘play’), indicates that the plugin is trying to call the play function on an undefined object. This error usually occurs when:

  1. Video Source Not Loaded: The video source may not be properly set or loaded when the play action is triggered. If the source URL is missing or invalid, the player object remains undefined, causing this error.

  2. Element Not Initialized: The HTML5 Video Player element may not have fully initialized before the play action is triggered. If the action is called immediately after page load, try adding a short delay or ensuring the video element is fully loaded before triggering play.

  3. Plugin Bug or Incompatibility: If you’re using the latest version of the plugin and this error persists, it might be a bug. In some cases, updates may introduce compatibility issues or new dependencies. If possible, try rolling back to an earlier plugin version or contact the plugin author for further assistance.

  4. Conflict with Other Scripts or Plugins: Sometimes, other scripts or plugins running on the page might interfere with the HTML5 Video Player’s functionality. Check if disabling other plugins or custom scripts resolves the issue.

Suggested Steps:

  • Verify Video Source: Double-check the video source URL to ensure it is valid and correctly set.

  • Delay the Play Action: Use Bubble’s workflow to add a slight delay before triggering the play action.

  • Contact Support: If the above steps don’t resolve the issue, reach out to the plugin developer with details of the error.

Please note: That this is a general suggestion from our developers who can help solve the problem

Best Regards,
Anton

Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3