I've tried unsuccessfully to submit my info through this app:
http://gmaps-ws-console.appspot.com/

I've complete every field given using Safari, Chrome and FireFox (all
on PC) and still get this error:

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 513, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/gmaps-ws-console/1.342204020976872273/
index.py", line 100, in post
    use_case, expected_usage, link)
  File "/base/data/home/apps/gmaps-ws-console/1.342204020976872273/
information.py", line 39, in CreateNew
    expected_usage=expected_usage, link=link)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 769, in __init__
    prop.__set__(self, value)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 503, in __set__
    value = self.validate(value)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 2347, in validate
    value = super(StringProperty, self).validate(value)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 530, in validate
    raise BadValueError('Property %s is required' % self.name)
BadValueError: Property country is required

In the source code, it looks like the country input tag isn't being
built:
  <div class="row">
    <label class="lbl" for="loc">Country:</label>
    <div class="field">

    </div>
  </div>

Please advise.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to