Closed Bug 1100520 Opened 10 years ago Closed 9 years ago

[traceback] UnicodeEncodeError: 'decimal' codec can't encode character u'\x00' in position 1: invalid decimal Unicode string

Categories

(support.mozilla.org :: Questions, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: stephend, Unassigned)

References

()

Details

(Whiteboard: [fuzzer] u=fuzzer c=questions p=2 s=2014.22)

This URL throws: https://support-dev.allizom.org/en-US/questions/firefox-os?show=%2527 :

UnicodeEncodeError: 'decimal' codec can't encode character u'\x00' in position 1: invalid decimal Unicode string

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "newrelic/hooks/framework_django.py", line 492, in wrapper
    return wrapped(*args, **kwargs)
  File "mobility/decorators.py", line 23, in wrapper
    return f(request, *args, **kw)
  File "kitsune/questions/views.py", line 117, in question_list
    'offtopic', request.session.get('questions_offtopic', False)))

Errormill: https://errormill.mozilla.org/support/sumo-dev/group/174226/
:mythmon -- mind grabbing this?
Flags: needinfo?(mcooper)
I'm not sure I know what to do about this right now, but I can toss it in our next sprint to look at. This doesn't look critical enough to drop things to work on it to me.
Flags: needinfo?(mcooper)
Whiteboard: [fuzzer] → [fuzzer] u=fuzzer c=questions p=2 s=2014.22
(In reply to Stephen Donner [:stephend] from comment #0)
> This URL throws:
> https://support-dev.allizom.org/en-US/questions/firefox-os?show=%2527 :

This is not the right URL for this traceback. We had already fixed the show= case in a previous bug:
https://support.mozilla.org/en-US/questions/firefox-os?show=%2527

Errormill suggests this url:
https://support.allizom.org/en-US/questions/firefox-os?offtopic=1%00%27%22--%3e%3c%2fstyle%3e%3c%2fscRipt%3e%3cscRipt%3enetsparker(0x0037DD)%3c%2fscRipt%3e

That doesn't 500 for me either. So closing this out. Reopen if you have a URL that 500s.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.