GNOME Bugzilla – Bug 169562
web response timeout when uploading to gallery
Last modified: 2005-08-16 17:31:59 UTC
sometimes when using gallery export the request will timeout for no apparent reason while uploading. This happens almost all the time for nat I managed to trigger it once.
looking at the ethereal output it appears the server is never responding at all in these images. Either we are incorrectly failing to wait for a contiuation response or something more severe is wrong.
I have updated the system to Mono 1.1.7 and F-Spot 0.0.13 and the results are now worse than before, but I get an exception that may help in the debug. After adding the 1/8 photo correctly: Unparsed result: name="debug_album", value="guadec6" Unparsed result: name="debug_gallery_version", value="1.5-debian1" Unparsed result: name="debug_user", value="admin" Unparsed result: name="debug_user_type", value="gallery_user" Unparsed result: name="debug_user_already_logged_in", value="1" StatusText : Add photo successful. Then a exception appears: Unhandled Exception: System.Net.WebException: Read error in [0x00160] System.Net.WebConnection:EndRead (IAsyncResult result) in [0x00043] (at /build/buildd/mono-1.1.7/mcs/class/System/System.Net/WebConnectionStream.cs:318) System.Net.WebConnectionStream:EndRead (IAsyncResult r) I am using Gallery 1.5.
The mono i/o layer has been rewritten several times since the report and I can no longer reproduce the problem. Closing