Ticket #99 (new defect)

Opened 1 year ago

Last modified 2 months ago

Can't send mail with GMail (Google Server error)

Reported by: mbritto Assigned to: mbensi
Priority: major Milestone: Galekid
Component: Bug Fix Version: 1.0
Keywords: Cc:
Number of hours worked: 2 % Complete: 00
Number of hours remaining:

Description

The error occurs in both basic HTML and standard version of GMail :


In the basic HTML version of Gmail we get a Google page where we can read :

 Server Error[[BR]]
GMail is temporary unavailable. We're working on solving this problem. Try to connect again in a few minutes.

In the standard version of Gmail, nothing happen on the page when we click on "Send" but we see a message in the log :

Javascript Alert: Impossible d'effectuer l'opération demandée (code d'erreur 007).
Réessayez dans quelques secondes. (from frame 0x264221b0)[[BR]]

Translation : "Can't perform the assigned task (error code 007). Try again in a few seconds."

Change History

09/28/07 15:12:49 changed by mbritto

  • hours_worked set to 2.

It seems that Safari sends the HTTP POST header separately from the rest of the HTTP headers.
OWB, on the contrary, sends one big HTTP header with the POST data and the rest of the headers (cookies, etc.)

11/22/07 14:16:42 changed by jcverdie

  • version changed from 2.0 to 1.0.

03/06/08 10:00:09 changed by jcverdie

  • milestone changed from Blastoise to Doduo.

06/11/08 15:16:15 changed by jcverdie

  • owner changed from sroret to mbensi.

still true as of Doduo [257]. When clicking on send, nothing happens and OWB console gives:

UNIMPLEMENTED: 
(/Users/jcverdie/owb/Doduo_sandlabs/WebKit/OrigynWebBrowser/WebCoreSupport/WebEditorClient.cpp:178 virtual bool WebEditorClient::shouldDeleteRange(WebCore::Range*))
UNIMPLEMENTED: 
(/Users/jcverdie/owb/Doduo_sandlabs/BAL/WKAL/Concretizations/Network/Curl/BCResourceHandleCurl.cpp:152 void WebCore::ResourceHandle::setDefersLoading(bool))
Javascript Alert: Please try again. (from frame 0x1a089b90)
postProgressFinishedNotification
postProgressFinishedNotification

07/01/08 16:31:14 changed by sgodard

  • milestone changed from Doduo to Galekid.