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

getting errors in console ... Failed update #6

Closed
romeor opened this issue Sep 29, 2015 · 5 comments
Closed

getting errors in console ... Failed update #6

romeor opened this issue Sep 29, 2015 · 5 comments

Comments

@romeor
Copy link

romeor commented Sep 29, 2015

-- MARK --
Failed update: HTTP Error 401: Authentication Required
-- MARK --
Failed update: HTTP Error 401: Authentication Required
-- MARK --
Failed update: HTTP Error 401: Authentication Required

but i'm using the login and password of admin user that works from Web browser

what should I do about them ?

@leofiore
Copy link
Contributor

can you please attach the icecast version are you monitoring?

@romeor
Copy link
Author

romeor commented Sep 30, 2015

Hi,

sure. Its Icecast 2.4.2

@leofiore
Copy link
Contributor

Hi,

are you providing the correct realm for the authentication? If you don't know what is the realm of your icecast server, you can identify it by using something like curl -s -i http://stream.priyom.org:8000/admin/ | grep WWW-Authenticate | sed -e 's/.*://' via CLI. the resulting string contains the realm that you will specify with the -r option

./frosty.py -h <hostname> -u <username> -w <password> -b <bindport> -r <INSERT REALM HERE>

@romeor
Copy link
Author

romeor commented Nov 13, 2015

Hey!

Seems like this way it works. Thanks.

@leofiore
Copy link
Contributor

Sweet. I'm closing it and mark it as a consequence of #7 .

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