How do I find out my library_id?
Hi all,
how do I find out my library_id?
>>You can use the special library_id value of - to get a list of library ids available on the server.
Tried that, but the result for the library_id is "library". I think, this is not correct.
with best regards,
Irvin
root@host1:/scripts# calibredb list_categories --library-path=http://localhost:8080#-
library
root@host1:/scripts#
root@host1:/scripts# calibredb list_categories --library-path=http://localhost:8080#library
Traceback (most recent call last):
File "/usr/bin/calibredb", line 20, in <module>
sys.exit(main())
...
File "/usr/lib/python2.7/httplib.py", line 880, in _send_output
msg += message_body
UnicodeDecodeError: 'utf8' codec can't decode byte 0x90 in position 0: invalid start byte
root@host1:~# calibredb --version
calibredb (calibre 3.7)
root@host1:~#
root@host1:~# calibre-server --version
calibre-server (calibre 3.7)
root@host1:~#
root@host1:~# uname -a
Linux host1 4.15.0-1021-aws #21-Ubuntu SMP Tue Aug 28 10:23:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Last edited by Irvin; 12-31-2018 at 11:13 AM.
|