Code works perfectly fine when I'm running it on the devserver but when I 
deploy I get this error

DownloadError: Unable to fetch URL: 
http://api.indeed.com/ads/apisearch?publisher=xxxxxxxxxxxx&q=&l=buffalo&st=ny&jt=&start=&limit=30&fromage=&filter=&latlong=0&co=us&chnl=&userip=xxx.xx.x.xxx&useragent=Mozilla/5.0
 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0&v=2


here is my code
text = 
'http://api.indeed.com/ads/apisearch?publisher=xxxxxxxxxxxx&q=&l=buffalo&st=ny&jt=&start=&limit=30&fromage=&filter=&latlong=0&co=us&chnl=&userip=xxx.xx.x.xxx&useragent=Mozilla/5.0
 
(X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0&v=2'

url = fetch(text.encode('utf-8'),deadline=60)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to