Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-11-2017, 04:32 PM   #1
technochitlin
Junior Member
technochitlin began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2013
Device: iPhone 7+, iPad Pro 12.9", Marvin 3 on both
calibre-server quit working

When I built a new computer which is running Win10 Creator's Update and the latest version of calibre (2.85.1), my calibre-server script which has been working fine for years no longer works. I have tried starting the server from the calibre program and it doesn't work either.

I have created entries in Windows Firewall for calibre-server, both in-and-outbound.

This is the command I use to start it:
calibre-server –port 8080 –with-library C:\Users\jay-d\OneDrive\Documents\calibre

I'm also getting that error message "Qt: Untested Windows version 10.0 detected!" and if I close that window the process stops.

Anyone have a clue what is happening? I'm pretty sure it was working before the last calibre update but I'm not sure, the updates come so fast...
technochitlin is offline   Reply With Quote
Old 06-11-2017, 05:51 PM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,568
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Don't worry about the Qt: msg re Win 10.

But read this I am getting errors with my calibre library on a networked drive/NAS?

To all intents and purposes, OneDrive, and similar cloud storage services, are a network drive.

BR
BetterRed is offline   Reply With Quote
Advert
Old 06-11-2017, 10:21 PM   #3
technochitlin
Junior Member
technochitlin began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2013
Device: iPhone 7+, iPad Pro 12.9", Marvin 3 on both
Interesting. Moved my calibre library back to my C: drive, and the behavior is exactly the same. Using System Explorer 7 (by Mister Group) as my Task Manager I did notice something else, though- instead of a "calibre-server" process being created after running the command (via a batch file), I have "cmd.exe" in my processes, showing the following parameters-

/c ""C:\My Utilities\calibrelib.bat" "

Note the weird double quotes. This is the batch file I run-

calibre-server –port 8080 –with-library C:\Users\jay-d\Documents\calibre

Strange, to say the least.
technochitlin is offline   Reply With Quote
Old 06-12-2017, 02:16 AM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,568
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by technochitlin View Post
Interesting. Moved my calibre library back to my C: drive, and the behavior is exactly the same. Using System Explorer 7 (by Mister Group) as my Task Manager I did notice something else, though- instead of a "calibre-server" process being created after running the command (via a batch file), I have "cmd.exe" in my processes, showing the following parameters-

/c ""C:\My Utilities\calibrelib.bat" "

Note the weird double quotes. This is the batch file I run-

calibre-server –port 8080 –with-library C:\Users\jay-d\Documents\calibre

Strange, to say the least.
Those 'weird double quotes" have been an idiosyncrasy of what one sees in Task Manager/Process Explorer etc for Windows batch/command files since the year dot.

Version 2.85.1 calibre-server is working fine here in using command files similar to yours. I suggest you run a Check Library on the library.

BR
BetterRed is offline   Reply With Quote
Old 06-12-2017, 02:23 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,856
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It fails with what error? The message about Qt is not an error, just an information message.
kovidgoyal is offline   Reply With Quote
Advert
Old 06-12-2017, 07:53 AM   #6
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,496
Karma: 84420419
Join Date: Nov 2011
Location: Tampa Bay, Florida
Device: Kindles
Quote:
Originally Posted by technochitlin View Post
I'm also getting that error message "Qt: Untested Windows version 10.0 detected!" and if I close that window the process stops.
Closing the window associated with a process usually terminates the process under Windows.
jhowell is offline   Reply With Quote
Old 06-12-2017, 10:14 AM   #7
technochitlin
Junior Member
technochitlin began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2013
Device: iPhone 7+, iPad Pro 12.9", Marvin 3 on both
After a couple of reboots, moving my library back to the C: Documents\calibre folder, and running a check on the database, it works again. That is great, though I hate it when I'm not sure why something quits working/starts working again. Not complaining though.

In the process of doing this I found an AutoHotkey script that not only hides the process, but hides the Qt error window:

PHP Code:
#NoTrayIcon ; To prevent momentary icon pop-up
run "C:\Program Files\calibre2\calibre-server.exe" –port 8080 –with-library C:\Users\jay-d\Documents\calibre,,hide 
Save that code (modified for yourself of course) as an .ahk script. Works like a champ.
technochitlin is offline   Reply With Quote
Old 06-12-2017, 04:42 PM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,568
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by technochitlin View Post
[. . .] though I hate it when I'm not sure why something quits working/starts working again [. . .].
Read the FAQ link I gave you in post #2. It explains why it stopped working. If you keep running OneDrive (a file syncing tool) and the calibre GUI concurrently it will almost certainly stop working again.

BR
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Server and Avahi on Ubuntu not quite working as planned kharntiitar Devices 12 01-03-2017 07:04 PM
DATABASE_PATH not working for Calibre Server? johnelle Library Management 16 04-26-2016 07:26 PM
Bug? Since calibre 2.0 Content Server (full) not working on ereader alphane Calibre 0 09-21-2014 09:17 PM
Calibre 0.8.5 - my plugin quit working DiapDealer Development 9 06-16-2011 03:03 AM
Quit from SysTray Not Working? NigelS Calibre 2 12-18-2008 12:26 PM


All times are GMT -4. The time now is 07:51 PM.


MobileRead.com is a privately owned, operated and funded community.