Closed Bug 664881 Opened 13 years ago Closed 13 years ago

Exception: Responsys API URL must start with HTTPS on specifying user email address

Categories

(Websites :: webifyme.org, defect)

defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: krupa.mozbugs, Unassigned)

References

Details

(Whiteboard: [qa-blocker])

steps to reproduce:
1. Complete the quiz
2. Provide all the relevant info like collage name and specify an email address
3. Click to show the collage

observed behavior:
traceback on specifying email address


traceback:
Environment:

Request Method: POST
Request URL: http://webifyme-dev.allizom.org/en-US/quiz/
Django Version: 1.2.5
Python Version: 2.6.6
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'djcelery',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'ff4.things',
 'south',
 'tower',
 'product_details']
Installed Middleware:
('commons.middleware.LocaleURLMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.locale.LocaleMiddleware')


Traceback:
File "/data/www/python/webifyme.org/webifyme/ff4/vendor/src/django/django/core/handlers/base.py" in get_response
  100.                     response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/python/webifyme.org/webifyme/ff4/things/views.py" in quiz
  265.             subscribe('MOZILLA_AND_YOU', form.cleaned_data['email'])
File "/data/www/python/webifyme.org/webifyme/ff4/../ff4/things/responsys.py" in subscribe
  34.         raise Exception('Responsys API URL must start with HTTPS.')

Exception Type: Exception at /quiz/
Exception Value: Responsys API URL must start with HTTPS.
Depends on: 664883
oremj fixed this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
No traceback while creating collages. Marking this as verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.