ikkentim / SampSharp

A framework for writing game modes for SA-MP in C#. SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas.
https://sampsharp.net
Apache License 2.0
210 stars 41 forks source link

Failed to retrieve info from nuget repo #314

Closed MichaelBelgium closed 5 years ago

MichaelBelgium commented 5 years ago

Wanna try this stuff out but:

Error occurred while restoring NuGet packages: Failed to retrieve information about 'SampSharp.RakNet' from remote source 'http://nuget.timpotze.nl/api/v2/FindPackagesById()?id='SampSharp.RakNet'&semVerLevel=2.0.0'.

Also what kind of project type does it need to be when creating a new server/project? A class library or an empty project? Or anything else?

ikkentim commented 5 years ago

I’ll take a look at the error

You need a console application

MichaelBelgium commented 5 years ago

Maybe this helps more, something with the host or so:

[SampSharp] The V2 feed at 'http://nuget.timpotze.nl/api/v2/Search()?$filter=IsLatestVersion&searchTerm=''&targetFramework='net472'&includePrerelease=false&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '502 Bad Gateway'.
[SampSharp] The V2 feed at 'http://nuget.timpotze.nl/api/v2/Search()?$filter=IsLatestVersion&searchTerm=''&targetFramework='net472'&includePrerelease=false&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '502 Bad Gateway'.

Occurs when browsing for nuget packages on the SampSharp package source

ikkentim commented 5 years ago

php-fpm is refusing to do anything at the moment - investigating

ikkentim commented 5 years ago

It was an issue with one of my other websites which are timing out during external requests

ikkentim commented 5 years ago

Could you verify it is working now?

MichaelBelgium commented 5 years ago

Could you verify it is working now?

Yes it does! Thank you