Thanks for your help Miguel, that solved the problem. Kind Regards, Ken.
On Jul 19, 9:49 pm, Miguel Angel Vilela <[email protected]> wrote: > BadValueError: address must not be empty. > > That looks like the address is not really optional, can you try entering > something in the Address field? > > On Mon, Jul 19, 2010 at 15:42, Ken <[email protected]> wrote: > > Hi Miguel, > > > I am getting this problem below: > > > 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 2378, in validate > > value = self.data_type(value) > > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > > api/datastore_types.py", line 906, in __init__ > > ValidateString(address, 'address') > > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > > api/datastore_types.py", line 107, in ValidateString > > raise exception('%s must not be empty.' % name) > > BadValueError: address must not be empty. > > > On Jul 19, 8:14 pm, Miguel Angel Vilela <[email protected]> wrote: > > > What error do you get exactly? Can you provide a screenshot or > > > transcription? > > > > On Mon, Jul 19, 2010 at 13:50, Ken <[email protected]> wrote: > > > > Hi, > > > > > When submitting the application form at the following address > > > >http://gmaps-ws-console.appspot.com/ > > > > > I am unable to submit the form. > > > > > I get an error message and have not been able to overcome this problem > > > > for the last couple of days. > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Google Maps JavaScript API v3" group. > > > > To post to this group, send email to > > > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<google-maps-js-api-v3%[email protected]> > > <google-maps-js-api-v3%[email protected]<google-maps-js-api-v3%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-js-api-v3%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
