Hav you solved this problem ... im still facing exactly the same
issue....

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 499, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/appstops/1.329979222525721582/api.py",
line 111, in get
    if not self._isValidSignature():
  File "/base/data/home/apps/appstops/1.329979222525721582/api.py",
line 100, in _isValidSignature
    sig = base64.decodestring(urllib.unquote(self.request.params.mixed
()["oauth_signature"]))
KeyError: 'oauth_signature'

Please Guide

On Dec 3, 10:28 pm, Marzia Niccolai <ma...@google.com> wrote:
> Hi,
>
> It seems here that you haven't added the paramater to make a signed request
> to your OpenSocial app, so it can't find the 
> signature:http://code.google.com/apis/opensocial/articles/appengine-0.8.html#si...
>
> -Marzia
>
> On Wed, Dec 3, 2008 at 12:04 AM, Chak <chaktes...@gmail.com> wrote:
>
> > Thank you Marzia,
>
> > I have checked-out fromhttp://opensocial-gifts.googlecode.com/svn/
> > trunk/ <http://opensocial-gifts.googlecode.com/svn/trunk/>.
> > But when I execute the application in local environment, the URL,
> >http://localhost:9998/givegifts/giftsis giving below message:
>
> > Traceback (most recent call last):
> >  File "C:\GAE_Installations\Google\google_appengine\google\appengine
> > \ext\webapp\__init__.py", line 499, in __call__
> >    handler.get(*groups)
> >  File "E:\WorkSpace\givegifts\src\api.py", line 111, in get
> >    if not self._isValidSignature():
> >  File "E:\AucitiWorkSpace\givegifts\src\api.py", line 100, in
> > _isValidSignature
> >    sig = base64.decodestring(urllib.unquote(self.request.params.mixed
> > ()["oauth_signature"]))
> > KeyError: 'oauth_signature'
>
> > The Same I am experiencing with the app I hosted on GAE Server, you
> > can check it with the URL:http://aucitigifts.appspot.com/gifts
> > Can u please help me to resolve this issue in order to make the
> > application runs.
>
> > Thanks in advance.
>
> > Best Regards,
> > Chak
>
> > On Dec 3, 2:36 am, Marzia Niccolai <ma...@google.com> wrote:
> > > Hi,
>
> > > You should be able to checkout the source code using SVN from the Google
> > > project hosting repository:
>
> > >http://code.google.com/p/opensocial-gifts/source/checkout
>
> > > -Marzia
>
> > > On Mon, Dec 1, 2008 at 10:04 PM, Chak <chaktes...@gmail.com> wrote:
>
> > > > Hi,
>
> > > > Can anyone help me download the Opensocial-gifts application hosted on
> > > > AppEngine
>
> > > > Best Regards,
> > > > Chak

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to