DesarrolloAntonio / Shiori-Android-Client

Android app client for Shiori
Apache License 2.0
132 stars 3 forks source link

No bookmarks listed past the first page of Shiori #36

Closed erat-verbum closed 5 months ago

erat-verbum commented 6 months ago

Bug Description If I scroll to the bottom of the listed bookmarks on the main page of the app, it does not show any bookmarks beyond the ones listed on the first page in Shiori.

Steps to Reproduce Steps to reproduce the behavior:

  1. Go to the main page of the app
  2. Scroll to the bottom and notice the last bookmark
  3. Compare to the last bookmark of page 1 in Shiori

Expected Behavior All bookmarks from Shiori should appear.

Device Information

DesarrolloAntonio commented 6 months ago

Can you confirm that bug for me? I've tested on several devices and have not been able to reproduce the problem. Is it possible that the device was using the cache? Thank you

erat-verbum commented 6 months ago

Hi, yes, this continues to be an issue. I uninstalled the app and thrn installed the latest version from IzzyOnDroid (1.21.1), and the problem continued.

Here is the bottom of list on the app: Screenshot_20240424-114201

And here is the bottom of the first page on the Shiori web front-end:

IMG_20240424_114435

erat-verbum commented 6 months ago

I am running Shiori inside of docker using the following docker-compose:

IMG_20240424_115033

Monirzadeh commented 6 months ago

@erat-verbum how many bookmark do you have on first page and which version of shiori do you use on server?

erat-verbum commented 6 months ago

I use the latest docker image, listed here as being v1.6.2:

https://github.com/go-shiori/shiori/pkgs/container/shiori

I have 30 bookmarks listed on the first page.

DesarrolloAntonio commented 6 months ago

Thank you, I will fix the bug as soon as possible

erat-verbum commented 6 months ago

Thank you!

erat-verbum commented 6 months ago

I can confirm that this is now fixed! Thank you!

However, the tags that are not found on the first page of the web instance of Shiori don't show up, until you scroll down inside of the Android app.

I will file another issue for that.