-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi,
When I execute in python
a = "N4IgKgTglghgNgBQPZQHYBcQC4DaOCMALPgOwn4AcJFhAnAMwkA0IAVOwAQDK6ME6HdNHgd2rEAF0JAXyAA="
x = lzstring.LZString()
x.decompresFromBase64(a)it throws me the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "lzstring.py", line 578, in decompresFromBase64
output += chr(output_ | chr2)
ValueError: chr() arg not in range(256)
But in the javascript implementation it decodes it perfectly.
Metadata
Metadata
Assignees
Labels
No labels