Skip Menu |

This queue is for tickets about the Picasa CPAN distribution.

Report information
The Basics
Id: 38056
Status: new
Priority: 0/
Queue: Picasa

People
Owner: Nobody in particular
Requestors: premysl.vyhnal [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Can't upload photo (400 Bad Request)
Date: Thu, 31 Jul 2008 00:18:37 +0200
To: bug-Picasa [...] rt.cpan.org
From: "Přemysl Vyhnal" <premysl.vyhnal [...] gmail.com>
I keep getting "*Photo xxx** not created : 400 Bad Request*" error message when using the add_photo function I solved this problem accidentally ;) I was trying something and added this line to "*Picasa/Photo.pm"* file (line 185): ... $add_photo_request->add_part(HTTP::Message->new... * $add_photo_request->as_string(); # <<<<<<<<<<<<<<<<<< this* my $add_photo_response = $self->new->request($add_photo_request); ... but i am a perl newbie, i really dont know what it is, what this thing does and why it makes it working ;)) Thanks Přemek. --- version: Picasa-0.02 perl v5.8.8 Linux 2.6.18-6-686 - debian stable