[web2py] Re: @Anthony, can you please check what's wrong with the unirest module?

2016-04-03 Thread Stephen Duisberg
Thank you, it worked! On Sunday, April 3, 2016 at 3:48:51 PM UTC+5:30, Leonel Câmara wrote: > > You are shadowing web2py's response in your code with a response from a > unirest call. Call it something else. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: @Anthony, can you please check what's wrong with the unirest module?

2016-04-03 Thread Stephen Duisberg
Hi Leonel. Thanks, I didn't get you though . How is this wrong? What am I missing here? response = unirest.post("https://voicerss-text-to-speech.p.mashape.com/?key=secret1;, headers={ "X-Mashape-Key": "secret2", "Content-Type": "application/x-www-form-urlencoded" }, params={

[web2py] Re: @Anthony, can you please check what's wrong with the unirest module?

2016-04-03 Thread Leonel Câmara
You are shadowing web2py's response in your code with a response from a unirest call. Call it something else. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues)