Closed
Bug 841862
Opened 13 years ago
Closed 13 years ago
Traceback: OverflowError: cannot convert float infinity to integer
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: retornam, Unassigned)
References
()
Details
Traceback (most recent call last):
File "/data/www/developer.mozilla.org/kuma/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/developer.mozilla.org/kuma/vendor/src/django/django/views/decorators/http.py", line 37, in inner
return func(request, *args, **kwargs)
File "/data/www/developer.mozilla.org/kuma/apps/wiki/views.py", line 168, in process
return func(request, *args, **kwargs)
File "/data/www/developer.mozilla.org/kuma/apps/wiki/views.py", line 202, in _added_header
response = func(request, *args, **kwargs)
File "/data/www/developer.mozilla.org/kuma/apps/wiki/views.py", line 1422, in compare_revisions
to_id = smart_int(request.GET.get('to'))
File "/data/www/developer.mozilla.org/kuma/apps/sumo/utils.py", line 50, in smart_int
return int(float(string))
OverflowError: cannot convert float infinity to integer
Comment 1•13 years ago
|
||
Is this the Traceback that was flooding everyone's email today?
Comment 2•13 years ago
|
||
Looks like it, and looks like Les fixed it with https://github.com/mozilla/kuma/commit/136ba15c11b3f8bd48ae416fd9433a5dca5191e4
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•