You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of libraries have exit(1) errors. This will cause the app to crash unexpectedly if something goes wrong. Either update the libraries to bubble up errors or run file conversion in a separate process to avoid any unexpected crashes.