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
Working if ran from console or unix executable / However when built into Application Bundle Fails with the following issue:
File "chainbreaker/__init__.py", line 111, in __init__
File "chainbreaker/__init__.py", line 634, in unlock_password
File "chainbreaker/__init__.py", line 388, in _generate_master_key
AttributeError: 'NoneType' object has no attribute 'Salt'
The text was updated successfully, but these errors were encountered:
title, no longer working on Ventura Mac OS
Working if ran from console or unix executable / However when built into Application Bundle Fails with the following issue:
The text was updated successfully, but these errors were encountered: