@p1ngu1n wrote:
Hi guys,
i’ve just looked at my mt-daapd.log file and found the following:
2007-10-16 14:39:38 (00008403): Thread 31: Entering ws_returnerror (401: Unauthorized)
2007-10-16 14:39:51 (00008803): Thread 32: Entering ws_returnerror (302: Moved)
What does that mean? Is it “serious”? ๐
Thanks very much!
P.S. I have version svn-1676 running.
Nope, sorta normal. The unauthorized always happens when you hit the web page for the first time — that’s what let’s the browser know it should log on. The moved means you went to http://ip.address:3689, and not http://ip.address:3689/, so it pushed you to the right place.
Mostly normal. Probably log levels on those should be turned down, but I do want to log *real* http errors, so I guess I’m just used to ignoring those. ๐
— Ron