| <type 'exceptions.UnicodeDecodeError'> | Python 2.7.3: /usr/local/bin/python Tue Jun 18 21:15:55 2013 |
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/mu.org/home/gus/fm/fs/flystashweb.cgi in |
| 563 newSpace() |
| 564 elif form.getvalue("otherStuff") is not None: |
| 565 otherStuff() |
| 566 else: |
| => 567 printItem(itemUUID) |
| printItem = <function printItem>, itemUUID = '7df7bd64-3a0b-01db-0eee-c0cbe4c4f9b3' |
| /home/mu.org/home/gus/fm/fs/flystashweb.cgi in printItem(uuid='7df7bd64-3a0b-01db-0eee-c0cbe4c4f9b3', item={'bodyExtra': '', 'createDate': <DateTime '20060901T15:44:57' at 8017d1128>, 'data': '<h2>New in VoodooPad 3.1:</h2>\n\n<p>(If you are n... the link instead of the current page.</li>\n</ul>', 'displayName': u'New in 3.1', 'edit': u'<a href="/fs/flystashweb.cgi?edit=7df7bd64-3a0b-...ce=353ec59a-c72a-01d9-0eb2-c0cbe4c48523">Edit</a>', 'history': u'<a href="/fs/flystashweb.cgi?item=7df7bd64-3a0b-01db-0eee-c0cbe4c4f9b3&version=19">History</a>', 'imagesDir': '/fs/images', 'metaName': u'Newin3.1', 'mimeType': u'text/textile', 'modifiedDate': <DateTime '20061129T04:11:57' at 8017d1170>, ...}) |
| 289 #print type(item['data']) |
| 290 |
| => 291 out.write(template % defaultTemplateDict(item)) |
| 292 |
| 293 def allPages(): |
| global out = <open file '<stdout>', mode 'w'>, out.write = <bound method StreamWriter.write of <open file '<stdout>', mode 'w'>>, template = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN... </td>\n </table>\n \n</body>\n</html>\n', global defaultTemplateDict = <function defaultTemplateDict>, item = {'bodyExtra': '', 'createDate': <DateTime '20060901T15:44:57' at 8017d1128>, 'data': '<h2>New in VoodooPad 3.1:</h2>\n\n<p>(If you are n... the link instead of the current page.</li>\n</ul>', 'displayName': u'New in 3.1', 'edit': u'<a href="/fs/flystashweb.cgi?edit=7df7bd64-3a0b-...ce=353ec59a-c72a-01d9-0eb2-c0cbe4c48523">Edit</a>', 'history': u'<a href="/fs/flystashweb.cgi?item=7df7bd64-3a0b-01db-0eee-c0cbe4c4f9b3&version=19">History</a>', 'imagesDir': '/fs/images', 'metaName': u'Newin3.1', 'mimeType': u'text/textile', 'modifiedDate': <DateTime '20061129T04:11:57' at 8017d1170>, ...} |
<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xe2 in position 572: ordinal not in range(128)
args =
('ascii', '<h2>New in VoodooPad 3.1:</h2>\n\n<p>(If you are n... the link instead of the current page.</li>\n</ul>', 572, 573, 'ordinal not in range(128)')
encoding =
'ascii'
end =
573
message =
''
object =
'<h2>New in VoodooPad 3.1:</h2>\n\n<p>(If you are n... the link instead of the current page.</li>\n</ul>'
reason =
'ordinal not in range(128)'
start =
572