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
FWIW, from Powershell in Windows Terminal on Windows 11 Pro x64 running the latest CLI preview 0.1.15, I get the following response to googlephotos albums list:
PS C:\Users\USER> googlephotos albums list
creating user folder C:\Users\USER\AppData\Roaming\googlephotos\[email protected]
Page 1 14 +14
Page 2 29 +15
Page 3 44 +15
Page 4 49 +5
Page 5 66 +17
Page 6 68 +2
Page 7 73 +5
Page 8 75 +2
Page 9 75 +0
Page 10 78 +3
Page 11 81 +3
Page 12 82 +1
Page 13 84 +2
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at BetterConsoleTables.Table.GetColumnLengths()
at CasCap.Commands.CommandBase.DisplayAlbums(List1 albums) in /_/src/CasCap.GooglePhotosCli/Commands/Base/CommandBase.cs:line 150 at CasCap.Commands.Albums.List.OnExecuteAsync(CommandLineApplication app) in /_/src/CasCap.GooglePhotosCli/Commands/Albums.cs:line 60 at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.InvokeAsync(MethodInfo method, Object instance, Object[] arguments) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(ConventionContext context, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.<>c__DisplayClass0_0.<<Apply>b__0>d.MoveNext() --- End of stack trace from previous location --- at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.Hosting.CommandLine.Internal.CommandLineService1.RunAsync(CancellationToken cancellationToken)
at McMaster.Extensions.Hosting.CommandLine.Internal.CommandLineLifetime.<>c__DisplayClass10_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.Extensions.Hosting.HostExtensions.RunCommandLineApplicationAsync(IHost host, CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostBuilderExtensions.RunCommandLineApplicationAsync[TApp](IHostBuilder hostBuilder, String[] args, Action`1 configure, CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostBuilderExtensions.RunCommandLineApplicationAsync[TApp](IHostBuilder hostBuilder, String[] args, CancellationToken cancellationToken)
at CasCap.Program.Main(String[] args) in /_/src/CasCap.GooglePhotosCli/Program.cs:line 39
at CasCap.Program.
(String[] args)
The text was updated successfully, but these errors were encountered:
FWIW, from Powershell in Windows Terminal on Windows 11 Pro x64 running the latest CLI preview 0.1.15, I get the following response to
googlephotos albums list
:PS C:\Users\USER> googlephotos albums list
(String[] args)creating user folder C:\Users\USER\AppData\Roaming\googlephotos\[email protected]
Page 1 14 +14
Page 2 29 +15
Page 3 44 +15
Page 4 49 +5
Page 5 66 +17
Page 6 68 +2
Page 7 73 +5
Page 8 75 +2
Page 9 75 +0
Page 10 78 +3
Page 11 81 +3
Page 12 82 +1
Page 13 84 +2
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at BetterConsoleTables.Table.GetColumnLengths()
at CasCap.Commands.CommandBase.DisplayAlbums(List
1 albums) in /_/src/CasCap.GooglePhotosCli/Commands/Base/CommandBase.cs:line 150 at CasCap.Commands.Albums.List.OnExecuteAsync(CommandLineApplication app) in /_/src/CasCap.GooglePhotosCli/Commands/Albums.cs:line 60 at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.InvokeAsync(MethodInfo method, Object instance, Object[] arguments) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(ConventionContext context, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.<>c__DisplayClass0_0.<<Apply>b__0>d.MoveNext() --- End of stack trace from previous location --- at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.Hosting.CommandLine.Internal.CommandLineService
1.RunAsync(CancellationToken cancellationToken)at McMaster.Extensions.Hosting.CommandLine.Internal.CommandLineLifetime.<>c__DisplayClass10_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.Extensions.Hosting.HostExtensions.RunCommandLineApplicationAsync(IHost host, CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostBuilderExtensions.RunCommandLineApplicationAsync[TApp](IHostBuilder hostBuilder, String[] args, Action`1 configure, CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostBuilderExtensions.RunCommandLineApplicationAsync[TApp](IHostBuilder hostBuilder, String[] args, CancellationToken cancellationToken)
at CasCap.Program.Main(String[] args) in /_/src/CasCap.GooglePhotosCli/Program.cs:line 39
at CasCap.Program.
The text was updated successfully, but these errors were encountered: