View Single Post
Old 10-17-2017, 12:32 PM   #4
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,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Those are timeouts, basically the client and the server failed to talk to each other after the intial contact. There is no way to know what is preventing them from talking, so you start by simplifying your server deployment as much as possible. Run just

Code:
calibre-server
in a terminal and try connecting to it using curl

curl http://127.0.0.1:8080/mobile

if that works then try the above in a browser, if that works then remove the /mobile bit and see if it still works and then try adding more complications to your server invocation.

And if you have iptables running turn it off for the testing.
kovidgoyal is offline   Reply With Quote