It think I figured out why most don't work! Testing the server I notice that the few books show "% or _" between spaces of the titles, but most not working use normal space. For example:
"http://127.0.0.1:8080/get/epub/Z%20for%20Zachariah_337.epub" (works)
"http://127.0.0.1:8080/get/epub/The Children of Men_318.epub" (fails)
So now that I know the problem, how do I fix this??
|