खुला हुआ बंद किया हुआ

Cannot find lepton x pro nuget - auth server #4525


User avatar
5
tginc बनाया था
  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): identity server separated
  • **Exception message and stack trace*error NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, nuget.org *:
  • Steps to reproduce the issue:" Attempting to run the Auth Server project.

Hi,

Starting around 10:16 gmt, we started having multiple build failures across various branches of work including both locally and remote builds. The errors are all the same:

Exception message and stack trace*error NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, nuget.org

We are unable to build previously successful branches and the distribution between branches point to this not being a code related failure. The impact of this is high as we are unable to perform development remotely and locally.

Thanks Tom


31 उत्तर (ओं)
  • User Avatar
    0
    hinairusu बनाया था

    I suspect this is a little more widespread than just yourselves, I am unable to pull down any module, getting an "Unable to find package X" for the entire volo set. I tried running ABP Suite Update, and had the same issue there - I suspect a service has gone down ABP side. Trying to navigate to the "SearchQueryService/3.0.0-beta" endpoint in the NuGet feed (#3 for me) returns an "Internal Server Error"

  • User Avatar
    1
    ageiter बनाया था

    I get the same message... am blocked in continuing to work because the build does not work.

  • User Avatar
    0
    cbogner85 बनाया था

    Same here. Hopefully this gets fixed soon.

  • User Avatar
    0
    david.hurtado बनाया था

    I have the same situation but with framework 7.0.1 on Auth and Blazor Server projects

  • User Avatar
    0
    hinairusu बनाया था

    Other tickets have an update, It's known and being worked on now.

    https://support.abp.io/QA/Questions/4528/No-packages-exist-with-this-id-in-sources-ABP-Commercial-NuGet-Source-HangfirePro https://support.abp.io/QA/Questions/4527/error-NU1101-Unable-to-find-package-Voloxxxx-No-packages-exist-with-this-id-in-sources https://support.abp.io/QA/Questions/4526/Error-when-compile-AuthServer-and-BlazorServer-Project

  • User Avatar
    0
    adam-dot-cohen बनाया था

    Can you provide a time estimate on when you expect it to be resolved? Our dev team (like any of your customers updating their packages today) can't get any work done.

  • User Avatar
    0
    hinairusu बनाया था

    I'd also be really interested in an update for times, as I've got a client expecting a release today that doesn't look like it's going to happen, given it's been over 5 hours since it was reported.

    (If you was asking me, I apologise - I don't work here :D I'm just trying to be helpful with the sudden abundance of time this issue has given me to keep everyone up to date with what little feedback is present across the different locations)

    https://github.com/abpframework/abp/issues/15686

    Suggestion here to add each dependancy manually, which appears to have fixed it for one user, but hasn't solved mine.

    Also reported here and assigned to someone to look into, but no updates. https://github.com/abpframework/abp/issues/15683

  • User Avatar
    0
    adam-dot-cohen बनाया था

    Sorry - that was intended for ABP!

  • User Avatar
    0
    hinairusu बनाया था

    Useful tidbit, I also sent in an email to Info@ and posted in their discord four hours ago, no response/update on either front there.

  • User Avatar
    1
    tginc बनाया था

    Its unacceptable for our development environment and production deployments to be dependent on such a flimsy service. Its even more unacceptable to have no response on such a critical issue or any escalation procedure.

    In our experience we have regular blips in the abp nuget feed, we are going to have to look at alternatives for our development and deployment environment I think.

  • User Avatar
    0
    hinairusu बनाया था

    Something I have found particularly frustrating is that unless you're on an enterprice license, you can't even reach out to the team directly for feedback or update - it''s a "post and wait" situation. We can't tag anyone, there is no escallation for priority issues, and no way to get updates.

    Normally, this wouldn't bother me too much. Minor issues are usually something you can work elsewhere while you wait on, but something of this scale? It's crazy.

  • User Avatar
    0
    dlapointe बनाया था

    Something I have found particularly frustrating is that unless you're on an enterprice license, you can't even reach out to the team directly for feedback or update - it''s a "post and wait" situation. We can't tag anyone, there is no escallation for priority issues, and no way to get updates.

    Normally, this wouldn't bother me too much. Minor issues are usually something you can work elsewhere while you wait on, but something of this scale? It's crazy.

    Thanks for your effort summarizing the situation and grouping all incidents :D

    That said, it would be about time for Volo to shows up, even if the incident is not resolved yet, any kind of communication would be quite appreciated.

  • User Avatar
    0
    tginc बनाया था

    Found a workaround, and it explains partly why the local nuget cache isn't working.

    If you a local version of all the packages and edit the AuthServer.csproj

    <ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="1.0.0-rc.*" /> </ItemGroup>

    if you change this to <ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="1.0.0" /> </ItemGroup>

    this seems to make the nuget version match up locally and you can build

  • User Avatar
    0
    hinairusu बनाया था

    Sadly, I don't have a local version on this machine to build from, and my version lines are <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.0.0-*" /> For me, it's pretty much all of the Volo nugets have failed, for example <PackageReference Include="Volo.Abp.Identity.Pro.Blazor.Server" Version="7.0.0" />

  • User Avatar
    0
    hinairusu बनाया था

    So to collate further:

    We have had two updates on this, many hours ago. https://support.abp.io/QA/Questions/4527/error-NU1101-Unable-to-find-package-Voloxxxx-No-packages-exist-with-this-id-in-sources and https://support.abp.io/QA/Questions/4528/No-packages-exist-with-this-id-in-sources-ABP-Commercial-NuGet-Source-HangfirePro

    So far nothing else, neither on here, the GitHub, or the Discord.

  • User Avatar
    0
    hinairusu बनाया था

    For those hanging around (like me) hoping for an update/answer. Volosoft is based in Turkey, and their office hours ended three hours ago - so unfortuneately I suspect we won't be hearing back from them until tomorrow. It was highlighted to me on their Discord, and the staff are unfortuneately quiet.

    I'll be checking in on the forums every now and then, and try redirecting anyone else who falls afoul of this to this thread (It won't be long till the USA developers start hitting this after all!) but I'm pretty much giving up on getting a response today.

    After spending all this money, I'm decidedly unimpressed with Volosoft.

  • User Avatar
    0
    hinairusu बनाया था

    https://github.com/abpframework/abp/issues/15686

    This was closed < 10 minuites ago, so someone is active somewhere at least.

  • User Avatar
    0
    hinairusu बनाया था

    Got an update on Discord from Gterdem, "We’ve fixed the problem about updating/restoring nuget packages. Awaiting release now."

    Hopefully It'll be back soon

  • User Avatar
    0
    tpartida बनाया था

    I have critical hotfixes to push and this is impacting our customers. Any update ?

  • User Avatar
    0
    hinairusu बनाया था

    Sadly, nothing yet.

    I'll continue keeping an eye on it, as soon as my solution updates / we get any more info from Discord I'll update it :)

  • User Avatar
    0
    abp@davegrey.co.uk बनाया था

    I just tried it on my MVC EF 7.0.1 copy and it now builds. Didn't for me earlier today.

  • User Avatar
    0
    hinairusu बनाया था

    This is the error I'm currently getting, along with a few others. Abp Suite Update returns the same fault.

    May be just waiting on propogation, if some builds are now working. who knows.

  • User Avatar
    0
    tpartida बनाया था

    no luck for me still unable to download packages

  • User Avatar
    0
    ABP_Admin बनाया था

    This is broken for us as well

  • User Avatar
    0
    hinairusu बनाया था

    Direct from the Discord, looks like someone is working on it :)

Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11