After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362859 - Export to gallery fail
Export to gallery fail
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-17 14:09 UTC by Stephane Delcroix
Modified: 2006-10-18 07:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
here's the patch (1.25 KB, patch)
2006-10-17 14:41 UTC, Stephane Delcroix
committed Details | Review

Description Stephane Delcroix 2006-10-17 14:09:14 UTC
StatusText : Upload failed\: ''.
Unparsed Line in ParseBasic(): status_debug=1
Upload failed\: ''.
GalleryRemote.GalleryCommandException: Upload failed\: ''.
  at GalleryRemote.Gallery.ParseBasic (System.Net.HttpWebResponse response) [0x00000]
  at GalleryRemote.Gallery.ParseAddItem (System.Net.HttpWebResponse response) [0x00000]
  at GalleryRemote.Gallery2.AddItem (GalleryRemote.Album album, System.String path, System.String filename, System.String caption, Boolean autorotate) [0x00000]
  at GalleryRemote.Album.Add (.Photo photo, System.String path) [0x00000]
  at FSpot.GalleryExport.Upload () [0x00000]
Comment 1 Stephane Delcroix 2006-10-17 14:19:23 UTC
it only happens when the the Autorotate is checked and the resize not checked... 

it's an error in the filter or the filter usage...
Comment 2 Stephane Delcroix 2006-10-17 14:31:34 UTC
found it! filter usage. when the image don't need to be rotated, it try to export an empty file :/

will be fixed in a few minutes.
Comment 3 Stephane Delcroix 2006-10-17 14:41:32 UTC
Created attachment 74871 [details] [review]
here's the patch
Comment 4 Larry Ewing 2006-10-17 22:18:11 UTC
go ahead and commit it :)
Comment 5 Chad Files 2006-10-18 02:22:08 UTC
The patch works great thanks.