Hello,
I'm getting this error when I'm using the GData Provisioning API to
create user accounts from GAE. The weird thing is that it works well
on the development environment and even in the production server the
accounts are actually being created in Apps. I've read about this
error in other threads but there is no final solution. Can I just
catch and ignore this error?? is there a way to check if the account
was created or not depending on the availability of the provisioning
API??
"/base/data/home/apps/wiivalley/1.331910885804920038/common/zip-
packages/django-1.0.2.zip/django/core/handlers/base.py", line 86, in
get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/base/data/home/apps/wiivalley/1.331910885804920038/
registration/views.py", line 67, in activate
account = RegistrationProfile.objects.activate_user
(activation_key)
File "/base/data/home/apps/wiivalley/1.331910885804920038/
registration/models.py", line 85, in activate_user
service.CreateUser(user_name=user.username,
family_name=user.last_name, given_name=user.first_name,
password=profile.sha_password, password_hash_function='SHA-1')
File "/base/data/home/apps/wiivalley/1.331910885804920038/gdata/apps/
service.py", line 340, in CreateUser
return gdata.apps.UserEntryFromString(str(self.Post(user_entry,
uri)))
File "/base/data/home/apps/wiivalley/1.331910885804920038/gdata/
service.py", line 1147, in Post
media_source=media_source, converter=converter)
File "/base/data/home/apps/wiivalley/1.331910885804920038/gdata/
service.py", line 1232, in PostOrPut
headers=extra_headers)
File "/base/data/home/apps/wiivalley/1.331910885804920038/atom/
service.py", line 176, in request
data=data, headers=all_headers)
File "/base/data/home/apps/wiivalley/1.331910885804920038/gdata/
auth.py", line 704, in perform_request
return http_client.request(operation, url, data=data,
headers=headers)
File "/base/data/home/apps/wiivalley/1.331910885804920038/gdata/alt/
appengine.py", line 144, in request
method=method, headers=all_headers, follow_redirects=False))
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 273, in fetch
raise DownloadError(str(e))
DownloadError: ApplicationError: 5
Thanks for any help.
David Cifuentes
Eforcers.com
Bogotá, Colombia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---