Displaying 3 results from an estimated 3 matches for "iceresponse".
Did you mean:
eresponse
2018 Jul 31
2
Problems with metadata updates
...this:
http://hostname:port/admin/metadata?mode=updinfo&mount=/station&song=test <http://hostname:port/admin/metadata?mode=updinfo&mount=/station&song=test>
If I send this request authenticated with the source username/password, I get this, and the metadata is not updated:
<iceresponse>
<message>Mountpoint will not accept URL updates</message>
<return>1</return>
</iceresponse>
If I issue the same request but authenticate it using the admin password, it works and shows the following:
<iceresponse>
<message>Metadata update successful<...
2018 Aug 08
0
Problems with metadata updates
...port/admin/metadata?mode=updinfo&mount=/station&song=test <http://hostname:port/admin/metadata?mode=updinfo&mount=/station&song=test>
Yes.
> If I send this request authenticated with the source
> username/password, I get this, and the metadata is not updated:
> <iceresponse>
> <message>Mountpoint will not accept URL updates</message>
> <return>1</return>
> </iceresponse>
> If I issue the same request but authenticate it using the admin
> password, it works and shows the following:
> <iceresponse>
> <messag...
2004 Aug 06
2
improved error.log output --diff
..., %s", parameters_passed, client->con->ip);
if (!parameters_passed) {
doc = admin_build_sourcelist(source->mount);
admin_send_response(doc, client, response,
@@ -556,10 +556,10 @@
doc = xmlNewDoc("1.0");
node = xmlNewDocNode(doc, NULL, "iceresponse", NULL);
xmlDocSetRootElement(doc, node);
- DEBUG1("Response is %d", response);
+ DEBUG1("Response is %d, %s", response, client->con->ip);
if(listener != NULL) {
- INFO1("Admin request: client %d removed", id);
+ INFO1("A...