Open Closed

Cannot download LeptonX theme source code after logging in with Enterprise License #3754


User avatar
0
z2lai created

I've logged in with enterprise license but I currently cannot download the LeptonX theme source code with any of the following commands as per the docs: abp get-source Volo.Abp.LeptonXTheme.Pro abp get-source Volo.Abp.LeptonXTheme abp get-source Volo.LeptonXTheme.Pro abp get-source Volo.LeptonTheme

abp get-source Volo.Abp.LeptonXTheme.Pro specified in the docs has been giving me the following error for a few days now: [15:45:45 INF] Downloading source code of Volo.Abp.LeptonXTheme.Pro [15:45:45 INF] Version: Latest [15:45:45 INF] Output folder: C:\Users...\source\repos\leptonX Error occured while getting the latest version from https://abp.io/api/download/module/get-version/ : Remote server returns '403-Forbidden'. Message: volosoft/lepton repository has no release yet! [15:45:46 WRN] The remote service is currently unavailable, please specify the version.

I tried specifying the version number as follows as well but it says that the module was not found: abp get-source Volo.Abp.LeptonXTheme.Pro --version 1.0.0-rc.4 I tried specifying all older version but it says that the version was not found.

The only thing that worked was downloading the Lepton theme with version specified as follows: abp get-source Volo.LeptonTheme --version 5.1.1

But I need the LeptonX source code.


5 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    I can reproduce the issue. we'll let you know once it's resolved.

  • User Avatar
    0
    alper created
    Support Team Director

    we have addressed the issue and fixed in the newer version of the ABP CLI. You'll be able to download it after the new version publishes (approximately in 2 days)

  • User Avatar
    0
    alper created
    Support Team Director

    We have fixed the isssue. you can try it now

  • User Avatar
    0
    z2lai created

    I just updated to the latest ABP CLI version: dotnet tool update -g Volo.Abp.Cli --version 6.0.0-rc.5 Tool 'volo.abp.cli' was successfully updated from version '6.0.0-rc.4' to version '6.0.0-rc.5'.

    Logged into my commercial license and ran the command: abp get-source Volo.Abp.LeptonXTheme.Pro Got the following error:

    [10:11:14 INF] ABP CLI (https://abp.io) [10:11:14 INF] Version 6.0.0-rc.5 (Prerelease) [10:11:15 INF] Output folder: C:\Users\ZhengLai\source\repos\leptonX [10:11:15 INF] Downloading source code of Volo.Abp.LeptonXTheme.Pro [10:11:15 INF] Version: Latest [10:11:15 INF] Output folder: C:\Users\ZhengLai\source\repos\leptonX Error occured while getting the latest version from https://abp.io/api/download/module/get-version/ : Remote server returns '403-Forbidden'. Message: volosoft/lepton repository has no release yet! [10:11:17 WRN] The remote service is currently unavailable, please specify the version. [10:11:17 WRN] [10:11:17 WRN] Find the following template in your cache directory: [10:11:17 WRN] Template Name Version [10:11:17 WRN] app 4.4.3 [10:11:17 WRN] app pro-4.4.4 [10:11:17 WRN] app pro-5.1.2 [10:11:17 WRN] app pro-5.2.1 [10:11:17 WRN] [10:11:17 WRN] Use command: abp new Acme.BookStore -v version

  • User Avatar
    0
    muhammedaltug created

    Hello,

    After updating the ABP Cli version, please log in again. Also, please use the following command to download the lepton x source code.

    abp get-source Volo.Abp.LeptonXTheme.Pro --preview
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11