-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Duck CLI: Cannot invoke "ch.cyberduck.core.PathAttributes.getRegion()" #14028
Comments
Confirmed here, thanks for bringing this to our attention. |
We aren't waiting for oauth prompt, thus continuing and failing.
Something here: d684c5c Need to change TerminalPreferences to reflect changes in Preferences factories: |
AliveDevil
added a commit
that referenced
this issue
Jan 2, 2023
Fix return value to notify URL is handled.
dkocher
added a commit
that referenced
this issue
Jan 4, 2023
Make sure we either get result or exception regardless of failure type.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This ticket system is to report bugs and feature requests. For support, visit the help page first.
Describe the bug
using CLI Cyberduck 8.5.3 (38959). I am not able to authenticate cloud services. When i type
duck --list onedrive:
I get this (removed client ID from links):OneDrive connection opened…
https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=(...)&code_challenge_method=S256&redirect_uri=https://cyberduck.io/oauth&response_type=code&scope=files.readwrite.all%20offline_access%20user.read&state=STqI
Disconnecting graph.microsoft.com…
Unknown. Cannot invoke "ch.cyberduck.core.PathAttributes.getRegion()" because the return value of "ch.cyberduck.core.Path.attributes()" is null.
the same thing happens when i try
duck --list dropbox:/
Dropbox connection opened…
https://www.dropbox.com/1/oauth2/authorize?client_id=(...)&code_challenge=(...)&code_challenge_method=S256&redir
Disconnecting www.dropbox.com…
Unknown. Cannot invoke "ch.cyberduck.core.PathAttributes.getRegion()" because the return value of "ch.cyberduck.core.Path.attributes()" is null.
To Reproduce
Steps to reproduce the behavior:
1.Enter the command
duck --list onedrive:
orduck --list dropbox:/
Expected behavior
Print a list of files in the cloud service or authenticate the account if it was not authenticated.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: