Work fine on python 2.7 but on python 3.6 or python 3.7 I have an error:

ERROR:Rocket.Errors.Thread-4:Traceback (most recent call last):

  File "/web2py/gluon/rocket.py", line 1319, in run
    self.run_app(conn)

  File "/web2py/gluon/rocket.py", line 1812, in run_app
    self.environ = environ = self.build_environ(sock_file, conn)

  File "/web2py/gluon/rocket.py", line 1632, in build_environ
    request = self.read_request_line(sock_file)

  File "/web2py/gluon/rocket.py", line 1370, in read_request_line
    d = sock_file.readline()

  File "/usr/local/lib/python3.6/socket.py", line 586, in readinto
    return self._sock.recv_into(b)

ConnectionResetError: [Errno 104] Connection reset by peer

ERROR:Rocket.Errors.Thread-4:Tried to send "500 Server Error" to client but 
received socket error

Any idea?

ponedeljak, 14. decembar 2020. u 14:27:53 UTC+1 villas je napisao/la:

> One idea included in the framework is this:  
> http://www.web2py.com/books/default/chapter/29/14/other-recipes?search=expose#Publishing-a-folder
>
> On Saturday, 12 December 2020 at 17:37:46 UTC veron.p...@gmail.com wrote:
>
>>
>> Hello i'm new to web2py , and it is really a fabulous framework. From the 
>> web2py site i am not able to connect on the link given for the plugin web 
>> server, Kaspersky tells me that the site is not secured ???
>>
>> Can anyone tell me where i can find a folder of existing web2py plugins 
>> and also is there a stable plugin which allows a user to have a file 
>> manager to manage his files in his web directory , like this project using 
>> php :
>>
>> https://github.com/prasathmani/tinyfilemanager
>>
>> Thanks a lot.
>>
>

-- 
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)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/307f6b8b-1a30-4384-91e1-c55f44f8f290n%40googlegroups.com.

Reply via email to