ABP Framework version: v8.2.x
UI Type: Angular
Database System: EF Core (MySQL)
Auth Server Separated (for Angular): yes
Exception message and full stack trace: [16:57:31 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [16:57:31 INF] Downloading source code of Volo.Abp.LeptonXTheme (Latest) [16:57:31 INF] Output folder: /Users/lsuh/Projects/temp/abp [16:57:49 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
DownloadSourceCodeAsync(string moduleName, string targetFolder, string
version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync( CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)Steps to reproduce the issue: Run the following command: abp get-source Volo.Abp.LeptonXTheme
11 Answer(s)
-
0
hi
Can you try to upgrade studio and cli to latest and try again?
> abp get-source Volo.Abp.LeptonXTheme [09:10:50 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli 📌 ABP CLI 0.8.3 (Beta) [09:10:51 INF] Downloading source code of Volo.Abp.LeptonXTheme (Latest) [09:10:51 INF] Output folder: /Users/sourcecode [09:11:03 INF] 'Volo.Abp.LeptonXTheme' has been successfully downloaded to '/Users/sourcecode'
-
0
Both my ABP Studio and CLI are at version 0.8.3. Same result.
What exactly is it that throws that exception?
% abp get-source Volo.Abp.LeptonXTheme
[20:05:21 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [20:05:21 INF] Downloading source code of Volo.Abp.LeptonXTheme (Latest) [20:05:21 INF] Output folder: /Users/lsuh/Projects/temp/abp [20:06:21 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
DownloadSourceCodeAsync(string moduleName, string targetFolder, string
version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync (CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args) -
0
hi
Have you logged in to the CLI?
abp login-info
-
0
hi! yes, i have confirmed that i logged into the CLI:
% abp login-info [15:33:05 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:33:18 INF] Login info: Name: Surname: Username: sgarad
tried to run the "abp get-source Volo.Abp.LeptonXTheme" command again, and got some new warnings in addition to the same error:
% abp get-source Volo.Abp.LeptonXTheme [15:34:27 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:34:27 INF] Downloading source code of Volo.Abp.LeptonXTheme (Latest) [15:34:27 INF] Output folder: /Users/lsuh/Projects/temp/abp [15:34:35 WRN] Failed to get global nuget source: https://nuget.abp.io/<myLicenseKey>/v3/index.json [15:35:27 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
DownloadSourceCodeAsync(string moduleName, string targetFolder, string
version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync( CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args) -
0
Hi,
Can we please get some resolution on this? We have been blocked for almost a week, waiting on this to get resolved.
Thanks!
-
0
hi
Please send an email to liming.ma@volosoft.com
I will share the source code of LeptonTheme.
-
0
Hi
Thanks so much for sharing. However, we still need the source from this Angular package:
@volosoft/abp.ng.theme.lepton-x
How/where can we get that source (i.e. unpackaged)? Is it on the Volosoft github? We didn't see it on the ABP github.
Thanks!
-
0
hi
I will ask our angular team. : )
-
0
hi
I have sent the angular source code to your email.
-
0
HI!
Thanks so much for sending the LeptonX angular source! Very helpful.
It turns out, we need the source of the following packages, as well! Please send version 8.2 of the below:
@volo/abp.commercial.ng.ui @volo/abp.ng.account @volo/abp.ng.audit-logging @volo/abp.ng.chat @volo/abp.ng.file-management @volo/abp.ng.gdpr @volo/abp.ng.identity @volo/abp.ng.language-management @volo/abp.ng.openiddictpro @volo/abp.ng.saas @volo/abp.ng.text-template-management
Thanks so much!
-
0