darkalfx / requestrr

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.
MIT License
877 stars 103 forks source link

Build Failing Due To a Expired URL #183

Open SSoft7 opened 1 year ago

SSoft7 commented 1 year ago

Hello,

I'm unable to build this project. Here is the log

DOTNET_CLI_HOME=/tmp dotnet publish -c release -o publish -r linux-x64
Microsoft (R) Build Engine version 17.0.1+b177f8fa7 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
/usr/lib/dotnet/sdk/6.0.122/NuGet.targets(130,5): error : Unable to load the service index for source https://nuget.emzi0767.com/api/v3/index.json. [/tmp/requestrr/Requestrr.WebApi/Requestrr.WebApi.csproj]
/usr/lib/dotnet/sdk/6.0.122/NuGet.targets(130,5): error :   Response status code does not indicate success: 403 (Forbidden). [/tmp/requestrr/Requestrr.WebApi/Requestrr.WebApi.csproj]

Can you help or update the URL?

Spillebulle commented 1 year ago

image

jcedmiston commented 11 months ago

In nuget.config I replaced the old URL with https://api.nuget.org/v3/index.json and that seemed to work.