Nacos
Nacos
FYI, this is a work in progress. I do not know if this is the right approach to fix this issue. Would love some feedback about my proposed change. Also,...
Hi, > Last year I intended to simply replace `at|line` with `\S+` as I assume all languages use a single word and the same placements. Unfortunately I had some issues...
Hi @alexpevzner, Thanks for your answer. The scan will kind of "hang" there until I forcefully terminate it with a Ctrl-C or another method (kill/etc...). I hear no scanning/motor noise...
I never attempted to build SANE related software from sources but I can try. This may take some time though as I have a limited access to this hardware. (hardware...
Hi @alexpevzner , I have been able to build sane-airscan from source (last commit is `b1cd63f32bb5fb3e38bf787a3a3a7b52dc3ecf22`) and replace the library with the following commands : ``` sudo mv /usr/lib/x86_64-linux-gnu/sane/libsane-airscan.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-airscan.so.1.default...
Hi, I have configured the device to use HTTPS as per your instructions. I tried to perform a scan again. According to [the logs](https://github.com/alexpevzner/sane-airscan/files/10774925/trace.zip), I'm now using HTTPS and still...
Hi, I have made the requested changes ``` username@machine:~/github/sane-airscan$ vim airscan-escl.c username@machine:~/github/sane-airscan$ git diff diff --git a/airscan-escl.c b/airscan-escl.c index 5721cf5..3a3609a 100644 --- a/airscan-escl.c +++ b/airscan-escl.c @@ -839,7 +839,7 @@ escl_scan_decode...