You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
Please try running liverpie with the -v parameter, and then look in its console while you're doing the call. Do you see a long list of variables there?
Also, please check log/liverpie.log
Adeel Ansari
unread,
Sep 19, 2008, 2:37:25 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
Thanks, Alex. I have tried the same, and yes its showing lots of params on the liverpie console, including Channel-Unique-ID. Further, there is no log file created.
I am expecting the call to my webapp with some request paramters. Am I wrong in expecting that?
Thanks.
Alex Deva
unread,
Sep 19, 2008, 2:38:38 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
No Adeel, indeed you should be getting the parameters via POST.
Are you sure you're not only looking for them on GET?
Adeel Ansari
unread,
Sep 19, 2008, 2:44:29 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
> Are you sure you're not only looking for them on GET?
Yeah, pretty much. Actually, I almost always use POST, and divert the call to POST from my GET. So, it should work. Any other idea?
Alex Deva
unread,
Sep 19, 2008, 2:54:45 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
I'd like to run a test using a webapp that I host, and see what comes through. Do you have YM, ICQ, Google Talk or Skype? My contacts are here: http://www.liverpie.com/credits.html
Adeel Ansari
unread,
Sep 19, 2008, 3:00:40 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
I have added you on Google Talk. I have tried to call my application through browser, it seems fine. I guess, it might be because of url encoding, application/x-www-form-urlencoded.
Thanks.
Alex Deva
unread,
Sep 19, 2008, 3:02:36 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
:) Sorry, I don't see your add request on GTalk, perhaps you can try again please?
The URL encoding is standard, it should reach your webapp fine... Can you dump the entire HTTP request in your webapp and have a look in it?
Adeel Ansari
unread,
Sep 19, 2008, 3:06:19 AM9/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liverpie...@googlegroups.com
Yeah, thats a standard. I am surprised its not giving me any parameter. Actually, I thought that it might be multipart or something, but its not.