[production] ERROR: Notify Exception: something went wrong sending the cases_received signal for form fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is not defined

fyi this is broken on prod. please work with other devs to get it resolved

  • i am offline today.
··· ---------- Forwarded message ---------- From: Date: Fri, May 9, 2014 at 4:21 AM Subject: [production] ERROR: Notify Exception: something went wrong sending the cases_received signal for form fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is not defined To: commcarehq-ops@dimagi.com

Traceback (most recent call last):

File "submodules/casexml-src/casexml/apps/case/xform.py", line 74, in
_process_cases
cases_received.send(sender=None, xform=xform, cases=cases)

File
"/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py",
line 170, in send
response = receiver(signal=self, sender=sender, **named)

File "/home/cchq/www/production/code_root/custom/m4change/signals.py",
line 95, in handle_m4change_forms
IMMUNIZATION_FORMS + FOLLOW_UP_FORMS:

NameError: global name 'FOLLOW_UP_FORMS' is not defined

Request repr() unavailable.

Hi Cory,

I sent a fix for that: fixed import in signals by pawelreise · Pull Request #3385 · dimagi/commcare-hq · GitHub

Best regards
Pawel

··· On 05/09/2014 11:08 AM, Cory Zue wrote: > fyi this is broken on prod. please work with other devs to get it > resolved - i am offline today. > > ---------- Forwarded message ---------- > From: > > Date: Fri, May 9, 2014 at 4:21 AM > Subject: [production] ERROR: Notify Exception: something went wrong > sending the cases_received signal for form > fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is > not defined > To: commcarehq-ops@dimagi.com > > > Traceback (most recent call last): > > File "submodules/casexml-src/casexml/apps/case/xform.py", line 74, > in _process_cases > cases_received.send(sender=None, xform=xform, cases=cases) > > File > "/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py", > line 170, in send > response = receiver(signal=self, sender=sender, **named) > > File > "/home/cchq/www/production/code_root/custom/m4change/signals.py", line > 95, in handle_m4change_forms > IMMUNIZATION_FORMS + FOLLOW_UP_FORMS: > > NameError: global name 'FOLLOW_UP_FORMS' is not defined > > > Request repr() unavailable. >

Hi,

I sent a fix for that: fixed import in signals by pawelreise · Pull Request #3385 · dimagi/commcare-hq · GitHub

Best regards
Pawel

··· On 05/09/2014 11:08 AM, Cory Zue wrote: > fyi this is broken on prod. please work with other devs to get it > resolved - i am offline today. > > ---------- Forwarded message ---------- > From: > > Date: Fri, May 9, 2014 at 4:21 AM > Subject: [production] ERROR: Notify Exception: something went wrong > sending the cases_received signal for form > fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is > not defined > To: commcarehq-ops@dimagi.com > > > Traceback (most recent call last): > > File "submodules/casexml-src/casexml/apps/case/xform.py", line 74, > in _process_cases > cases_received.send(sender=None, xform=xform, cases=cases) > > File > "/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py", > line 170, in send > response = receiver(signal=self, sender=sender, **named) > > File > "/home/cchq/www/production/code_root/custom/m4change/signals.py", line > 95, in handle_m4change_forms > IMMUNIZATION_FORMS + FOLLOW_UP_FORMS: > > NameError: global name 'FOLLOW_UP_FORMS' is not defined > > > Request repr() unavailable. > > -- > > --- > You received this message because you are subscribed to the Google > Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

I'm online if you need any assistance.

··· On 9 May 2014 11:08, Cory Zue wrote:

fyi this is broken on prod. please work with other devs to get it resolved

  • i am offline today.

---------- Forwarded message ----------
From: commcarehq-noreply+hqdjango4@dimagi.com
Date: Fri, May 9, 2014 at 4:21 AM
Subject: [production] ERROR: Notify Exception: something went wrong
sending the cases_received signal for form
fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is not
defined
To: commcarehq-ops@dimagi.com

Traceback (most recent call last):

File "submodules/casexml-src/casexml/apps/case/xform.py", line 74, in
_process_cases
cases_received.send(sender=None, xform=xform, cases=cases)

File
"/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py",
line 170, in send
response = receiver(signal=self, sender=sender, **named)

File "/home/cchq/www/production/code_root/custom/m4change/signals.py",
line 95, in handle_m4change_forms
IMMUNIZATION_FORMS + FOLLOW_UP_FORMS:

NameError: global name 'FOLLOW_UP_FORMS' is not defined

Request repr() unavailable.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Simon Kelly
Senior Engineer | Dimagi South Africa

Hi Simon,

sorry, not sure why my previous e-mail didn't show on the list - I sent
a pull request with the fix: fixed import in signals by pawelreise · Pull Request #3385 · dimagi/commcare-hq · GitHub

Best regards
Pawel

··· On 05/09/2014 11:29 AM, Simon Kelly wrote: > I'm online if you need any assistance. > > > On 9 May 2014 11:08, Cory Zue <czue@dimagi.com > wrote: > > fyi this is broken on prod. please work with other devs to get it > resolved - i am offline today. > > > ---------- Forwarded message ---------- > From: > > Date: Fri, May 9, 2014 at 4:21 AM > Subject: [production] ERROR: Notify Exception: something went > wrong sending the cases_received signal for form > fc651fa3-05bc-4fa4-b840-c53af983c622: global name > 'FOLLOW_UP_FORMS' is not defined > To: commcarehq-ops@dimagi.com > > > Traceback (most recent call last): > > File "submodules/casexml-src/casexml/apps/case/xform.py", line > 74, in _process_cases > cases_received.send(sender=None, xform=xform, cases=cases) > > File > "/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py", > line 170, in send > response = receiver(signal=self, sender=sender, **named) > > File > "/home/cchq/www/production/code_root/custom/m4change/signals.py", > line 95, in handle_m4change_forms > IMMUNIZATION_FORMS + FOLLOW_UP_FORMS: > > NameError: global name 'FOLLOW_UP_FORMS' is not defined > > > Request repr() unavailable. > > -- > > --- > You received this message because you are subscribed to the Google > Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Simon Kelly > Senior Engineer | Dimagi South Africa > -- > > --- > You received this message because you are subscribed to the Google > Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

Thanks, merged.

··· On 9 May 2014 11:33, Paweł Reise wrote:

Hi Simon,

sorry, not sure why my previous e-mail didn't show on the list - I sent a
pull request with the fix: fixed import in signals by pawelreise · Pull Request #3385 · dimagi/commcare-hq · GitHub

Best regards
Pawel

On 05/09/2014 11:29 AM, Simon Kelly wrote:

I'm online if you need any assistance.

On 9 May 2014 11:08, Cory Zue czue@dimagi.com wrote:

fyi this is broken on prod. please work with other devs to get it
resolved - i am offline today.

---------- Forwarded message ----------
From: commcarehq-noreply+hqdjango4@dimagi.com
Date: Fri, May 9, 2014 at 4:21 AM
Subject: [production] ERROR: Notify Exception: something went wrong
sending the cases_received signal for form
fc651fa3-05bc-4fa4-b840-c53af983c622: global name 'FOLLOW_UP_FORMS' is not
defined
To: commcarehq-ops@dimagi.com

Traceback (most recent call last):

File "submodules/casexml-src/casexml/apps/case/xform.py", line 74, in
_process_cases
cases_received.send(sender=None, xform=xform, cases=cases)

File
"/home/cchq/www/production/python_env/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py",
line 170, in send
response = receiver(signal=self, sender=sender, **named)

File "/home/cchq/www/production/code_root/custom/m4change/signals.py",
line 95, in handle_m4change_forms
IMMUNIZATION_FORMS + FOLLOW_UP_FORMS:

NameError: global name 'FOLLOW_UP_FORMS' is not defined

Request repr() unavailable.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Simon Kelly
Senior Engineer | Dimagi South Africa


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Simon Kelly
Senior Engineer | Dimagi South Africa