<type 'exceptions.UnicodeDecodeError'> | Python 2.7.18: /usr/bin/python2 Sun Jun 15 09:08:39 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.
/www/html/furna/search.cgi in <module>() |
549 pmid, |
550 Motif_ID, |
=> 551 ccd_http, |
552 ) |
553 fp.close() |
ccd_http = '' |
<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xce in position 1062: ordinal not in range(128)
args =
('ascii', '\n<tr BGCOLOR="#DEDEDE">\n <td align=center>\n ...>\n <td align=center></td>\n <td></td>\n</tr>\n', 1062, 1063, 'ordinal not in range(128)')
encoding =
'ascii'
end =
1063
message =
''
object =
'\n<tr BGCOLOR="#DEDEDE">\n <td align=center>\n ...>\n <td align=center></td>\n <td></td>\n</tr>\n'
reason =
'ordinal not in range(128)'
start =
1062