I'm getting the same error when trying to run Armory on Windows 10 x64, providing remote IP and PORT to a nginx setup of an ArmoryDB.
ArmoryQt.exe --armorydb-ip=10.10.10.26 --armorydb-port=9002
Traceback (most recent call last):
File "ArmoryQt.py", line 44, in
File "armoryengine\ALL.pyc", line 10, in
File "armoryengine\BDM.pyc", line 372, in
File "armoryengine\BDM.pyc", line 158, in __init__
File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'
Running the same command on Linux is working fine.
Any clue what could be causing this?
Thx