befora / Kuboo

Kotlin + Ubooquity = Kuboo
Apache License 2.0
83 stars 41 forks source link

Kuboo not working #49

Closed tomtom602 closed 5 years ago

tomtom602 commented 5 years ago

Hi I cant seem to get Kuboo to work. Ubooquity is working fine Opds feed is activate But when I put my server IP adresse in ubooquity, the 3 dots appears but noyhing else happen. What am I doing wtrong ?

My server is on a freenas. I have installed version 2.1.2 of ubooquity

befora commented 5 years ago

@tomtom602

Please show your server format, the app is very picky, you need to include the trailing "/" character if it is missing.

To verify the opds feed is working just try it in a browser and see if the xml data shows up.

Correct format: "http://192.168.0.1:2202/opds-comics/"

tomtom602 commented 5 years ago

Thanks. I have already have read about that in another thread. My server is set as : http://192.168.0.5:2202/opds-comics/

But it is not working

Another thing My library is pretty big: more than a thousand comics. Could it be that?

befora commented 5 years ago
Another thing
My library is pretty big: more than a thousand comics. Could it be that?

No, this does not matter.

Just to cover everything, please post app version and if you checked via the web browser if you can pull the xml feed.

tomtom602 commented 5 years ago

I have already checked throug browser and the xml appear correctly The app version is 1.1.5

I have tried with another app : challenger. It connects to the server, I can go to the list of folders but it seem to be a problem to open /download comics.. It could be related.

befora commented 5 years ago

Please verify you are checking on the client device's web browser and not the server's web browser.

tomtom602 commented 5 years ago

Yes, my server doesn't have a web browser anyway. I have checked with my desktop and with my mobile and I see the xml with both devices.

tomtom602 commented 5 years ago

Well.. I have just tried Kuboo this morning again, and now it's working... I really don't understand.. Was there a new release of the app?

befora commented 5 years ago

Nothing has changed but I'm glad it is working for you. Let me know of anymore issues.

tomtom602 commented 5 years ago

I've found the difference. I was first trying with my domain name, so the request were going through my reverse proxy. Since I've changed my Kuboo configuration for my local IP. The result didn't show right after that, surely because of minor problem switching server in the app. I had to kill the app and going in again. This was the first time this morning I was trying the app again.

So through local IP it works but not through reverse proxy (nginx). I must have a configuration issue.. But when I try to reach the opds xml through domain name and browser, it works... Does odps require something particular I should do in reverse proxy?

befora commented 5 years ago

I can't comment because I might give poor advice considering this is outside the app. Although I would appreciate it if you posted a solution if you found one. I am currently building my own server and would appreciate any pitfalls I could avoid. Thanks and good luck.

tomtom602 commented 5 years ago

Thank you, will do. I have asked the question on ubooquity forum. Still waiting for an answer.