Can't add entries to black list using Add Entry button #1138
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#1138
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@g1itch:
Came over in bitmessage chan:
Unhandled exception
Traceback (most recent call last):
File "PyBitmessage/src/bitmessageqt/blacklist.py", line 59, in click_pushButtonAddBlacklist
if self.NewBlacklistDialogInstance.ui.labelAddressCheck.text() == _translate("MainWindow", "Address is valid."):
AttributeError: 'AddAddressDialog' object has no attribute 'ui'
Can't add entries to black list using Add Entry button
is anyone experiencing the same problem?
Hmm, I see the source. Fortunately
blacklist
module is not part of mergedui-refactoring
branch, so this is not my mistake. Testing patch now.odd I haven't had this problem before
7800272
Excuse me, part of it is mine. After dialog refactoring this code started to fail because it relies on old dialog members.
thanks