q
q copied to clipboard
Address issue #253
UnicodeDecodeError was being treated as a ValueError, since it is a subclass, but it doesn't have the .message attribute, which caused an uncaught exception.
Handled as part of the new beta version