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

Won't work if username and password is set #1

Open
mversion opened this issue Mar 7, 2016 · 1 comment
Open

Won't work if username and password is set #1

mversion opened this issue Mar 7, 2016 · 1 comment

Comments

@mversion
Copy link

mversion commented Mar 7, 2016

Any way to get this to work if your NZBGet installation has a username and password setup?

@nskillen
Copy link
Owner

nskillen commented Mar 7, 2016

Whoa, someone actually found this thing?!

Anyway, I haven't touched rainmeter for quite a while now, but...

From the NZBGet API docs:

The RPC server uses HTTP basic authentication. The URL would be something like:

so try this:

add two new [Variables]

USER=username
PASS=password

And then modify the two URL lines in [NZBGetStatus] and [NZBGetQueue] to read:

URL="https://#USER#:#PASS#@#HOST#:#PORT#/rest/of/path/here"

instead of

URL="https://#HOST#:#PORT#/rest/of/path/here"

That might work. If it doesn't, I'm not sure what you'd do.

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