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

Form that is already displayed modally cannot be displayed as a modal dialog box. #11123

Open
cyberduck opened this issue Jul 24, 2020 · 2 comments
Assignees

Comments

@cyberduck
Copy link
Collaborator

c4a1cc3 created the issue

Unable to use Google Drive and Cryptomator

I'm trying to upload about 6.8GB worth of files to a vault. I was able to do this in January but I've been trying to backup some files for the past week and I get forbidden errors. Sometimes the message is forbidden but hitting continue keeps it moving. I have it set to Skip and the files go through the Preparing step but then it goes to "Imcomplete" right away and nothing actually makes it up to the cloud. I've tried over multiple days to avoid the limit but no files are transferred so it's strange it would hit the limit. I also tried clearing my credentials and re-adding them. I have tried single connection and browser connection. I've also tried throttling to 1 connection. My retry settings are 5 attempts 30 seconds.

I was able to upload files to a non-vault folder.

I saw ticket #10103 which says closed but I grabbed the latest nightly build and it still isn't working.

There seems to be an error when it's switching to actually uploading. But the only error message seems to be an error message about an error:

2020-07-24 13:43:36,643 [background-6] ERROR AsyncController - Unhandled exception during invoke
cli.System.InvalidOperationException: Form that is already displayed modally cannot be displayed as a modal dialog box. Close the form before calling showDialog.
	at cli.System.Windows.Forms.Control.MarshaledInvoke(Unknown Source)
	at cli.System.Windows.Forms.Control.Invoke(Unknown Source)
	at cli.Ch.Cyberduck.Ui.Controller.AsyncController.invoke(Unknown Source)
	at IKVM.Internal.ExceptionHelper.toString(Unknown Source)
	at java.lang.StringHelper.valueOf(StringHelper.java:2598)
	at java.io.PrintWriter.println(PrintWriter.java:754)
	at java.lang.ThrowableHelper$WrappedPrintWriter.println(ThrowableHelper.java:343)
	at java.lang.ThrowableHelper.printStackTrace(ThrowableHelper.java:231)
	at java.lang.ThrowableHelper.printStackTrace(ThrowableHelper.java:300)
	at org.apache.log4j.DefaultThrowableRenderer.render(DefaultThrowableRenderer.java:60)
	at org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
	at org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
	at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:277)
	at org.apache.log4j.WriterAppender.append(WriterAppender.java:163)
	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:64)
	at org.apache.log4j.Category.callAppenders(Category.java:206)
	at org.apache.log4j.Category.forcedLog(Category.java:392)
	at org.apache.log4j.Category.error(Category.java:324)
	at cli.Ch.Cyberduck.Ui.Controller.AsyncController.invoke(Unknown Source)
	at cli.Ch.Cyberduck.Ui.Controller.WindowController.invoke(Unknown Source)
	at cli.Ch.Cyberduck.Ui.Controller.TransferPromptController.prompt(Unknown Source)
	at ch.cyberduck.core.transfer.UploadTransfer.action(UploadTransfer.java:209)
	at ch.cyberduck.core.worker.AbstractTransferWorker.run(AbstractTransferWorker.java:192)
	at ch.cyberduck.core.worker.AbstractTransferWorker.run(AbstractTransferWorker.java:63)
	at ch.cyberduck.core.threading.TransferWorkerBackgroundAction.run(TransferWorkerBackgroundAction.java:56)
	at ch.cyberduck.core.threading.SessionBackgroundAction.run(SessionBackgroundAction.java:134)
	at ch.cyberduck.core.threading.SessionBackgroundAction$1.call(SessionBackgroundAction.java:116)
	at ch.cyberduck.core.threading.DefaultRetryCallable.call(DefaultRetryCallable.java:50)
	at ch.cyberduck.core.threading.SessionBackgroundAction.call(SessionBackgroundAction.java:118)
	at ch.cyberduck.core.threading.BackgroundCallable.run(BackgroundCallable.java:94)
	at ch.cyberduck.core.threading.BackgroundCallable.call(BackgroundCallable.java:58)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:58)
	at java.lang.Thread.run(Thread.java:955)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#11573 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants