Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error due installation of YSI #631

Open
njoBe1 opened this issue Dec 4, 2022 · 2 comments
Open

Error due installation of YSI #631

njoBe1 opened this issue Dec 4, 2022 · 2 comments

Comments

@njoBe1
Copy link

njoBe1 commented Dec 4, 2022

When I try to download latest YSI package, I get this error.

WARN: failed to ensure package github.com/pawn-lang/YSI-Includes: remote repository is empty
WARN: failed to ensure package github.com/pawn-lang/YSI-Includes: remote repository is empty
WARN: failed to ensure package github.com/pawn-lang/YSI-Includes after 2 attempts, skipping

But It adds in dependencies list on pawn.json..

{
	"user": "njobe",
	"repo": "test",
	"entry": "test.pwn",
	"output": "gamemodes/test.amx",
	"dependencies": [
		"Y-Less/sscanf",
		"pawn-lang/samp-stdlib",
		"Southclaws/samp-geoip:1.0.1",
		"oscar-broman/samp-weapon-config",
		"pawn-lang/YSI-Includes@5.x:v5.06.1932"
	],
	"local": true,
	"runtime": {
		"version": "0.3.7",
		"mode": "server",
		"plugins": [
			"maddinat0r/sscanf",
			""
		],
		"rcon_password": "123",
		"port": 7777,
		"hostname": "SA-MP Server",
		"maxplayers": 50,
		"language": "",
		"mapname": "San Andreas",
		"weburl": "www.sa-mp.com",
		"gamemodetext": "Unknown",
		"announce": true,
		"lanmode": false,
		"query": true,
		"rcon": false,
		"logqueries": false,
		"sleep": 5,
		"maxnpc": 0,
		"stream_rate": 1000,
		"stream_distance": 200,
		"onfoot_rate": 30,
		"incar_rate": 30,
		"weapon_rate": 30,
		"chatlogging": true,
		"timestamp": true,
		"messageholelimit": 3000,
		"messageslimit": 500,
		"ackslimit": 3000,
		"playertimeout": 10000,
		"minconnectiontime": 0,
		"lagcompmode": 1,
		"connseedtime": 300000,
		"db_logging": false,
		"db_log_queries": false,
		"conncookies": true,
		"cookielogging": false,
		"output": true
	}
}
@zsoolt997
Copy link
Contributor

The problem is here:

"pawn-lang/YSI-Includes@5.x:v5.06.1932"

Either a branch or a tag should be specified, not both. Change that to this:

"pawn-lang/YSI-Includes@5.x"

With this you will get always the latest commits.

@njoBe1
Copy link
Author

njoBe1 commented Dec 30, 2022

failed to ensure package github.com/pawn-lang/YSI-Includes: remote repository is empty
WARN: failed to ensure package github.com/pawn-lang/YSI-Includes: remote repository is empty
WARN: failed to ensure package github.com/pawn-lang/YSI-Includes after 2 attempts, skipping

it's same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants