It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

--> -->
 
 
<type 'exceptions.UnicodeDecodeError'>
Python 2.7.18: /usr/bin/python
Thu May 2 13:55:24 2024

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 = '<div class="specialmessage">\n<p>It looks like th...the address of your feed to validate.</p>\n</div>\n', checker_app = <function checker_app>, os = <module 'os' from '/usr/lib64/python2.7/os.pyc'>, os.environ = {'HTTP_REFERER': 'http://www.feedvalidator.org/c...2-52-14-121-242.us-east-2.compute.amazonaws.com'}, start_response = <function start_response>
 /var/www/www.feedvalidator.org/html/check.cgi in checker_app(environ={'HTTP_REFERER': 'http://www.feedvalidator.org/c...2-52-14-121-242.us-east-2.compute.amazonaws.com'}, start_response=<function start_response>)
    300                 if msc == Error:
    301                     from feedvalidator.logging import ObsoleteNamespace
=>  302                     if len(output.getErrors())==1 and \
=>  303                         isinstance(output.data[0],ObsoleteNamespace):
    304                         yield applyTemplate('notsupported.tmpl')
builtin len = <built-in function len>, output = [<feedvalidator.logging.HttpError instance at 0x...tor.logging.SAXError instance at 0x7f179ad9eb90>], output.getErrors = <bound method Formatter.getErrors of [<feedvalid...or.logging.SAXError instance at 0x7f179ad9eb90>]>, builtin isinstance = <built-in function isinstance>, output.data = [<feedvalidator.logging.HttpError instance>, <feedvalidator.logging.UnexpectedContentType instance>, <feedvalidator.logging.SAXError instance>, <feedvalidator.logging.SAXError instance>, <feedvalidator.logging.UndefinedElement instance>, <feedvalidator.logging.SAXError instance>], ObsoleteNamespace = <class feedvalidator.logging.ObsoleteNamespace>
 /var/www/www.feedvalidator.org/html/src/feedvalidator/formatter/base.py in getErrors(self=[<feedvalidator.logging.HttpError instance at 0x...tor.logging.SAXError instance at 0x7f179ad9eb90>])
     17 
     18   def getErrors(self):
=>   19     return [self.format(msg) for msg in self.data if isinstance(msg,Error)]
     20 
     21   def getWarnings(self):
self = [<feedvalidator.logging.HttpError instance at 0x...tor.logging.SAXError instance at 0x7f179ad9eb90>], self.format = <bound method Formatter.format of [<feedvalidato...or.logging.SAXError instance at 0x7f179ad9eb90>]>, msg = <feedvalidator.logging.HttpError instance>, self.data = [<feedvalidator.logging.HttpError instance>, <feedvalidator.logging.UnexpectedContentType instance>, <feedvalidator.logging.SAXError instance>, <feedvalidator.logging.SAXError instance>, <feedvalidator.logging.UndefinedElement instance>, <feedvalidator.logging.SAXError instance>], builtin isinstance = <built-in function isinstance>, global Error = <class feedvalidator.logging.Error>
 /var/www/www.feedvalidator.org/html/src/feedvalidator/formatter/text_html.py in format(self=[<feedvalidator.logging.HttpError instance at 0x...tor.logging.SAXError instance at 0x7f179ad9eb90>], event=<feedvalidator.logging.HttpError instance>)
    100       rc += u'''<span class="message">%s: <code>%s</code></span>''' % (escape(self.getMessage(event)), escape(unicode(event.params['value'])))
    101     else:
=>  102       rc += u'''<span class="message">%s</span>''' % escape(self.getMessage(event))
    103     rc += u'''%s ''' % self.getCount(event)
    104     rc += u'''[<a title="more information about this error" href="%s.html">help</a>]</p>''' % self.getHelpURL(event)
rc = u'<li><p>', global escape = <function escape>, self = [<feedvalidator.logging.HttpError instance at 0x...tor.logging.SAXError instance at 0x7f179ad9eb90>], self.getMessage = <bound method Formatter.getMessage of [<feedvali...or.logging.SAXError instance at 0x7f179ad9eb90>]>, event = <feedvalidator.logging.HttpError instance>

<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xd0 in position 32: ordinal not in range(128)
      args = ('ascii', 'Server returned HTTP Error 404: \xd0\x9f\xd1\x80\xd0\xb5\xd0\xb4\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2...\xd0\xb9\xd0\xb4\xd0\xb5\xd0\xbd\xd0\xbe [name, type, prefix]: k2, html, k2View', 32, 33, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 33
      message = ''
      object = 'Server returned HTTP Error 404: \xd0\x9f\xd1\x80\xd0\xb5\xd0\xb4\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2...\xd0\xb9\xd0\xb4\xd0\xb5\xd0\xbd\xd0\xbe [name, type, prefix]: k2, html, k2View'
      reason = 'ordinal not in range(128)'
      start = 32