[web2py] Re: web2py 2.25.1

2023-10-18 Thread CarlosDB
Hello. I believe this error is related to a thread I opened a few days ago: " File Download Broken after Pull Request #2471 " https://groups.google.com/g/web2py/c/ruhme28jvNo Carlos. El miércoles, 18 de octubre de 2023 a las 18:49:34 UTC+2, xgp.l...@gmail.com escribió: > Hi, > > Modified the

[web2py] Re: web2py 2.25.1

2023-10-18 Thread xgp.l...@gmail.com
Hi, Modified the code to this: for k, v in iteritems(headers): if isinstance(v, list): rheaders += [(k, str(item)) for item in v] else: rheaders.append((k, str(v))) This was the code from version 2.24.1 Dont know if this is correct.

[web2py] Re: web2py 2.25.1

2023-10-18 Thread xgp.l...@gmail.com
Hi Massimo, Getting this redirecting from nginx to uwsgi_pass http port. Traceback (most recent call last): File "/home/www-data/web2py/gluon/main.py", line 562, in wsgibase return http_response.to(responder, env=env) File "/home/www-data/web2py/gluon/http.py", line 129, in to

[web2py] Re: uwsgi with web2py hard crash/locking with nginx

2023-10-18 Thread lucas
yes, i think once the RAM was consumed the server ground to a halt where it appeared to crash. so, i believe it was a soft crash instead of a hard crash. i used "top" to monitor the memory and processes and the soft crash occurred when the RAM was exhausted. so i created a swap file to