Hi Adrian,
On Wed, Jul 19, 2023 at 03:20:06PM +0300, Adrian Popa wrote:
Thanks, I had missed that! Perhaps it would be helpful for bankd to explicitly log that no reader was found according to the regex - in my case the problem wasn't obvious, and the client would keep retrying in a loop.
I just checked the source code, and it contains the following log statement:
LOGW(worker, "Error: Cannot find PC/SC reader/slot matching using regex '%s'\n", worker->reader.name)
So you should have this "Cannot find PC/SC reader/slot matching ..." message in your log files.
Please let us know if the message did not show up, so we can investigate why it is not printed.