att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
429 stars 141 forks source link

RCloud.UI.fatal_dialog is not a function #2718

Closed gordonwoodhull closed 4 years ago

gordonwoodhull commented 4 years ago

RCloud can time out in such a way that rcloud_bundle has not been loaded when require-common.js detects a timeout.

This results in the above error being printed in the browser console, because it is only making sure that window.RCloud exists in order to decide whether to display a dialog or the fallback Ooops timeout message. In this RCloud.addons exists but not RCloud.UI or its fatal_dialog.

Seeing this consistently on a slow vpn connection (poor wifi) right now.