Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core to Tails encrypted Persistent Storage, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
46
stars
9
forks
source link
TypeError: unsupported operand type(s) for +: 'PosixPath' and 'str' #187
Describe the bug
A clear and concise description of what the bug is.
codex32_confirm.py
line 45
in init
self.set_icon_from_file(xdg_data_home() + "/icons/bails128.png")
TypeError: unsupported operand type(s) for +: 'PosixPath' and 'str'
Also install-core: line 123: cd: /live/persistence/TailsData_unlocked/dotfiles/.local/share/bitcoin: No such file or directory
To Reproduce
I tried to create a 1 of 1 codex32 seed backup.
Expected behavior
I expected to be able to confirm my backup I wrote down.
Describe the bug A clear and concise description of what the bug is. codex32_confirm.py line 45 in init self.set_icon_from_file(xdg_data_home() + "/icons/bails128.png") TypeError: unsupported operand type(s) for +: 'PosixPath' and 'str'
Also install-core: line 123: cd: /live/persistence/TailsData_unlocked/dotfiles/.local/share/bitcoin: No such file or directory
To Reproduce I tried to create a 1 of 1 codex32 seed backup.
Expected behavior I expected to be able to confirm my backup I wrote down.