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

Cannot open connection to Google Docs #6297

Closed
cyberduck opened this issue Oct 8, 2011 · 5 comments
Closed

Cannot open connection to Google Docs #6297

cyberduck opened this issue Oct 8, 2011 · 5 comments
Labels
bug fixed googledrive Google Drive Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

31cae4d created the issue

Hi,

I have a basic Google Docs account.

When I try to open a connection to this account the bottom status bar shows:

  • Account authenticated
  • Listing directory

Then the connection immediately disconnects with no further information provided.

Am running:

  • Mac OSX Lion 10.7.1
  • Cyberduck 4.1.3

I am able to open other connections (such as to drop box). I've tried everything I know to do to solve this myself and would appreciate your assistance.

Thanks and regards
Luke

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you find any related output in the system.log (/Applications/Utilities/Console.app)?

@cyberduck
Copy link
Collaborator Author

Avi commented

I'm having the same problem, using 4.1.3 (9045) on 10.7.2 with the latest Java update, using Google Apps.

Found a NPE in system.log:

Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 2011-11-27 10:13:10,200 [background-2] ERROR ch.cyberduck.ui.AbstractController - Exception running background task:null
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: java.lang.NullPointerException
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.gdocs.GDPath.list(GDPath.java:794)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.gdocs.GDPath.list(GDPath.java:756)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.Path.list(Path.java:471)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.AbstractPath.children(AbstractPath.java:146)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.AbstractPath.children(AbstractPath.java:132)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.AbstractPath.children(AbstractPath.java:119)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.Session.mount(Session.java:280)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.Session.mount(Session.java:262)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.ui.cocoa.BrowserController$31$1.run(BrowserController.java:3735)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:94)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at ch.cyberduck.ui.AbstractController$1.call(AbstractController.java:88)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
Nov 27 10:13:10 Avis-Mac [0x0-0x1dbddbc].ch.sudo.cyberduck[87195]: 	at java.lang.Thread.run(Thread.java:680)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 6be90e3. The invalid entries with missing content will be ignored.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This issue might have not been fixed. See #6419.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Revised fix in a4039b7.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed googledrive Google Drive Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant