Bubble Plugin - Multiple Issues

I’m finding issues with the Bubble plugin. I am happy to use the API for calls and webhooks, but I need the Uploader and the Video Player to work.

First, the events for catching an oversize video does not trigger when using the plugin event. Instead I have to use “Every time event occurs” and then use “api.video oversized error” as a condition.

Second, after catching an oversize video the Uploader will not reset. It retains the “file_selected =yes” and when a new file is selected the Uploader fails to process the new video.

Would love to know if I’m the only one. Thanks.

As a follow-up, I looked into the plugin code and now see that the filesize error is not caught until the upload starts. so it may be best to use “Upload immediately.”

I have also found that using upload immediately allows resets of the plugin to work. so for now maybe I’m good.