[web2py] Re: unexpected end of stream - py4web

2020-03-02 Thread Edoardo Torrini
Hi I have try to use burp proxy for know at what ip I generate the request: but using a proxy server on 127.0.0.1:8080 and redirect the traffic on the 192.168.x.x (my-ip):3111 Using google chrome, the result is correct and I see all my record in db. Using the application it gave me an error:

[web2py] Re: unexpected end of stream - py4web

2020-02-26 Thread Dave S
On Tuesday, February 25, 2020 at 12:52:46 AM UTC-8, Edoardo Torrini wrote: > > Hi Dave, > thanks for the reply, but I have notice that the code is wrong, I will > explain. > Since I need three function in task I used another one to collector and > after I redirect by an if statement. > Okay,

[web2py] Re: unexpected end of stream - py4web

2020-02-25 Thread Edoardo Torrini
Hi Dave, thanks for the reply, but I have notice that the code is wrong, I will explain. Since I need three function in task I used another one to collector and after I redirect by an if statement. So I have the funtion: my_task(func, filtri, *argv) and the function produzione(dbnow, filtri,

[web2py] Re: unexpected end of stream - py4web

2020-02-24 Thread Dave S
On Sunday, February 23, 2020 at 11:26:50 PM UTC-8, Edoardo Torrini wrote: > > Hi, > I will attach you some part of code: > > > > > this is the task of my app: > > [image: task prd - py4web.png] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I am still surprised

[web2py] Re: unexpected end of stream - py4web

2020-02-23 Thread Edoardo Torrini
Hi, I will attach you some part of code: The client is written in c# and is implemented in Xamarin: [image: Exception - Xamarine.png] The server is written in python using the py4web framework, I have implemented the scheduling with celery/redis: This is the

[web2py] Re: unexpected end of stream - py4web

2020-02-22 Thread Massimo Di Pierro
Can you show us some minimum code to rproduce? On Friday, 21 February 2020 20:38:08 UTC-8, Edoardo Torrini wrote: > > Hi > > I create a project client/server compose by an application mobile (client) > and a webservice (py4web). > the application create request to the webservice and the server