BbiKkuMi / adosbox

Automatically exported from code.google.com/p/adosbox
0 stars 0 forks source link

Feedback page is broken #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow project link to project web page.
2. Scroll to bottom to attempt to send feedback
3. Type email after clicking feedback link.
4. Hit Send Email button.

What is the expected output? What do you see instead?
I expect my message to be sent to the authors of the project.

Instead I get:
Message send failure
Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 702, in __call__
    handler.post(*groups)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/mail_handlers.py", line 65, in post
    self.receive(mail.InboundEmailMessage(self.request.body))
  File "/base/data/home/apps/androiddosbox/1-3.350494617118886963/handle_incoming_email.py", line 24, in receive
    logging.info("Subject: " + message.subject)
AttributeError: 'InboundEmailMessage' object has no attribute 'subject'

What version of the product are you using? On what operating system?
python is server side.

Please provide any additional information below.

Original issue reported on code.google.com by CFOgr...@gmail.com on 13 Jun 2011 at 6:16

GoogleCodeExporter commented 8 years ago
Thanks for the comment.  It has fixed.
The cause seems to be that recent Google App Engine upgrade breaks our original 
code. 

Original comment by Jen...@gmail.com on 22 Jun 2011 at 2:30

GoogleCodeExporter commented 8 years ago
It has unfixed.
This url: 
http://www.google.com/support/bin/request.py?hl=en&contact_type=surveyk&ctx=go  
(which was the destination after a redirect from 
http://www.google.com/support/go/survey )
..has a very similar problem. It gives this result:
Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 702, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/helpcenter-forms/15-extract-responses.347777094169074411/google3/services/appengine/apps/helpcenter_forms/form_handler.py", line 157, in post
    self.do_post(self.request, universal_survey.UniversalSurveyEntry(), db)
  File "/base/data/home/apps/helpcenter-forms/15-extract-responses.347777094169074411/google3/services/appengine/apps/helpcenter_forms/form_handler.py", line 146, in do_post
    entry.put()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1006, in put
    return datastore.Put(self._entity, config=config)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 467, in Put
    return PutAsync(entities, **kwargs).get_result()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 658, in get_result
    results = self.__rpcs[0].get_result()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
    return self.__get_result_hook(self)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1385, in __put_hook
    self.check_rpc_success(rpc)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1072, in check_rpc_success
    rpc.check_success()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
    self.__rpc.CheckSuccess()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
    raise self.exception
CapabilityDisabledError: Datastore writes are temporarily unavailable. Please 
see http://code.google.com/status/appengine for more information.

Original comment by wSteinf...@gmail.com on 15 Jul 2011 at 12:28