Actions: rocketride-org/rocketride-server
Actions
2,500+ workflow runs
2,500+ workflow runs
self.IGlobal.reader(image_data), but neither Reader nor
ReaderBase defines __call__, so it raised TypeError on the first document. Past
that, it emitted via self.writeText, which is IInstanceBase's inbound handler
with a pass body, so the text was discarded silently.
Use reader.read() under readerLock and emit via self.instance.writeText, both
matching the image path. Unreachable from the fullte...
CI
#4787:
Commit 1138936
pushed
by
asclearuc
pass, so every diagnostic — including both except
handlers' tracebacks — was formatted and thrown away. Table extraction could
fail on every image while the node reported success.
_diag now calls debug(), gated engine-side by --trace=debugOut. The two
swallowed exceptions call warning() instead, so they reach ...
CI
#4786:
Commit 334cdfb
pushed
by
asclearuc