| |
| ||||||||||||||||||
| KeyError | Python 2.4.3: /usr/bin/python Thu Feb 23 02:43:24 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/content/66/4627966/html/py/user_agent.py |
| 123 version = filterNumbers(version) |
| 124 #Test if it's compatible with site and apps |
| 125 min_site = [0,1][version >= site_requirements[browser][0]] |
| 126 min_apps = [0,1][version >= site_requirements[browser][1]] |
| 127 |
| min_site undefined, version = 1.0, site_requirements = {'Android': [0, 2.2999999999999998], 'BlackBerry': [0, 9999], 'Chrome': [4, 14], 'Chromium': [4, 14], 'Dolphin': [0, 9999], 'Firefox': [3.6000000000000001, 6], 'Firefox Mobile': [0, 9999], 'Googlebot': [0, 0], 'Internet Explorer': [8, 10], 'Opera': [0, 11], ...}, browser = 'Other' |
KeyError: 'Other'
args = ('Other',)