Hi!

I wonder if somebody could help me.

web2py Version 1.64.4 (2009-06-24 00:40:36)

If I try to edit controllers remote (from Internet through vpn (just
UMTS) -- slow connection) I just get communication error after save :
( (no traceback on server side)

>From local network I get communication error just sometimes and
sometimes I see:

Exception in thread CP WSGIServer Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in
__bootstrap_inner
    self.run()
  File "/usr/local/web2py/web2py/gluon/wsgiserver.py", line 1003, in
run
    conn.communicate()
  File "/usr/local/web2py/web2py/gluon/wsgiserver.py", line 948, in
communicate
    format_exc())
  File "/usr/local/web2py/web2py/gluon/wsgiserver.py", line 643, in
simple_response
    self.sendall(''.join(buf))
  File "/usr/local/web2py/web2py/gluon/wsgiserver.py", line 808, in
ssl_method_wrapper
    raise socket.error(errnum)
error: 32


There is no proxy. I run web2py with:

python2.5 web2py.py -i 192.168.55.2 -s zm.kopaszhegy -c /etc/ssl/certs/
ssl-cert-snakeoil.pem -k /etc/ssl/private/ssl-cert-snakeoil.key

Thank you!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to