MoMaR5 / regalandroid

Automatically exported from code.google.com/p/regalandroid
0 stars 0 forks source link

G3 : G3ForbiddenException on public gallery #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On which type of gallery your problem occurred ? (G2, G3, Piwigo ?)
G3

What version of regalandroid are you using? On what Android versions?
1.0.0 on a Samsung Fascinate (Android 2.1).

Can you provide your gallery url so that a developer can reproduce the
issue ? do we need to login ? in which album the problem occurred ?

http://www.pfredd.com/gallery3 - No ID necessary

What steps will reproduce the problem?
1.Try to connect to the gallery
2.
3.

What is the expected output? What do you see instead?

Expected output is to see the gallery.

Instead, I get an error message: 
  A problem occurred during the gallery connection, the detail is:
  net.dahanne.gallery3.client.business.exceptions.G3ForbiddenException

Please provide any additional information below.

I have a Gallery2 gallery that the program connects to just fine.

Original issue reported on code.google.com by pfr...@gmail.com on 14 Jan 2011 at 1:03

GoogleCodeExporter commented 8 years ago
hello,
I could reproduce the problem. Could you try to test with an username/password, 
and also to tweak your gallery rights ? I'd be curious to know why your G3 
installation is refusing the connection...
thanks

Original comment by anthony....@gmail.com on 16 Jan 2011 at 9:27

GoogleCodeExporter commented 8 years ago
Same issue here, with both 1.0 and 1.0.1 (Nexus one 2.2.1) on a G3.

No user / pass : "Entrez dans la galerie" ok, then G3ForbiddenException 

With user / pass : G3ForbiddenException on home activity, so cannot connect

Original comment by julien.a...@gmail.com on 18 Jan 2011 at 11:07

GoogleCodeExporter commented 8 years ago
Hello Julien, could you send me a user/pass in your gallery in private so that 
I can test both (with and without authenticating) my email is anthony dot 
dahanne at gmail dot com
thanks

Original comment by anthony....@gmail.com on 18 Jan 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Hi,

Credentials sent by email.

Regards.

Original comment by julien.a...@gmail.com on 24 Jan 2011 at 5:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm having the same issue as described above.  I've installed gallery3.0.1 on 
on my hosts web server last weekend.  This is my first attempt at using 
Gallery.  Works fine from a web browser such as IE, FF and Android Browser.  
Looking forward to having regalandroid work on my G2 Phone :)

Let me know if you need more info, I can create a guest account and/or an 
experimental database on my host if you want to play. 

Original comment by erichberg on 8 Feb 2011 at 9:04

GoogleCodeExporter commented 8 years ago
PS. I installed gallery2.3.1 on the same web server and that is working fine 
with regalandroid.  

Original comment by erichberg on 11 Feb 2011 at 8:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've done some debug server-side. It seems regalandroid doesn't send 
credentials. I haven't dug very deep, but seems REST credentials are obligatory 
for gallery3.

So regalandroid sends request 
GET /rest/

But server expects: 
POST /rest
Content-Length=[content length]
user=[user name]&password=[user password]

Original comment by solival...@gmail.com on 25 Feb 2011 at 4:34

GoogleCodeExporter commented 8 years ago
@solival
ok, so you say that even if the gallery is public we must send credentials ?
is regalnadroid working for your gallery when you use credentials ?
thanks for investigating !

Original comment by anthony....@gmail.com on 25 Feb 2011 at 5:42

GoogleCodeExporter commented 8 years ago
Same problem on my side.
Login without Uname and Pw: G3ForbiddenException
Login with Uname and PW: G3ForbiddenException

G3 v. 3.0.1

Original comment by bellosb...@gmail.com on 14 Mar 2011 at 1:45

GoogleCodeExporter commented 8 years ago
Firstly I got the error message:-

A problem occurred during the gallery connection, the detail is:
net.dahanne.gallery3.client.business.exceptions.G3ForbiddenException

From my Hauwei Ideos X5 (u8800) running Froyo trying to connect to 
http://marinefocus.com.au/gallery3.

So I then created an account and entered the details in the RegalAndriod app 
then I got the error message:-

A problem occurred during the gallery connection, the detail is:
net.dahanne.gallery3.client.business.exceptions.G3GalleryException.No value for 
comments

So I enabled the comments module as described in another bug report that has 
been closed but not resolved.

I now get the error:-

A problem occurred during the gallery connection, the detail is:
net.dahanne.gallery3.client.business.exceptions.G3GalleryException.Http code 414

Meaning URL is too long.

There seems to be quite a few bugs connecting with these verions:-

Powered by Gallery 3.0.1 (Menlo Park)
Grey Dragon Theme 2.7.1

Original comment by preissen...@gmail.com on 5 Apr 2011 at 4:48