You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config declaration for the default encryption key causes an exception if no key is specified in the configuration file.
Is this a python < 3.3 issue?
[...]
File "/home/major/Dev/logzen/backend/src/logzen/web/api/auth.py", line 37, in
default=lambda: random.getrandbits(4096).to_bytes(512, 'little'))
AttributeError: 'long' object has no attribute 'to_bytes'
The text was updated successfully, but these errors were encountered:
The config declaration for the default encryption key causes an exception if no key is specified in the configuration file.
Is this a python < 3.3 issue?
[...]
File "/home/major/Dev/logzen/backend/src/logzen/web/api/auth.py", line 37, in
default=lambda: random.getrandbits(4096).to_bytes(512, 'little'))
AttributeError: 'long' object has no attribute 'to_bytes'
The text was updated successfully, but these errors were encountered: