I got many copies of these errors when I tried to load my inbox.
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)
File "site-packages\wx-3.0-msw\wx\_core.py", line 16766, in <lambda>
File "include\HydrusController.py", line 227, in ProcessPubSub
try: self._pubsub.Process()
File "include\HydrusPubSub.py", line 127, in Process
callable( *args, **kwargs )
File "include\ClientGUICommon.py", line 4096, in SetTagsByMediaPubsub
self.SetTagsByMedia( media, force_reload = force_reload )
File "include\ClientGUICommon.py", line 4007, in SetTagsByMedia
self._RecalcStrings( tags_changed )
File "include\ClientGUICommon.py", line 3821, in _RecalcStrings
tag_string = self._GetTagString( tag )
File "include\ClientGUICommon.py", line 3763, in _GetTagString
if self._show_pending and tag in self._pending_tags_to_count: tag_string += ' (+' + HydrusData.ConvertIntToPrettyString( self._pending_tags_to_count[ tag ] ) + ')'
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)
File "include\ClientGUIMedia.py", line 1948, in EventPaint
self._DrawCanvasPage( page_index, bmp )
File "include\ClientGUIMedia.py", line 1254, in _DrawCanvasPage
dc.DrawBitmap( thumbnail.GetBmp(), x, y )
File "include\ClientGUIMedia.py", line 2981, in GetBmp
upper_info_string += ', '.join( series )
I tried opening a new tab to see if maybe there were some particular images/tags causing the issue, but this new tab is loading everything fine. It's only when I switch back to the original inbox tab that the errors appear.
Post too long. Click here to view the full text.