We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running twib run -a <file.nro> sits with no output most of the time. One one occasion I did receive an error of:
twib run -a <file.nro>
5][2021-03-21 21:21] common/ResultError.cpp:39: Caught 0x7d8ef (2239-1004, TWILI_ERR_PROTOCOL_UNRECOGNIZED_DEVICE): Unrecognized device [5][2021-03-21 21:21] common/ResultError.cpp:41: The bridge daemon did not recognize the requested device.
However I don't have any details on the specifics of what caused that.
The device is connected and showing in twib list-devices with expected values being shown by twib identify.
twib list-devices
twib identify
Output of twibd when running twib debug is as follows:
twibd
twib debug
-- Journal begins at Sat 2021-03-20 15:52:51 GMT. -- Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:131: posted request Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:147: Process: dequeued job: 1 Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:154: dispatching request Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:155: client id: 86eb5a78 Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:156: device id: 26178a6e Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:157: object id: 00000000 Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:158: command id: 00000015 Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:159: tag: c05dae7a Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:197: sending request via device Mar 21 21:29:42 Bear-PC twibd[13944]: daemon/Daemon.cpp:127: removing client 86eb5a78 Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:100: incoming connection detected Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/Daemon.cpp:107: adding client with newly assigned id 7d7441e8 Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:122: posting request Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:131: posted request```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
twib run -a <file.nro>
sits with no output most of the time. One one occasion I did receive an error of:However I don't have any details on the specifics of what caused that.
The device is connected and showing in
twib list-devices
with expected values being shown bytwib identify
.Output of
twibd
when runningtwib debug
is as follows:The text was updated successfully, but these errors were encountered: