Closed Bug 764209 Opened 12 years ago Closed 10 years ago

[traceback] AttributeError: 'NoneType' object has no attribute 'find'

Categories

(addons.mozilla.org Graveyard :: Add-on Builder, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: stephend, Unassigned)

Details

(Whiteboard: [contribute])

Here's the Sentry URL for the following traceback: http://sentry.dmz.phx1.mozilla.com/builder-addons-dev/group/438/


AttributeError: 'NoneType' object has no attribute 'find'

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "django/views/decorators/http.py", line 45, in inner
    return func(request, *args, **kwargs)

  File "django/contrib/auth/decorators.py", line 23, in _wrapped_view
    return view_func(request, *args, **kwargs)

  File "jetpack/views.py", line 344, in add_module
    mod.save()

  File "jetpack/models.py", line 2152, in save
    return super(Module, self).save(*args, **kwargs)

  File "base/models.py", line 16, in save
    self.full_clean()

  File "django/db/models/base.py", line 814, in full_clean
    self.clean()

  File "jetpack/models.py", line 2176, in clean
    first_period = self.filename.find('.')
Whiteboard: [contribute]
The builder project has been discontinued as of April 1st, 2014.

The announcement last year: https://blog.mozilla.org/addons/2013/12/18/add-on-builder/

Next steps (still being written): https://developer.mozilla.org/en-US/Add-ons/SDK/Builder
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.