Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
84 stars 27 forks source link

Albums are not shown for some Piwigos #55

Open remi-martin opened 3 years ago

remi-martin commented 3 years ago

Albums are not shown on android apps, but it works well with the iOS one or with another Piwigo like https://demo1.piwigo.com

roydenyates commented 2 years ago

I have such a gallery and my phone app works on your demo.

You have a debug version? Am happy to assist.

remi-martin commented 2 years ago

Hi, thanks for the help.

I'll add the debug version of the 0.0.12 next week

roydenyates commented 2 years ago

I see the problem and have solved it, at least for my server.

Running the debug, an error displayed in the image placeholder (it was minute, I photographed it to read :-):

"FormatException: invalid port (at character 27) https://xxx.yyy.org:65443:3443/piwigo/_data ...." etc

The URL is to my internet address. 3443 is my piwigo server port forwarded to 65443 (inherited from previous server that used 443 elsewhere).

I changed piwigo to listen on 65443 and the phone app worked.

Hope this helps. I can't be the only one with such a setup.