Re: [web2py] Re: SocketTimeout: Socket timed out before request

2014-12-22 Thread Richard Vézina
Antonio, Lennon suggest to delete his email because it was a mistake... And your issue that seems more interresting seems unrelated to this thread... I suggest you to create a thread about it!! Richard On Mon, Dec 15, 2014 at 7:50 PM, Antonio Salazar wrote: > > I know this is an old thread, but

[web2py] Re: SocketTimeout: Socket timed out before request

2014-12-16 Thread Antonio Salazar
I know this is an old thread, but it's still the top Google result for this error message. It's also thrown with nested double braces, even inside a long comment, like: {{''' {{if true:}} {{pass}} '''}} Deleting the nested braces fixed the error. I was trying to comment code to convert a view

[web2py] Re: SocketTimeout: Socket timed out before request

2012-11-28 Thread apps in tables
solved On Thursday, November 29, 2012 1:10:35 AM UTC+3, apps in tables wrote: > > Hi, > > can someone help me find the missing "pass" . > > > > {{extend 'layout.html'}} > > > ((( > الحالة ))) > > > > > > > {{=kase.on_date}} > > > {{=kase.title}} > > > {{

[web2py] Re: SocketTimeout: Socket timed out before request

2012-11-28 Thread apps in tables
Hi, can someone help me find the missing "pass" . {{extend 'layout.html'}} ((( الحالة ))) {{=kase.on_date}} {{=kase.title}} {{=kase.body}} ((( العروض ))) اضافة عرض اضافة عرض {{=form}} Close

[web2py] Re: SocketTimeout: Socket timed out before request

2012-10-01 Thread Loreia
Why didn't you post your solution??? This is the top result in Google search for "SocketTimeout: Socket timed out before request." and still there is no resolution of the problem. So, after spending two hours on this, let me save other novices from going down the same route: This error happens

[web2py] Re: SocketTimeout: Socket timed out before request

2011-03-03 Thread Massimo Di Pierro
Thanks I was already in panic mode. ;-) On Mar 2, 11:27 pm, Lennon wrote: > PROBLEM SOLVED > > Stupid Mistake. > > Please close/delete thread if possible or let me know how I can > accomplish that. > > On Mar 3, 12:07 am, Lennon wrote: > > > > > > > > > Let me also add that I have: > > > num_tra

[web2py] Re: SocketTimeout: Socket timed out before request

2011-03-02 Thread Lennon
PROBLEM SOLVED Stupid Mistake. Please close/delete thread if possible or let me know how I can accomplish that. On Mar 3, 12:07 am, Lennon wrote: > Let me also add that I have: > > num_trav -= 1 > > in the appropriate place to prevent an infinite loop that might be > causing this.  But accordin

[web2py] Re: SocketTimeout: Socket timed out before request

2011-03-02 Thread Lennon
Let me also add that I have: num_trav -= 1 in the appropriate place to prevent an infinite loop that might be causing this. But according to the debugger, the function isn't making it past: for k, v in request.vars.items() anyway. On Mar 2, 11:58 pm, Lennon wrote: > The following code got me