| <type 'exceptions.KeyError'> | Python 2.7.13: /usr/bin/python Tue Jul 6 16:29:19 2021 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/local/apache/cgi-bin/query in |
| 503 import doctest |
| 504 doctest.testmod() |
| => 505 main() |
| 506 |
| 507 exit() |
| main = <function main> |
| /usr/local/apache/cgi-bin/query in main() |
| 360 if collid_match: |
| 361 code = collid_match.group(1) |
| => 362 collection = RETIRED_GMD_P1[code] |
| 363 else: |
| 364 collection = RETIRED_P1[legacy_index] |
| collection = None, global RETIRED_GMD_P1 = {'armap': 'american-revolutionary-war-maps', 'citymap': 'cities-and-towns', 'cwmap': 'civil-war-maps', 'dsxpmap': 'discovery-and-exploration', 'hotchmap': 'hotchkiss-maps', 'klpmap': 'louisiana-european-explorations-and-the-louisiana-purchase', 'lmmap': 'maps-of-liberia-1830-to-1870', 'milmap': 'military-battles-and-campaigns', 'npmap': 'national-parks-maps', 'pmmap': 'panoramic-maps', ...}, code = 'setlmap' |
<type 'exceptions.KeyError'>: 'setlmap'
args =
('setlmap',)
message =
'setlmap'