Hello-
I have installed 2.30 on yosemite. I created a plist in LaunchDaemons which starts the server listening. However, it says I have no books. I'm stuck. It used to work and then about 10 versions ago it stopped.
I am also unable to share directly from preferences when running the calibre app because it can't create a socket. I'd gladly just run it from the app to get some books to my iphone. This may simply be a yosemite issue.
The library is on an external volume.
Any thoughts or guidance would be greatly appreciated. Below is my plist file and the error i get when searching for books.
Cheers,
Erik
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>local.calibre_server_8080</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/calibre.app/Contents/MacOS/calibre-server</string>
<string>--port=8080</string>
<string>--timeout=10</string>
<string>--username=calibre</string>
<string>--password=test</string>
<string>--with-library=/Volumes/TheMax1\ 1/Media/ebooks/Calibre\ Library/</string>
</array>
</dict>
</plist>
ERROR:
Error: No books found
printStackTrace.implementation.proto.../stacktrace.js:81:13
printStackTrace.implementation.proto.../stacktrace.js:66:1
printStackTrace@http://localhost:808.../stacktrace.js:57:60
render_error@http://localhost:8080/s...owse/browse.js:134:18
booklist@http://localhost:8080/static/browse/browse.js:271:29
@http://localhost:8080/browse/category/allbooks:34:17
.ready@http://localhost:8080/static/jquery.js:392:6
DOMContentLoaded@http://localhost:8080/static/jquery.js:745:3