Closed
Bug 801776
Opened 13 years ago
Closed 13 years ago
[socorro-crashstats] [traceback] ValueError: time data 'hTTp://netsparker.com/n ' does not match format '%m/%d/%Y %H:%M:%S'
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: peterbe)
References
()
Details
http://crash-stats-new-dev.allizom.org/query/?build_id=3&date=hTTp%3a%2f%2fnetsparker.com%2fn&hang_type=any&platform=windows&plugin_field=filename&plugin_query=3&plugin_query_type=is_exactly&process_type=any&product=Firefox&query=3&query_search=signature&query_type=is_exactly&range_unit=hours&range_value=1&reason=3&version=ALL%3aALL throws the following:
Traceback (most recent call last):
File "/data/socorro-crashstats/vendor/lib/python/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/socorro-crashstats/crashstats/crashstats/views.py", line 196, in inner
return view(request, *args, **kwargs)
File "/data/socorro-crashstats/crashstats/crashstats/views.py", line 973, in query
datetime_ui_format
File "/usr/lib64/python2.6/_strptime.py", line 325, in _strptime
(data_string, format))
ValueError: time data 'hTTp://netsparker.com/n' does not match format '%m/%d/%Y %H:%M:%S'
| Reporter | ||
Updated•13 years ago
|
Summary: [traceback] ValueError: time data 'hTTp://netsparker.com/n' does not match format '%m/%d/%Y %H:%M:%S' → [socorro-crashstats] [traceback] ValueError: time data 'hTTp://netsparker.com/n' does not match format '%m/%d/%Y %H:%M:%S'
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•13 years ago
|
||
That's now returning a 400 error.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
Verified FIXED:
[17:50:10.858] GET http://crash-stats-new-dev.allizom.org/query/?build_id=3&date=hTTp%3a%2f%2fnetsparker.com%2fn&hang_type=any&platform=windows&plugin_field=filename&plugin_query=3&plugin_query_type=is_exactly&process_type=any&product=Firefox&query=3&query_search=signature&query_type=is_exactly&range_unit=hours&range_value=1&reason=3&version=ALL%3aALL [HTTP/1.1 400 BAD REQUEST 614ms]
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•