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:
-
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.
-
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
.
-
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.
-
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