Hi,
I have the same problem with the web-server after upgrading to calibre 3.0
Environnement : Mac osx 10.12.5
The web server works only when I start it from the application Calibre, not after the Mac boot with the Plist file... (my preference too, as Jokala ;o))
For information, here is my Plist file:
<?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>Label</key>
<string>com.PrenomNom.calibre-server</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/calibre.app/Contents/MacOS/calibre-server</string>
<string>-p 9191</string>
<string>--with-library=/Users/PrenomNom/Documents/BiblioCalibre/</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
@Kovidgoyal: I saw and understood your remark about the path... But I don't think that the problem comes from this path... which worked with the previous version.
Any ideas ?
merci par avance

))