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

Password NZBs #74

Closed
Sp5rky opened this issue Apr 17, 2024 · 1 comment
Closed

Password NZBs #74

Sp5rky opened this issue Apr 17, 2024 · 1 comment

Comments

@Sp5rky
Copy link

Sp5rky commented Apr 17, 2024

I've attempted to add into my nyuu.private.json

    " *** NZB Options *** ":0,
    "out":                "{filename}.nzb",
    "overwrite":          true,
    "nzb-subject":        "[{filenum}/{files}] - \"{filename}\" yEnc ({part}/{parts}) {filesize}",
    "nzb-password":       "${rand(15)}",

But checking the header of the NZB it just shows it as pure text and not a randomly generated password, other functions of the generation worked fine.

<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.1//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
	<head>
		<meta type="password">${rand(15)}</meta>
	</head>

two attempted names of nzb-password but if I tried just doing "password" nyuu thought it was part of the NNTP login so got

[2024-04-17 12:16:01.999][WARN] NNTP connection failed: Unexpected response to auth pass (code: 502): Authentication Failed, reconnecting after 15 second(s)... (attempt 1/1)
[2024-04-17 12:16:01.999][WARN] NNTP connection failed: Unexpected response to auth pass (code: 502): Authentication Failed, reconnecting after 15 second(s)... (attempt 1/1)
[2024-04-17 12:16:02.000][WARN] NNTP connection failed: Unexpected response to auth pass (code: 502): Authentication Failed, reconnecting after 15 second(s)... (attempt 1/1)
[2024-04-17 12:16:02.000][WARN] NNTP connection failed: Unexpected response to auth pass (code: 502): Authentication Failed, reconnecting after 15 second(s)... (attempt 1/1)
@Ravencentric
Copy link
Owner

This isn't a juicenet thing. That's entirely nyuu's doing. Nyuu doesn't support the ${rand(N)} token in nzb-password

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