Post
Topic
Board Armory
Topic OP
Strange "invalid propose" error in new "autodb" branch
by
Aethereal
on 25/06/2025, 13:05:30 UTC
Hello,
the latest autodb branch compiles correctly (but still doesn't load old "python" wallets). I am getting a strange error on console at launch though:

Code:
-INFO  - 2025-06-25 - 12:18:14.362: (../../cppForSwig/BridgeAPI/BridgeMain.cpp:61) cppbridge args:
 - datadir: /home/test/.armory/
 - offline: 1
 - auth mode: 1
 - db port: 9001
 - bridge port: 52333
invalid propose

The program seems to go on fine, and there are no errors logged in bridgeLog.txt

On exiting, a different error show up on console but the exiting process seems to succeed:

Code:
-ERROR - 2025-06-25 - 13:24:40.871: (../../cppForSwig/SocketObject.cpp:423) recv error: 0, aborting
-INFO  - 2025-06-25 - 13:24:40.871: (../../cppForSwig/BridgeAPI/BridgeMain.cpp:91) exiting

All happened while in offline mode (forced with --offline flag on invoking python)
I'll keep doing some tries when there'll be new commits.