[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-17 Thread Matt Trinneer
this thread indicating that. If anyone is interested, the root cause seems to be a redirect (303 see other) taking place where the url being redirected to is not encoded.A direct request to the redirect URL, with encoding, retrieves the intended document. Matthew On May 5, 11:07 pm, Matt Trinneer

[google-appengine] Re: iPhone cannot log in any more, system-wide issue, Google pls help

2009-05-10 Thread Matt Trinneer
, Matt Trinneer matt.trinn...@gmail.com wrote: Hello, I can confirm that I am also encountering this issue. Best, Matt On May 9, 7:14 am, tijer troels...@gmail.com wrote: To reproduce the problem go to the google-developed app shell.appspot.com and try to login with an iphone

[google-appengine] Re: iPhone cannot log in any more, system-wide issue, Google pls help

2009-05-09 Thread Matt Trinneer
Hello, I can confirm that I am also encountering this issue. Best, Matt On May 9, 7:14 am, tijer troels...@gmail.com wrote: To reproduce the problem go to the google-developed app shell.appspot.com and try to login with an iphone. It not having an iphone then spoof the useragent to the

[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-05 Thread Matt Trinneer
encode character u'\xe2' in position 2: ordinal not in range(128). It occurs when i pass russian strings as parameter. 2009/5/4 Matt Trinneer matt.trinn...@gmail.com To further that post... It seems to me that URLs containing characters such as ( and ) are not being fetched properly

[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-05 Thread Matt Trinneer
Having some luck... By using urllib2 instead of urlfetch I am able to load the same URLs on the production server without any issue. Not really a solution per say but it gets the job done. Appreciate everyone's feedback. On May 5, 10:29 pm, Matt Trinneer matt.trinn...@gmail.com wrote: Hi

[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-03 Thread Matt Trinneer
To further that post... It seems to me that URLs containing characters such as ( and ) are not being fetched properly on the production environment. I've attempted escaping the characters, as per RFC 3986. However the escaped url (http://dbpedia.org/resource/Companion_%28manga%29) doesn't