Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall back from Flash -- Uncaught NOT_INIT_ERR: NOT_INIT_ERR: RuntimeError 1 #747

Closed
aliwatters opened this issue Mar 19, 2013 · 2 comments
Closed
Assignees
Milestone

Comments

@aliwatters
Copy link

Using Plupload2 (cloned from git, with moxie latest package from download) -- I've recreated this on linux (chrome 24.0) mac (safari 6.0.2)

When the list of runtimes is flash,silverlight,html5,html4 -- if Flash is either blocked (in safari's case) or not installed (linux chrome) moxie does not fall back to to html5 as expected.

Console shows this error after a few seconds:

Uncaught NOT_INIT_ERR: NOT_INIT_ERR: RuntimeError 1 moxie.js:7601
(anonymous function)
@jayarjo
Copy link
Contributor

jayarjo commented Mar 20, 2013

This is expected exception. Fallback from flash to html5 in your case might take as long as 15 secs. Flash tries for 5 secs and silverlight for 10 (as it is sometimes hard for it to initialize quickly on first load). I'd recommend to put html5 first. When browser has support for it, it is by far the best runtime to use.

@ghost ghost assigned jayarjo Mar 20, 2013
@jayarjo
Copy link
Contributor

jayarjo commented Mar 23, 2013

Addressed this in: 06c7aeb. Will not let exceptions out anymore.

@jayarjo jayarjo closed this as completed Mar 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants