GNOME Bugzilla – Bug 362859
Export to gallery fail
Last modified: 2006-10-18 07:14:57 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]
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...
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.
Created attachment 74871 [details] [review] here's the patch
go ahead and commit it :)
The patch works great thanks.