Piwigo / piwigo-flutter-app

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

impossible to send photos in albums with piwigong 2.2.3 on android #175

Open jacklege opened 9 months ago

jacklege commented 9 months ago

i can create new folder on my gallerie but when i want to send a photo from my smartphone , i always have an error . i have tried on other android version than mine (version 11 ) and it is the same thing . thank you very much .jacky

remi-martin commented 2 months ago

Hi, is this issue still active with latest version ?

If it is the case, can you please provide us more information about the type of file you are trying to upload, (format, size, amount, ...)

Also, it would help us a lot to have access to your Piwigo server.

Best regards, Rémi.

jacklege commented 1 month ago

hello Rémi , yes the version on my smartphone is the 2.3.1 , i try to send a simple file jpg (225ko) and it does not function. my piwigo server is at http://jacklege.fr/photyway , the version of piwigo is 14.5.0 and the "hébergeur" is LWS . i have create the user "piwigo_flutter" with the same password and administrators rights . we can also discuss in french if you want , i prefer ! thanks. jacky

jacklege commented 1 month ago

Hello Rémi, today i pur the level of "piwigo_flutter" at visitor by security. cdt jacky

remi-martin commented 3 weeks ago

Bonjour Jacky, désolé du retard j'ai pris congés au mois d'Août. Est-ce que je peux de nouveau accéder à votre installation ? Vous pouvez envoyer les identifiants du compte à cette adresse par sécurité: remi.martin@epitech.eu.

Merci d'avance !

jacklege commented 3 weeks ago

Bonjour Remi , entendu je vous envoie par mail les identifiants. cdt .Jacky

remi-martin commented 1 week ago

Error 406 is thrown, same on iOS app.

<TITLE>406 Not Acceptable</TITLE>
</HEAD>
<BODY>
<H1>Not Acceptable</H1>
Client browser does not accept the MIME type of the requested page.<P>
<HR>
<H1>Non acceptable</H1>
Le navigateur n'accepte pas le type MIME de la page demandée.<P>
<HR>
<H1>No Aceptable</H1>
El navegador no acepta el MIME type de la pagina solicitada.<P>
<HR>
This exception was thrown because the response has a status code of 406 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 406 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

This looks like a server issue if I'm not mistaken