Re: Error with channels and celery

2018-04-19 Thread Melvyn Sopacua
On woensdag 18 april 2018 10:05:23 CEST Sergio Lopez wrote: > Mi error is: > > raise OSError(err, 'Connect call failed %s' % (address,)) > ConnectionRefusedError: [Errno 10061] Connect call failed ('::1', 6379) Somewhere you have configured the redis connection to [::1] (IPv6) or localhost (and

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