Hi, I will attach you some part of code: The client is written in c# and is implemented in Xamarin: <about:invalid#zClosurez>
[image: Exception - Xamarine.png] <about:invalid#zClosurez> The server is written in python using the py4web framework, I have implemented the scheduling with celery/redis: This is the controller of my app: [image: Controller - py4web.png] <about:invalid#zClosurez> this is the task of my app: [image: task prd - py4web.png] <about:invalid#zClosurez> Thanks for your help. Edoardo Torrini Il giorno domenica 23 febbraio 2020 00:44:14 UTC+1, Massimo Di Pierro ha scritto: > > 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 reply. >> I add a request scheduling using the celery and redis. >> I follow pass for pass the guide on the official py4web site. >> >> the problem is that when I generete the get request from the app create >> an exception: "unexpected end of stream" >> Someone know how to fix this issue? >> >> Thanks >> Edoardo Torrini >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/6a55c277-f454-4cd5-b2ed-c11033fb9347%40googlegroups.com.

