Comment 10 for bug 178303

Revision history for this message
erythrocyte (erythrocyte) wrote : Re: f-spot 2 picasaweb failed to upload

Hi,

I have to confirm that that trying to export to Picasa Web using F-spot fails on Ubuntu 8.04. I have now uninstalled F-spot from Ubuntu.

Steps to reproduce:

1. Choose any JPEG photo (single or multiple) and goto Photo>Export>PicasaWeb
2. F-spot crashes

Debug output follows.

--
lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.1
Release: 8.04
Codename: hardy

--
uname

Linux 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686 GNU/Linux
--
sudo apt-cache policy f-spot

f-spot:
  Installed: (none)
  Candidate: 0.4.3.1-0ubuntu1
  Version table:
     0.4.3.1-0ubuntu1 0
        500 http://sa.archive.ubuntu.com hardy-updates/main Packages
        100 /var/lib/dpkg/status
     0.4.2-1ubuntu3 0
        500 http://sa.archive.ubuntu.com hardy/main Packages
--
dbus-launch f-spot --debug

** Running f-spot in Debug Mode **
** Running Mono with --debug **
WARNING: The add-in 'FSpot.__DefaultExporters,1.6' is trying to extend
'/FSpot/Menus/Exports', but there isn't any compatible add-in defining
this extension point
Starting new FSpot server
Reloading
item changed
sda8 (63.2 GB) - gnome-dev-harddisk - Mountpoint file:///media/sda8 True
True Harddrive
Harddrive
sda7 (92.8 GB) - gnome-dev-harddisk - Mountpoint file:///media/sda7 True
True Harddrive
Harddrive
sda6 (73.2 GB) - gnome-dev-harddisk - Mountpoint file:///media/sda6 True
True Harddrive
Harddrive
sda4 (29.8 GB) - gnome-dev-harddisk - Mountpoint file:///media/sda4 True
True Harddrive
Harddrive
sda1 (19.5 GB) - gnome-dev-harddisk - Mountpoint file:///media/sda1 True
True Harddrive
Harddrive

(f-spot:8664): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without
calling gdk_pixbuf_loader_close() - this is not allowed. You must
explicitly end the data stream to the loader before dropping the last
reference.
item ImportCommand+SourceItem
Scanning /media/sda4/Pics
item changed
cleanup context
item changed
Stopping
Scanning /media/sda4/Pics
item changed
item changed
Stopping
Reloading
item changed
Reloading
GoogleAccount.Connect()
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to
handle the exception.
System.ArgumentOutOfRangeException: Index is less than 0 or more than or
equal to the list count.
Parameter name: index
0
  at System.Collections.ArrayList.get_Item (Int32 index) [0x00000]
  at System.Collections.Specialized.NameObjectCollectionBase.BaseGet
(Int32 index) [0x00000]
  at Mono.Google.Picasa.PicasaAlbumCollection.get_Item (Int32 index)
[0x00000]
  at FSpotGoogleExport.GoogleExport.HandleAlbumOptionMenuChanged
(System.Object sender, System.EventArgs args) [0x00000]
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data)
[0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e,
Boolean is_terminal)
   at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data)
   at GLib.Signal.voidObjectCallback(IntPtr , IntPtr )
   at Gtk.OptionMenu.gtk_option_menu_set_menu(IntPtr , IntPtr )
   at Gtk.OptionMenu.gtk_option_menu_set_menu(IntPtr , IntPtr )
   at Gtk.OptionMenu.set_Menu(Gtk.Widget value)
   at
FSpotGoogleExport.GoogleExport.PopulateAlbumOptionMenu(Mono.Google.Picasa.PicasaWeb
picasa)
   at
FSpotGoogleExport.GoogleExport.Connect(FSpotGoogleExport.GoogleAccount
selected, System.String token, System.String text)
   at
FSpotGoogleExport.GoogleExport.Connect(FSpotGoogleExport.GoogleAccount
selected)
   at FSpotGoogleExport.GoogleExport.Connect()
   at FSpotGoogleExport.GoogleExport.Run(IBrowsableCollection selection)
   at FSpot.Extensions.ExportMenuItemNode.OnActivated(System.Object o,
System.EventArgs e)
   at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data)
   at GLib.Signal.voidObjectCallback(IntPtr , IntPtr )
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at FSpot.Driver.Main(System.String[] args)