I am unable to use watch-only wallets to generate receiving addresses. Every time I click on the "Receive Bitcoins" button, select a watch-only wallet, and click the "OK" button (Error #1), I get the "Loading..." window with progress bar showing 0% (it sits there forever until I click on "X" to close it).
If I go into the "Wallet Properties" window and click on the "Receive Bitcoins" link/button (Error #2), it does not respond at all.
The following error messages get logged in the armorylog.txt file.
Error #1:
2021-12-04 13:42 (ERROR) -- Traceback (most recent call last):
File "ArmoryQt.py", line 3490, in clickReceiveCoins
File "qtdialogs.pyc", line 2062, in showRecvCoinsWarningIfNecessary
AttributeError: 'ArmoryMainWindow' object has no attribute 'Warning'
Error #2:
2021-12-04 13:43 (ERROR) -- Traceback (most recent call last):
File "qtdialogs.pyc", line 1541, in getNewAddress
File "qtdialogs.pyc", line 2062, in showRecvCoinsWarningIfNecessary
AttributeError: 'DlgWalletDetails' object has no attribute 'Warning'
I created a full test wallet, it loads the "New Receiving Address" window with no issues.
It's a two-system setup on Windows 10 OS.
Thank you.