dimtion / Shaarlier

Simple Android app for sharing links on Shaarli.
GNU General Public License v3.0
97 stars 11 forks source link

Description is loading forever = not loading #53

Open immanuelfodor opened 3 years ago

immanuelfodor commented 3 years ago

Since one or two updates of the app or maybe since the latest big Shaarli updates, the Shaarlier app is not loading the description field at all. It's not just not loading on a few sites, but honestly, I can't remember the last time it has loaded anything into the description field 😃

The same is also true for the main Shaarli app (cc @ArthurHoaro), and I'm not familiar with the API if Shaarlier gets the description from Shaarli or gets it on it's own, but these two might be related.

Please look into this issue, it'd be great to get back the default descriptions as before when it worked.

ArthurHoaro commented 3 years ago

On the webapp it should work properly. You can try to play with general.retrieve_description and general.enable_async_metadata to see if there is an issue somewhere.

immanuelfodor commented 3 years ago

Hmm, I will, thanks! By the way, my Shaarli JSON was generated a few releases earlier, is this page up-to-date with the current configuration options? I'd update my file accordingly: https://github.com/shaarli/Shaarli/blob/master/doc/md/Shaarli-configuration.md

immanuelfodor commented 3 years ago

Well, it seems I also have both these configs, and they are turned on. I'll open a separate issue in the main repo, and keep this one open for the in-Shaarlier description only.