View Single Post
Old 11-18-2010, 04:20 PM   #4
myudkowsky
Enthusiast
myudkowsky began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Nov 2010
Device: Andoid
Not fixed.

I've used the official download, 0.7.28, in /usr/local.

Code:
: curl --user yudkowsky --include http://localhost:8083 
Enter host password for user 'yudkowsky':
HTTP/1.1 401 Unauthorized
Date: Thu, 18 Nov 2010 21:14:21 GMT
Content-Length: 1173
Content-Type: text/html
Www-Authenticate: Digest realm="Password to access your calibre library. Username is yudkowsky", nonce="50d31711349c7d128dcc34c0970febf1", algorithm="MD5", qop="auth"
Server: CherryPy/3.1.2
and

Code:
  File "/home/kovid/build/calibre/src/cherrypy/_cprequest.py", line 591, in respond
  File "/home/kovid/build/calibre/src/cherrypy/_cprequest.py", line 98, in run
  File "/home/kovid/build/calibre/src/cherrypy/_cprequest.py", line 58, in __call__
  File "/home/kovid/build/calibre/src/cherrypy/lib/auth.py", line 74, in digest_auth
HTTPError: (401, 'You are not authorized to access that resource')
By the way... where is per-user info (such as the server setting) kept?
myudkowsky is offline   Reply With Quote