TorControl: Unrecognized (node) key errors
OK, I am not 100% sure whether this is a new bug, though I thought to report it anyway, just in case.
Some background: Alongside tor, sometimes I use event handler, which reports all tor events I am interested in (mainly to create and close streams and also to display the full path of those streams, together with their IP address and country code).
All this is java based (I will try to attach the java code - 3 files in total - at the end of this report).
Up until I upgraded to 0.2.4.3, everything was OK, but since the upgrade I started getting a lot of errors like these:
Error from Tor process: dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$97B867190D2A0387F3259EA65664A90884A8BDC4" [null] Error from Tor process: dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$A1130635A0CDA6F60C276FBF6994EFBD4ECADAB1" [null] Error from Tor process: dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$8894CAA82AA1DC8B72B679ACB54FFED561737B68" [null] Error from Tor process: dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$F4EAE475A7117DD53EF631F031F000966972A2F5" [null] Error from Tor process: dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$6330CCF8FEED2EF9B12FCF6688E2577C65522BA4" [null] Exception in thread "Thread-0" dash.four.tor.torctl.TorControlError: Error reply: Unrecognized key "desc/id/$B749E078AD23AFA33D5BD2FF1AD15EE6409E3D04"
These are caused by the DebuggingEventHandler, and con.getInfo("desc/id/" + node) in particular.
Am I missing something or has the API changed in 0.2.4.3? the same code used to work, with very small exceptions in 0.2.3.x.
Let me know if you need any more info from me.
Trac:
Username: mr-4