<type 'exceptions.KeyError'> | Python 2.7.18: /usr/bin/python Fri May 9 00:00:08 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/www.feedvalidator.org/html/check.cgi in <module>() |
344 print '%s: %s\r\n' % (header, value), |
345 print |
=> 346 for output in checker_app(os.environ, start_response): |
347 print output.decode('utf-8') |
348 else: |
output undefined, checker_app = <function checker_app>, os = <module 'os' from '/usr/lib64/python2.7/os.pyc'>, os.environ = {'HTTP_REFERER': 'http://www.feedvalidator.org/c...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, start_response = <function start_response> |
/var/www/www.feedvalidator.org/html/check.cgi in checker_app(environ={'HTTP_REFERER': 'http://www.feedvalidator.org/c...HTTP_ACCEPT_ENCODING': 'gzip, br, zstd, deflate'}, start_response=<function start_response>) |
270 rawdata = validationData['rawdata'] |
271 |
=> 272 htmlUrl = escapeURL(urllib.quote(url)) |
273 try: |
274 htmlUrl = htmlUrl.encode('idna') |
htmlUrl undefined, global escapeURL = <function escapeURL>, global urllib = <module 'urllib' from '/usr/lib64/python2.7/urllib.pyc'>, urllib.quote = <function quote>, url = u'https://www.\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e21\u0e32\u0e01\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e17\u0e22.com/feed_atom' |
/usr/lib64/python2.7/urllib.py in quote(s=u'https://www.\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e21\u0e32\u0e01\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e17\u0e22.com/feed_atom', safe='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-/') |
1304 if not s.rstrip(safe): |
1305 return s |
=> 1306 return ''.join(map(quoter, s)) |
1307 |
1308 def quote_plus(s, safe=''): |
builtin map = <built-in function map>, quoter = <built-in method __getitem__ of dict object>, s = u'https://www.\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e21\u0e32\u0e01\u0e48\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e17\u0e22.com/feed_atom' |
<type 'exceptions.KeyError'>: u'\u0e1c'
args =
(u'\u0e1c',)
message =
u'\u0e1c'