Re: Django 2.0.2, Channels 2.0.2 and Celery 4.1 Issue

2018-04-16 Thread Sergio Lopez
Plese, Can you send us a basic example of celery 4 and channels 2? El viernes, 2 de marzo de 2018, 19:36:08 (UTC+1), G Broten escribió: > > Hi All: > I'm migrating a small application from Django 1.x/Channels 1.x to Django > 2.0.2 and Channels 2.0. I've run into an issue whose cause I'm trying t

Help with Channels 2.x and Celery 4.x

2018-04-16 Thread Sergio Lopez
Hi!! I need a basic example of a program with channels 2.x (Django 2.x) that when it fulfills a condition, it calls a task celery 4.x and updates its status in a message in the html. (for example https://vincenttide.com/blog/1/django-channels-and-celery-example/) But i have the following error

I have a problem whit new celery and channels

2018-04-17 Thread Sergio Lopez
Hi! I'm trying to create a chat that when it meets the condition of "hola" is sent by a task in celery. However, when it enters the condition the status is not updated, can someone help me? I leave my code, please help me! Please help me, thx! And sorry for my english :s *consumers.py*

Re: I have a problem whit new celery and channels

2018-04-17 Thread Sergio Lopez
> > Hi! > > I'm trying to create a chat that when it meets the condition of "hola" is > sent by a task in celery. However, when it enters the condition the status > is not updated, can someone help me? > > > I leave my code, please help me! > > > Please help me, thx! And sorry for my english :s

Problem with Channels and Celery... Please help me!

2018-04-17 Thread Sergio Lopez
I'm trying to create a chat that when it meets the condition of "hola" is sent by a task in celery. However, when it enters the condition the status is not updated, can someone help me? I leave my code, please help! Mi error is: > [2018-04-18 01:11:25,798: WARNING/MainProcess] c:\python\lib\s

Error with channels and celery

2018-04-18 Thread Sergio Lopez
I'm trying to create a chat that when it meets the condition of "hola" is sent by a task in celery. However, when it enters the condition the status is not updated, can someone help me? I leave my code, please help! Mi error is: raise OSError(err, 'Connect call failed %s' % (address,)) Conn