0

OPDS Reader Issues (ComicViewer / Challenger Viewer)

TexasDave 8 years ago updated 8 years ago 2

I am running Ubooquity on my unRAID server in a docker. I am just trying to get an OPDS viewer to work on my internal LAN (not WAN (yet)).


I can access my comics via a webbrowser:


http://192.168.1.115:2202/ubooquity/comics/1/


But when I try to connect using ComicViewer or Challenger Viewer I cannot connect to my server. I am not seeing anything in my Ubooquity logs.


OPDS is enabled on the server.


I can briefly see on Challenger Viewer a "500" http error.


What is the best way for me to debug?

+1

You seem to be missing the "/opds-comics/" at the end of your url, this is necessary to access the opds feed. So the url you should be using is http://192.168.1.115:2202/ubooquity/opds-comics/.


I am assuming here that you have a reverse proxy set up with the prefix being "ubooquity". If you are using reverse proxy you should be able to omit the port number and just use: http://192.168.1.115/ubooquity/opds-comics/.


+1


You said: You seem to be missing the "/opds-comics/" at the end of your url, this is necessary to access the opds feed. So the url you should be using is http://192.168.1.115:2202/ubooquity/opds-comics/.


That was it! I was missing the "ubooquity" bit. Doowp!


No reverse proxy (yet). That is on my todo list. Just accessing on my LAN for now.


Many thanks!