OpenBullet2 icon indicating copy to clipboard operation
OpenBullet2 copied to clipboard

error NU1301

Open pythongolang opened this issue 1 year ago • 1 comments

This issue respects the following points:

  • [X] This is a bug, not a question or a configuration issue; Please visit our forum first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • [X] This issue is not already reported on GitHub (I've searched it).
  • [X] I'm using an up to date version of OpenBullet2. We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • [X] I agree to follow OpenBullet's Code of Conduct.
  • [X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Description of the bug

Trying to build from source and after editing some of the files I encounter the error below when trying to compile:

dotnet publish --configuration Release Determining projects to restore... Restored C:\OpenBullet2\RuriLib.Proxies\RuriLib.Proxies.csproj (in 47 ms). Restored C:\OpenBullet2\RuriLib.Parallelization\RuriLib.Parallelization.csproj (in 47 ms). C:\OpenBullet2\RuriLib.Http\RuriLib.Http.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index. json. [C:\OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj] Failed to restore C:\OpenBullet2\RuriLib.Http\RuriLib.Http.csproj (in 5.85 sec). C:\OpenBullet2\RuriLib\RuriLib.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. [C:\ OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj] Failed to restore C:\OpenBullet2\RuriLib\RuriLib.csproj (in 11.33 sec). C:\OpenBullet2\RuriLib\RuriLib.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. [C:\ OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj] C:\OpenBullet2\OpenBullet2.Core\OpenBullet2.Core.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v 3/index.json. [C:\OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj] Failed to restore C:\OpenBullet2\OpenBullet2.Core\OpenBullet2.Core.csproj (in 16.74 sec). C:\OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/ index.json. Failed to restore C:\OpenBullet2\OpenBullet2.Web\OpenBullet2.Web.csproj (in 22.6 sec).

Reproduction steps

  1. Download latest source.
  2. Changed some values in the parralelization.

What is the current bug behavior?

It won't compile.

What is the expected correct behavior?

Compile

Version of the client

2.0-3-1

Type of client

Web client

Environment

- OS: Windows
- Virtualization:
- Browser:

OpenBullet2 logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

No response

Relevant LoliCode if needed

No response

Additional information

No response

pythongolang avatar Jul 15 '24 04:07 pythongolang

Hi, this looks like a problem on your end, have you tried googling?

https://stackoverflow.com/questions/41185443/nuget-connection-attempt-failed-unable-to-load-the-service-index-for-source

openbullet avatar Jul 15 '24 06:07 openbullet