Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ InvalidStringException
Class
InvalidStringException
src/fallback/umsgpack/umsgpack.py:166–168 ·
view source on GitHub ↗
Invalid UTF-8 string encountered during unpacking.
Source
from the content-addressed store, hash-verified
164
165
166
class
InvalidStringException(UnpackException):
167
"Invalid UTF-8 string encountered during unpacking."
168
pass
169
170
171
class
ReservedCodeException(UnpackException):
Callers
1
_unpack_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected