Skip to content
New issue

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

HP ENVY Photo 6232 - PDF multiple pages ? #815

Open
boulete31 opened this issue Dec 10, 2023 · 6 comments
Open

HP ENVY Photo 6232 - PDF multiple pages ? #815

boulete31 opened this issue Dec 10, 2023 · 6 comments

Comments

@boulete31
Copy link

boulete31 commented Dec 10, 2023

Hi,
I use a hp envy photo 6232.

I don't understand how it's possible to produce a pdf with multiple pages .
When i start a pdf scan, the pdf file stay in the temp folder.
When I start a scan pdf again, the temp file finally goes to the destination folder and the the new file stays stuck in the temp folder.

Here's my dockercompose file:

version: "3"

services:
  node-scan:
    image: docker.io/manuc66/node-hp-scan-to:latest
    hostname: node-hp-scan-to
    environment:
      - IP=192.168.168.159
      - LABEL=Reseau
      - PATTERN="scan"_dd.mm.yyyy_hh:MM:ss
      - PGID=1000
      - PUID=1000
      - TZ=Europe/London
    volumes:
      - /mnt/disk2/DOCUMENTS/SCAN:/scan
    restart: unless-stopped

Thank you

@manuc66
Copy link
Owner

manuc66 commented Dec 11, 2023

Hello @boulete31

I was not able to reproduce the issue you're mentionning, could you send the log ?

@boulete31
Copy link
Author

boulete31 commented Dec 12, 2023

Hi,
Here's the logs when I scan a single page. The file stay stuck in the temp folder and never arrive in the destination folder.

2023-12-12T08:17:16.234712703Z Using device ip: 192.168.168.159
2023-12-12T08:17:26.242256681Z Device ip: 192.168.168.159 is down! [2023-12-12T08:17:26.241Z]
2023-12-12T08:17:40.323935505Z Device ip: 192.168.168.159 is up again! [2023-12-12T08:17:40.323Z]
2023-12-12T08:17:40.324448207Z Target folder: /scan
2023-12-12T08:17:40.327322721Z Temp folder: /tmp/scan-to-pcbldEdm
2023-12-12T08:17:40.829423617Z Running iteration: 0 - errorCount: 0
2023-12-12T08:17:40.838406879Z Host destinations fetched: 
2023-12-12T08:17:41.048537824Z New Destination registered: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:17:41.048590022Z Using: Reseau
2023-12-12T08:17:41.048631656Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:17:41.049121982Z Start listening for new ScanEvent
2023-12-12T08:19:49.821370074Z Scan event captured, saving scan #0
2023-12-12T08:19:49.838789974Z Waiting user input: 1/50
2023-12-12T08:19:51.126988215Z Waiting user input: 2/50
2023-12-12T08:19:52.383580445Z Waiting user input: 3/50
2023-12-12T08:19:53.593240569Z Waiting user input: 4/50
2023-12-12T08:19:54.609086639Z Waiting user input: 5/50
2023-12-12T08:19:55.730305305Z Waiting user input: 6/50
2023-12-12T08:19:56.849169494Z Waiting user input: 7/50
2023-12-12T08:19:57.884346413Z Waiting user input: 8/50
2023-12-12T08:19:59.100514480Z Waiting user input: 9/50
2023-12-12T08:20:00.331826691Z Waiting user input: 10/50
2023-12-12T08:20:01.564178206Z Waiting user input: 11/50
2023-12-12T08:20:02.791147116Z Waiting user input: 12/50
2023-12-12T08:20:04.017874840Z Waiting user input: 13/50
2023-12-12T08:20:05.253837442Z Waiting user input: 14/50
2023-12-12T08:20:06.266247586Z Waiting user input: 15/50
2023-12-12T08:20:07.294309587Z Waiting user input: 16/50
2023-12-12T08:20:08.324089176Z Waiting user input: 17/50
2023-12-12T08:20:09.552551845Z Waiting user input: 18/50
2023-12-12T08:20:10.833804295Z Waiting user input: 19/50
2023-12-12T08:20:11.900732378Z Waiting user input: 20/50
2023-12-12T08:20:13.028340928Z Waiting user input: 21/50
2023-12-12T08:20:14.155630542Z Waiting user input: 22/50
2023-12-12T08:20:15.189164981Z Waiting user input: 23/50
2023-12-12T08:20:16.240688725Z Waiting user input: 24/50
2023-12-12T08:20:17.249085143Z Waiting user input: 25/50
2023-12-12T08:20:18.474972671Z Waiting user input: 26/50
2023-12-12T08:20:19.702757497Z Waiting user input: 27/50
2023-12-12T08:20:20.814482338Z Waiting user input: 28/50
2023-12-12T08:20:21.823534212Z Waiting user input: 29/50
2023-12-12T08:20:23.097074662Z Selected shortcut: SavePDF
2023-12-12T08:20:23.097466237Z Scan will be converted to pdf, using /tmp/scan-to-pcbldEdm as temp scan output directory for individual pages
2023-12-12T08:20:23.097828343Z ScanPlexMode is : Simplex
2023-12-12T08:20:23.113251451Z Afd is : 
2023-12-12T08:20:23.824245720Z New job created: https://192.168.168.159:8080/Jobs/JobList/1
2023-12-12T08:20:24.161714953Z Ready to download page job page 1 at: /Scan/Jobs/1/Pages/1
2023-12-12T08:20:39.917765692Z Page downloaded to: /tmp/scan-to-pcbldEdm/scan_12.12.2023_08:20:24.jpg
2023-12-12T08:20:45.581552748Z Job state: Completed, totalPages: 1:
2023-12-12T08:20:45.581611465Z Start listening for new ScanEvent

This the log when I try to scan a second page. The file before (stuck in the temp folder) arrive to the destination folder as a pdf single page and the the new scan stay stuck in the temp folder.

2023-12-12T08:20:45.581611465Z Start listening for new ScanEvent
2023-12-12T08:28:49.868957562Z Unknown eventType: HostSelected
2023-12-12T08:28:49.869050064Z Scan of page(s) completed totalPages: 1:
2023-12-12T08:28:50.035729936Z The following page(s) have been rendered inside '/scan/scan_12.12.2023_08:20:23.pdf': 
2023-12-12T08:28:50.036013649Z 	- page   1 - 1654x2338
2023-12-12T08:28:51.036714837Z Running iteration: 0 - errorCount: 0
2023-12-12T08:28:51.064620456Z Host destinations fetched: Reseau
2023-12-12T08:28:51.064644749Z Re-using existing destination: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:28:51.064652808Z Using: Reseau
2023-12-12T08:28:51.064659378Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:28:51.064679545Z Start listening for new ScanEvent
2023-12-12T08:29:31.330637554Z Scan event captured, saving scan #0
2023-12-12T08:29:31.360877817Z Selected shortcut: SavePDF
2023-12-12T08:29:31.360951527Z Scan will be converted to pdf, using /tmp/scan-to-pcbldEdm as temp scan output directory for individual pages
2023-12-12T08:29:31.360977118Z ScanPlexMode is : Simplex
2023-12-12T08:29:31.374434251Z Afd is : 
2023-12-12T08:29:31.959673252Z New job created: https://192.168.168.159:8080/Jobs/JobList/2
2023-12-12T08:29:32.609923669Z Ready to download page job page 1 at: /Scan/Jobs/2/Pages/1
2023-12-12T08:29:46.366122535Z Page downloaded to: /tmp/scan-to-pcbldEdm/scan_12.12.2023_08:29:32.jpg
2023-12-12T08:29:52.219011094Z Job state: Completed, totalPages: 1:
2023-12-12T08:29:52.219077114Z Start listening for new ScanEvent

Thank you

@boulete31
Copy link
Author

boulete31 commented Dec 12, 2023

2023-12-12T08:16:11.347690664Z s6-rc: info: service legacy-services: stopping
2023-12-12T08:16:11.350170401Z s6-rc: info: service legacy-services successfully stopped
2023-12-12T08:16:11.350368899Z s6-rc: info: service legacy-cont-init: stopping
2023-12-12T08:16:11.354570074Z s6-rc: info: service legacy-cont-init successfully stopped
2023-12-12T08:16:11.354716828Z s6-rc: info: service fix-attrs: stopping
2023-12-12T08:16:11.356056624Z s6-rc: info: service fix-attrs successfully stopped
2023-12-12T08:16:11.356182018Z s6-rc: info: service s6rc-oneshot-runner: stopping
2023-12-12T08:16:11.358044914Z s6-rc: info: service s6rc-oneshot-runner successfully stopped
2023-12-12T08:17:15.878512705Z s6-rc: info: service s6rc-oneshot-runner: starting
2023-12-12T08:17:15.880449933Z s6-rc: info: service s6rc-oneshot-runner successfully started
2023-12-12T08:17:15.880649558Z s6-rc: info: service fix-attrs: starting
2023-12-12T08:17:15.883753125Z s6-rc: info: service fix-attrs successfully started
2023-12-12T08:17:15.883870664Z s6-rc: info: service legacy-cont-init: starting
2023-12-12T08:17:15.886661061Z cont-init: info: running /etc/cont-init.d/10-adduser
2023-12-12T08:17:15.913431699Z usermod: no changes
2023-12-12T08:17:15.914779868Z 
2023-12-12T08:17:15.914790198Z User uid:    1000
2023-12-12T08:17:15.914794194Z User gid:    1000
2023-12-12T08:17:15.914797556Z -------------------------------------
2023-12-12T08:17:15.914800792Z 
2023-12-12T08:17:16.014683253Z cont-init: info: /etc/cont-init.d/10-adduser exited 0
2023-12-12T08:17:16.015021388Z s6-rc: info: service legacy-cont-init successfully started
2023-12-12T08:17:16.015136548Z s6-rc: info: service legacy-services: starting
2023-12-12T08:17:16.020313348Z s6-rc: info: service legacy-services successfully started
2023-12-12T08:17:16.023903118Z Starting
2023-12-12T08:17:16.133799443Z WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
2023-12-12T08:17:16.134098061Z WARNING: See https://github.com/node-config/node-config/wiki/Strict-Mode
2023-12-12T08:17:16.134109870Z WARNING: No configurations found in configuration directory:/app/config
2023-12-12T08:17:16.134114257Z WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment.
2023-12-12T08:17:16.234712703Z Using device ip: 192.168.168.159
2023-12-12T08:17:26.242256681Z Device ip: 192.168.168.159 is down! [2023-12-12T08:17:26.241Z]
2023-12-12T08:17:40.323935505Z Device ip: 192.168.168.159 is up again! [2023-12-12T08:17:40.323Z]
2023-12-12T08:17:40.324448207Z Target folder: /scan
2023-12-12T08:17:40.327322721Z Temp folder: /tmp/scan-to-pcbldEdm
2023-12-12T08:17:40.829423617Z Running iteration: 0 - errorCount: 0
2023-12-12T08:17:40.838406879Z Host destinations fetched: 
2023-12-12T08:17:41.048537824Z New Destination registered: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:17:41.048590022Z Using: Reseau
2023-12-12T08:17:41.048631656Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:17:41.049121982Z Start listening for new ScanEvent
2023-12-12T08:19:49.821370074Z Scan event captured, saving scan #0
2023-12-12T08:19:49.838789974Z Waiting user input: 1/50
2023-12-12T08:19:51.126988215Z Waiting user input: 2/50
2023-12-12T08:19:52.383580445Z Waiting user input: 3/50
2023-12-12T08:19:53.593240569Z Waiting user input: 4/50
2023-12-12T08:19:54.609086639Z Waiting user input: 5/50
2023-12-12T08:19:55.730305305Z Waiting user input: 6/50
2023-12-12T08:19:56.849169494Z Waiting user input: 7/50
2023-12-12T08:19:57.884346413Z Waiting user input: 8/50
2023-12-12T08:19:59.100514480Z Waiting user input: 9/50
2023-12-12T08:20:00.331826691Z Waiting user input: 10/50
2023-12-12T08:20:01.564178206Z Waiting user input: 11/50
2023-12-12T08:20:02.791147116Z Waiting user input: 12/50
2023-12-12T08:20:04.017874840Z Waiting user input: 13/50
2023-12-12T08:20:05.253837442Z Waiting user input: 14/50
2023-12-12T08:20:06.266247586Z Waiting user input: 15/50
2023-12-12T08:20:07.294309587Z Waiting user input: 16/50
2023-12-12T08:20:08.324089176Z Waiting user input: 17/50
2023-12-12T08:20:09.552551845Z Waiting user input: 18/50
2023-12-12T08:20:10.833804295Z Waiting user input: 19/50
2023-12-12T08:20:11.900732378Z Waiting user input: 20/50
2023-12-12T08:20:13.028340928Z Waiting user input: 21/50
2023-12-12T08:20:14.155630542Z Waiting user input: 22/50
2023-12-12T08:20:15.189164981Z Waiting user input: 23/50
2023-12-12T08:20:16.240688725Z Waiting user input: 24/50
2023-12-12T08:20:17.249085143Z Waiting user input: 25/50
2023-12-12T08:20:18.474972671Z Waiting user input: 26/50
2023-12-12T08:20:19.702757497Z Waiting user input: 27/50
2023-12-12T08:20:20.814482338Z Waiting user input: 28/50
2023-12-12T08:20:21.823534212Z Waiting user input: 29/50
2023-12-12T08:20:23.097074662Z Selected shortcut: SavePDF
2023-12-12T08:20:23.097466237Z Scan will be converted to pdf, using /tmp/scan-to-pcbldEdm as temp scan output directory for individual pages
2023-12-12T08:20:23.097828343Z ScanPlexMode is : Simplex
2023-12-12T08:20:23.113251451Z Afd is : 
2023-12-12T08:20:23.824245720Z New job created: https://192.168.168.159:8080/Jobs/JobList/1
2023-12-12T08:20:24.161714953Z Ready to download page job page 1 at: /Scan/Jobs/1/Pages/1
2023-12-12T08:20:39.917765692Z Page downloaded to: /tmp/scan-to-pcbldEdm/scan_12.12.2023_08:20:24.jpg
2023-12-12T08:20:45.581552748Z Job state: Completed, totalPages: 1:
2023-12-12T08:20:45.581611465Z Start listening for new ScanEvent
2023-12-12T08:28:49.868957562Z Unknown eventType: HostSelected
2023-12-12T08:28:49.869050064Z Scan of page(s) completed totalPages: 1:
2023-12-12T08:28:50.035729936Z The following page(s) have been rendered inside '/scan/scan_12.12.2023_08:20:23.pdf': 
2023-12-12T08:28:50.036013649Z 	- page   1 - 1654x2338
2023-12-12T08:28:51.036714837Z Running iteration: 0 - errorCount: 0
2023-12-12T08:28:51.064620456Z Host destinations fetched: Reseau
2023-12-12T08:28:51.064644749Z Re-using existing destination: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:28:51.064652808Z Using: Reseau
2023-12-12T08:28:51.064659378Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/60fd3aee-70d6-4288-bdd2-414d092a567a
2023-12-12T08:28:51.064679545Z Start listening for new ScanEvent
2023-12-12T08:29:31.330637554Z Scan event captured, saving scan #0
2023-12-12T08:29:31.360877817Z Selected shortcut: SavePDF
2023-12-12T08:29:31.360951527Z Scan will be converted to pdf, using /tmp/scan-to-pcbldEdm as temp scan output directory for individual pages
2023-12-12T08:29:31.360977118Z ScanPlexMode is : Simplex
2023-12-12T08:29:31.374434251Z Afd is : 
2023-12-12T08:29:31.959673252Z New job created: https://192.168.168.159:8080/Jobs/JobList/2
2023-12-12T08:29:32.609923669Z Ready to download page job page 1 at: /Scan/Jobs/2/Pages/1
2023-12-12T08:29:46.366122535Z Page downloaded to: /tmp/scan-to-pcbldEdm/scan_12.12.2023_08:29:32.jpg
2023-12-12T08:29:52.219011094Z Job state: Completed, totalPages: 1:
2023-12-12T08:29:52.219077114Z Start listening for new ScanEvent

@manuc66
Copy link
Owner

manuc66 commented Dec 12, 2023

Hi @boulete31

I seen something unexpected indeed...

In this extract:

2023-12-12T08:20:45.581611465Z Start listening for new ScanEvent
2023-12-12T08:28:49.868957562Z Unknown eventType: HostSelected

You see that node-hp-scan-to is not expecting to receive a HostSelected event but ScanNewPageRequested or ScanRequested (See https://github.com/manuc66/node-hp-scan-to/blob/master/src/scanProcessing.ts#L198 )

That coorespond to this selection screen (or similar depending on the device) :
signal-2023-12-12-233230

You printer might not support multiple items from the platten, but in this case this test should have failed : https://github.com/manuc66/node-hp-scan-to/blob/master/src/scanProcessing.ts#L247

Do you know if you are able to produce multi page pdf from Windows ?
It might be interesting to add - CMDLINE=--debug in the env section of the docker compose. It will dump some more informations such as device capabilites that may give a hint of what's going on.

Best regards

@manuc66 manuc66 changed the title PDF multiple pages ? HP ENVY Photo 6232 - PDF multiple pages ? Dec 12, 2023
@boulete31
Copy link
Author

boulete31 commented Dec 13, 2023

Hi, Thanks for your support. I definitely don't have this screen on my printer.
The printer says something like "scan is over, please check your computer" and it's done. No options to scan other pages.

Here's the logs in debug mode:

2023-12-13T08:48:22.588892577Z s6-rc: info: service s6rc-oneshot-runner: starting
2023-12-13T08:48:22.591139167Z s6-rc: info: service s6rc-oneshot-runner successfully started
2023-12-13T08:48:22.591268267Z s6-rc: info: service fix-attrs: starting
2023-12-13T08:48:22.594464718Z s6-rc: info: service fix-attrs successfully started
2023-12-13T08:48:22.594478468Z s6-rc: info: service legacy-cont-init: starting
2023-12-13T08:48:22.596993506Z cont-init: info: running /etc/cont-init.d/10-adduser
2023-12-13T08:48:22.631978475Z usermod: no changes
2023-12-13T08:48:22.633434283Z 
2023-12-13T08:48:22.633444904Z User uid:    1000
2023-12-13T08:48:22.633448741Z User gid:    1000
2023-12-13T08:48:22.633451993Z -------------------------------------
2023-12-13T08:48:22.633455024Z 
2023-12-13T08:48:27.592060024Z s6-rc: fatal: timed out
2023-12-13T08:48:27.592086483Z s6-sudoc: fatal: unable to get exit status from server: Operation timed out
2023-12-13T08:48:27.598203292Z Starting
2023-12-13T08:48:27.710660210Z WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
2023-12-13T08:48:27.710831878Z WARNING: See https://github.com/node-config/node-config/wiki/Strict-Mode
2023-12-13T08:48:27.710884594Z WARNING: No configurations found in configuration directory:/app/config
2023-12-13T08:48:27.711087485Z WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment.
2023-12-13T08:48:27.825386264Z Using device ip: 192.168.168.159
2023-12-13T08:48:27.826525206Z IsDebug: true
2023-12-13T08:48:27.833404239Z Target folder: /scan
2023-12-13T08:48:27.834449575Z Temp folder: /tmp/scan-to-pckbJHhL
2023-12-13T08:48:27.834847836Z 0001 -> {"baseURL":"https://192.168.168.159","url":"/DevMgmt/DiscoveryTree.xml","method":"GET","responseType":"text"}
2023-12-13T08:48:27.924731523Z 0001 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\" ?> \n                               <!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. --> \n<ledm:DiscoveryTree xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:ledm=\"https://www.hp.com/schemas/imaging/con/ledm/2007/09/21\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/2007/09/21 ../schemas/LEDM.xsd\">\n\t<dd:Version>\n\t\t<dd:Revision>SVN-IPG-LEDM.441</dd:Revision>\n\t\t<dd:Date>2011-06-15</dd:Date>\n\t</dd:Version>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/SecurityCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmSecurityCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/securitycap/2008/02/01</dd:Revision>\n\t\t<ledm:MinorRevision>1.0</ledm:MinorRevision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/SecurityDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmSecurityDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/securitydyn/2008/02/01</dd:Revision>\n\t\t<ledm:MinorRevision>1.0</ledm:MinorRevision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductServiceDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductServiceDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productservicedyn/2009/01/10</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductServiceCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductServiceCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productservicecap/2009/01/10</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ShopForSupplies.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmShopForSupplies</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/ljs/shopforsuppliesrequest/2007/11/07</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductLogsCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductLogsCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productlogscap/2008/01/16</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductLogsDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductLogsDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productlogsdyn/2008/01/16</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/MediaCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmMediaCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/mediacap/2009/05/21</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/MediaDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmMediaDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/mediadyn/2009/05/21</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/NetAppsDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmNetAppsDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/netappdyn/2009/06/24</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/NetAppsCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmNetAppsCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/netappcap/2009/06/24</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/PrintConfigDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmPrintConfigDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/printconfigdyn/2009/05/06</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/PrintConfigCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmPrintConfigCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/printconfigcap/2009/05/06</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductStatusDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductStatusDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productstatusdyn/2007/10/31</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductStatusCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductStatusCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productstatuscap/2007/10/31</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/MediaHandlingCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmMediaHandlingCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/mediahandlingcap/2009/06/25</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/MediaHandlingDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmMediaHandlingDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/mediahandlingdyn/2007/11/21</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ConsumableConfigDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmConsumableConfigDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/consumableconfigdyn/2007/11/19</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ConsumableConfigCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmConsumableConfigCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/consumableconfigcap/2007/11/19</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductConfigDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductConfigDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productconfigdyn/2009/03/16</dd:Revision>\n\t\t<ledm:PrivacySupported>\n\t\t\t<ledm:Privacy>anonymous</ledm:Privacy>\n\t\t</ledm:PrivacySupported>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductConfigCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductConfigCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productconfigcap/2009/03/16</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductUsageDyn.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductUsageDyn</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productusagedyn/2007/12/11</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedTree>\n\t\t<dd:ResourceURI>/DevMgmt/ProductUsageCap.xml</dd:ResourceURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductUsageCap</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/productusagecap/2007/12/11</dd:Revision>\n\t</ledm:SupportedTree>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Security/CertificateManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpCertificateManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/eSCL/eSclManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>eSCL:eSclManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/WalkupScanToComp/WalkupScanToCompManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmWalkupScanToCompManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Scan/ScanJobManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmScanJobManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/ePrint/ePrintManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpePrintManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Gen2CloudService/Gen2CloudServiceManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmGenTwoCloudServiceManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/ConsumableSubscription/ConsumableSubscriptionManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmConsumableSubscriptionManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/TraceStore/TraceStoreManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmTraceStoreManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/ProductActions/ProductActionsManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmProductActionsManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/EventMgmt/EventMgmtManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmEventMgmtManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Utilities/UtilitiesManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmUtilities</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/IoMgmt/IoMgmtManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmIoMgmt</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/DevMgmt/NetAppsSecureManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmNetAppsSecureManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t\t<ledm:MinorRevision>1.0</ledm:MinorRevision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Jobs/JobsManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmJobsManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/GCP/GCPManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmGCPManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/FirmwareUpdate/FirmwareUpdateManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmFirmwareUpdateManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/OOBE/OOBEManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpOOBEManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Copy/CopyManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmCopyManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/DevMgmt/InternalPrintManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpLedmInternalPrintManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedIfc>\n\t\t<ledm:ManifestURI>/Calibration/CalibrationManifest.xml</ledm:ManifestURI>\n\t\t<dd:ResourceType>ledm:hpCnxCalibrationManifest</dd:ResourceType>\n\t\t<dd:Revision>https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24</dd:Revision>\n\t</ledm:SupportedIfc>\n\t<ledm:SupportedFeature>\n\t\t<dd:ResourceURI>/ipp/print</dd:ResourceURI>\n\t\t<dd:ResourceType>pwg:hpIPPPrint</dd:ResourceType>\n\t\t<dd:Revision>https://www.pwg.org/ipp/2.0</dd:Revision>\n\t</ledm:SupportedFeature>\n\t<ledm:SupportedFeature>\n\t\t<dd:ResourceURI>/chat</dd:ResourceURI>\n\t\t<dd:ResourceType>hpcloud:chat</dd:ResourceType>\n\t\t<dd:Revision>urn:hp:cloud:eprint:papi:services:chat:1.3</dd:Revision>\n\t</ledm:SupportedFeature>\n</ledm:DiscoveryTree>\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:27.938436556Z 0002 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompManifest.xml","method":"GET","responseType":"text"}
2023-12-13T08:48:27.952173776Z 0002 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<man:Manifest xmlns:man=\"https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24\" xmlns:map=\"https://www.hp.com/schemas/imaging/con/ledm/resourcemap/2009/01/27\" xmlns:scantype=\"https://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:xs=\"https://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"\n    https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24 ../../schemas/Manifest.xsd\n    https://www.hp.com/schemas/imaging/con/ledm/resourcemap/2009/01/27 ../../schemas/ResourceMap.xsd\n    https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../../schemas/dd/DataDictionaryMasterLEDM.xsd\n    https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\">\n\t<dd:Version>\n\t\t<dd:Revision>SVN-IPG-LEDM.351</dd:Revision>\n\t\t<dd:Date>2011-10-27</dd:Date>\n\t</dd:Version>\n    <man:InterfaceNamespaces>\n        <man:InterfaceNamespace>https://www.hp.com/schemas/imaging/con/rest/walkupscan/2010/09/28</man:InterfaceNamespace>\n    </man:InterfaceNamespaces>\n\t<map:ResourceMap>\n\t\t<map:ResourceLink>\n\t\t\t<dd:ResourceURI>/WalkupScanToComp</dd:ResourceURI>\n\t\t\t<map:Base>Root</map:Base>\n\t\t</map:ResourceLink>\n\t\t<map:ResourceNode>\n\t\t\t<map:ResourceLink>\n\t\t\t\t<dd:ResourceURI>/WalkupScanToCompCaps</dd:ResourceURI>\n\t\t\t</map:ResourceLink>\n\t\t\t<map:ResourceType><wus:WalkupScanToCompResourceType>WalkupScanToCompCaps</wus:WalkupScanToCompResourceType></map:ResourceType>\n\t\t\t<map:Methods>\n\t\t\t\t<map:Method>\n\t\t\t\t\t<map:Verb>Get</map:Verb>\n\t\t\t\t</map:Method>\n\t\t\t</map:Methods>\n\t\t\t<map:XmlElement>\n\t\t\t\t<wus:WalkupScanToCompCaps xsi:nil=\"true\"/>\n\t\t\t</map:XmlElement>\n\t\t</map:ResourceNode>\n\t\t<map:ResourceNode>\n\t\t\t<map:ResourceLink>\n\t\t\t\t<dd:ResourceURI>/WalkupScanToCompDestinations</dd:ResourceURI>\n\t\t\t</map:ResourceLink>\n\t\t\t<map:ResourceType><wus:WalkupScanToCompResourceType>WalkupScanToCompDestinations</wus:WalkupScanToCompResourceType></map:ResourceType>\n\t\t\t<map:Methods>\n\t\t\t\t<map:Method>\n\t\t\t\t\t<map:Verb>Get</map:Verb>\n\t\t\t\t</map:Method>\n\t\t\t\t<map:Method>\n\t\t\t\t\t<map:Verb>Post</map:Verb>\n\t\t\t\t</map:Method>\n\t\t\t</map:Methods>\n\t\t\t<map:XmlElement>\n\t\t\t\t<wus:WalkupScanToCompDestinations xsi:nil=\"true\"/>\n\t\t\t</map:XmlElement>\n\t\t\t<map:ResourceMap>\n\t\t\t    <map:ResourceNode>\n            \t\t<map:ResourceLink>\n              \t\t\t<dd:ResourceURI>/{dd:UUID}</dd:ResourceURI>\n          \t        </map:ResourceLink>\n          \t        <map:ResourceType><wus:WalkupScanToCompResourceType>WalkupScanToCompDestination</wus:WalkupScanToCompResourceType></map:ResourceType>\n\t\t\t\t\t<map:Methods>\n\t\t\t\t\t\t<map:Method>\n\t\t\t\t\t\t\t<map:Verb>Get</map:Verb>\n\t\t\t\t\t\t</map:Method>\n\t\t\t\t\t\t<map:Method>\n\t\t\t\t\t\t\t<map:Verb>Delete</map:Verb>\n\t\t\t\t\t\t</map:Method>\n\t\t\t\t\t</map:Methods>\n\t\t\t\t\t<map:XmlElement>\n\t\t\t\t\t\t<wus:WalkupScanToCompDestination xsi:nil=\"true\"/>\n\t\t\t\t\t</map:XmlElement>\n\t\t\t\t</map:ResourceNode>\n            </map:ResourceMap>   \n\t\t</map:ResourceNode>\n\t\t<map:ResourceNode>\n\t\t\t<map:ResourceLink>\n\t\t\t\t<dd:ResourceURI>/WalkupScanToCompEvent</dd:ResourceURI>\n\t\t\t</map:ResourceLink>\n\t\t\t<map:ResourceType><wus:WalkupScanToCompResourceType>WalkupScanToCompEvent</wus:WalkupScanToCompResourceType></map:ResourceType>\n\t\t\t<map:Methods>\n\t\t\t\t<map:Method>\n\t\t\t\t\t<map:Verb>Get</map:Verb>\n\t\t\t\t</map:Method>\n\t\t\t</map:Methods>\n\t\t\t<map:XmlElement>\n\t\t\t\t<wus:WalkupScanToCompEvent xsi:nil=\"true\"/>\n\t\t\t</map:XmlElement>\n\t\t</map:ResourceNode>\n\t</map:ResourceMap>\n</man:Manifest>\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:27.956281264Z 0003 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompCaps","method":"GET","responseType":"text"}
2023-12-13T08:48:27.968842442Z 0003 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompCaps xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:Version>\r\n\t\t<dd:Revision>SVN-IPG-LEDM.351</dd:Revision>\r\n\t</dd:Version>\r\n\t<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>\r\n\t<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>\r\n\t<wus:UserActionTimeout>\r\n\t\t<dd:ValueFloat>60</dd:ValueFloat>\r\n\t\t<dd:Unit>seconds</dd:Unit>\r\n\t</wus:UserActionTimeout>\r\n\t<wus:ShortcutSupport access=\"readOnly\">\r\n\t\t<wus:Shortcut>SavePDF</wus:Shortcut>\r\n\t\t<wus:Shortcut>SaveJPEG</wus:Shortcut>\r\n\t\t<wus:Shortcut>EmailPDF</wus:Shortcut>\r\n\t\t<wus:Shortcut>EmailJPEG</wus:Shortcut>\r\n\t\t<wus:Shortcut>GeneralScan</wus:Shortcut>\r\n\t</wus:ShortcutSupport>\r\n</wus:WalkupScanToCompCaps>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:27.970118541Z 0004 -> {"baseURL":"https://192.168.168.159","url":"/Scan/ScanJobManifest.xml","method":"GET","responseType":"text"}
2023-12-13T08:48:27.982299824Z 0004 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<man:Manifest xmlns:man=\"https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24\" xmlns:map=\"https://www.hp.com/schemas/imaging/con/ledm/resourcemap/2009/01/27\" xmlns:scan=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:xs=\"https://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"\r\n    https://www.hp.com/schemas/imaging/con/ledm/manifest/2009/03/24 ../../schemas/Manifest.xsd\r\n    https://www.hp.com/schemas/imaging/con/ledm/resourcemap/2009/01/27 ../../schemas/ResourceMap.xsd\r\n    https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../../schemas/dd/DataDictionaryMasterLEDM.xsd\r\n    https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 ../Schemas/Scan.xsd\">\r\n\t<dd:Version>\r\n\t\t<dd:Revision>SVN.4032</dd:Revision>\r\n\t</dd:Version>\r\n\t<man:InterfaceNamespaces>\r\n\t\t<man:InterfaceNamespace>https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19</man:InterfaceNamespace>\r\n\t</man:InterfaceNamespaces>\r\n\t<map:ResourceMap>\r\n\t\t<map:ResourceLink>\r\n\t\t\t<dd:ResourceURI>/Scan</dd:ResourceURI>\r\n\t\t\t<map:Base>Root</map:Base>\r\n\t\t</map:ResourceLink>\r\n\t\t<map:ResourceNode>\r\n\t\t\t<map:ResourceLink>\r\n\t\t\t\t<dd:ResourceURI>/ScanCaps</dd:ResourceURI>\r\n\t\t\t</map:ResourceLink>\r\n\t\t\t<map:ResourceType><scan:ScanResourceType>ScanCaps</scan:ScanResourceType></map:ResourceType>\r\n\t\t\t<map:Methods>\r\n\t\t\t\t<map:Method>\r\n\t\t\t\t\t<map:Verb>Get</map:Verb>\r\n\t\t\t\t</map:Method>\r\n\t\t\t</map:Methods>\r\n\t\t\t<map:XmlElement>\r\n\t\t\t\t<scan:ScanCaps xsi:nil=\"true\"/>\r\n\t\t\t</map:XmlElement>\r\n\t\t</map:ResourceNode>\r\n\t\t<map:ResourceNode>\r\n\t\t\t<map:ResourceLink>\r\n\t\t\t\t<dd:ResourceURI>/Status</dd:ResourceURI>\r\n\t\t\t</map:ResourceLink>\r\n\t\t\t<map:ResourceType><scan:ScanResourceType>Status</scan:ScanResourceType></map:ResourceType>\r\n\t\t\t<map:Methods>\r\n\t\t\t\t<map:Method>\r\n\t\t\t\t\t<map:Verb>Get</map:Verb>\r\n\t\t\t\t</map:Method>\r\n\t\t\t</map:Methods>\r\n\t\t\t<map:XmlElement>\r\n\t\t\t\t<scan:ScanStatus xsi:nil=\"true\"/>\r\n\t\t\t</map:XmlElement>\r\n\t\t</map:ResourceNode>\r\n\t\t<map:ResourceNode>\r\n\t\t\t<map:ResourceLink>\r\n\t\t\t\t<dd:ResourceURI>/SPF</dd:ResourceURI>\r\n\t\t\t</map:ResourceLink>\r\n\t\t\t<map:ResourceType>\r\n\t\t\t\t<scan:ScanResourceType>SPFfile</scan:ScanResourceType>\r\n\t\t\t</map:ResourceType>\r\n\t\t\t<map:Methods>\r\n\t\t\t\t<map:Method>\r\n\t\t\t\t\t<map:Verb>Get</map:Verb>\r\n\t\t\t\t</map:Method>\r\n\t\t\t</map:Methods>\r\n\t\t\t<map:IanaTypes>\r\n\t\t\t\t<map:IanaType>application/vnd.hp-SPF</map:IanaType>\r\n\t\t\t\t<map:IanaType>application/vnd.hp-SPF-encrypted</map:IanaType>\r\n\t\t\t</map:IanaTypes>\r\n\t\t</map:ResourceNode>\r\n\t\t<map:ResourceNode>\r\n\t\t\t<map:ResourceLink>\r\n\t\t\t\t<dd:ResourceURI>/Jobs</dd:ResourceURI>\r\n\t\t\t</map:ResourceLink>\r\n\t\t\t<map:ResourceType><scan:ScanResourceType>ScanJob</scan:ScanResourceType></map:ResourceType>\r\n\t\t\t<map:Methods>\r\n\t\t\t\t<map:Method>\r\n\t\t\t\t\t<map:Verb>Post</map:Verb>\r\n\t\t\t\t</map:Method>\r\n\t\t\t</map:Methods>\r\n\t\t\t<map:XmlElement>\r\n\t\t\t\t<scan:ScanJob xsi:nil=\"true\"/>\r\n\t\t\t</map:XmlElement>\r\n\t\t</map:ResourceNode>\r\n\t\t<map:ResourceNode>\r\n\t\t\t<map:ResourceLink>\r\n\t\t\t\t<dd:ResourceURI>/BufferInfo</dd:ResourceURI>\r\n\t\t\t</map:ResourceLink>\r\n\t\t\t<map:ResourceType><scan:ScanResourceType>BufferInfo</scan:ScanResourceType></map:ResourceType>\r\n\t\t\t<map:Methods>\r\n\t\t\t\t<map:Method>\r\n\t\t\t\t\t<map:Verb>Put</map:Verb>\r\n\t\t\t\t</map:Method>\r\n\t\t\t</map:Methods>\r\n\t\t\t<map:XmlElement>\r\n\t\t\t\t<scan:BufferInfo xsi:nil=\"true\"/>\r\n\t\t\t</map:XmlElement>\r\n\t\t</map:ResourceNode>\r\n\t</map:ResourceMap>\r\n</man:Manifest>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:27.985433403Z 0005 -> {"baseURL":"https://192.168.168.159","url":"/Scan/ScanCaps","method":"GET","responseType":"text"}
2023-12-13T08:48:28.049894872Z 0005 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<ScanCaps xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r\n\t<DeviceCaps>\r\n\t\t<ModelName>ENVY Photo 6200 All-in-One Printer series</ModelName>\r\n\t\t<DerivativeNumber>0</DerivativeNumber>\r\n\t</DeviceCaps>\r\n\t<ColorEntries>\r\n\t\t<ColorEntry>\r\n\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t<Formats>\r\n\t\t\t\t<Format>Raw</Format>\r\n\t\t\t</Formats>\r\n\t\t\t<ImageTransforms>\r\n\t\t\t\t<ImageTransform>ToneMap</ImageTransform>\r\n\t\t\t\t<ImageTransform>Sharpening</ImageTransform>\r\n\t\t\t\t<ImageTransform>BwThreshold</ImageTransform>\r\n\t\t\t</ImageTransforms>\r\n\t\t</ColorEntry>\r\n\t\t<ColorEntry>\r\n\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t<Formats>\r\n\t\t\t\t<Format>Raw</Format>\r\n\t\t\t\t<Format>Jpeg</Format>\r\n\t\t\t</Formats>\r\n\t\t\t<ImageTransforms>\r\n\t\t\t\t<ImageTransform>ToneMap</ImageTransform>\r\n\t\t\t\t<ImageTransform>Sharpening</ImageTransform>\r\n\t\t\t</ImageTransforms>\r\n\t\t</ColorEntry>\r\n\t\t<ColorEntry>\r\n\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t<Formats>\r\n\t\t\t\t<Format>Raw</Format>\r\n\t\t\t\t<Format>Jpeg</Format>\r\n\t\t\t</Formats>\r\n\t\t\t<ImageTransforms>\r\n\t\t\t\t<ImageTransform>ToneMap</ImageTransform>\r\n\t\t\t\t<ImageTransform>Sharpening</ImageTransform>\r\n\t\t\t</ImageTransforms>\r\n\t\t</ColorEntry>\r\n\t</ColorEntries>\r\n\t<Platen>\r\n\t\t<InputSourceCaps>\r\n\t\t\t<MinWidth>8</MinWidth>\r\n\t\t\t<MinHeight>8</MinHeight>\r\n\t\t\t<MaxWidth>2550</MaxWidth>\r\n\t\t\t<MaxHeight>3508</MaxHeight>\r\n\t\t\t<RiskyLeftMargin>34</RiskyLeftMargin>\r\n\t\t\t<RiskyRightMargin>34</RiskyRightMargin>\r\n\t\t\t<RiskyTopMargin>42</RiskyTopMargin>\r\n\t\t\t<RiskyBottomMargin>45</RiskyBottomMargin>\r\n\t\t\t<MinResolution>75</MinResolution>\r\n\t\t\t<MaxOpticalXResolution>1200</MaxOpticalXResolution>\r\n\t\t\t<MaxOpticalYResolution>1200</MaxOpticalYResolution>\r\n\t\t\t<SupportedResolutions>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>75</XResolution>\r\n\t\t\t\t\t<YResolution>75</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>100</XResolution>\r\n\t\t\t\t\t<YResolution>100</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>150</XResolution>\r\n\t\t\t\t\t<YResolution>150</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>200</XResolution>\r\n\t\t\t\t\t<YResolution>200</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>300</XResolution>\r\n\t\t\t\t\t<YResolution>300</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>400</XResolution>\r\n\t\t\t\t\t<YResolution>400</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>600</XResolution>\r\n\t\t\t\t\t<YResolution>600</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t\t<Resolution>\r\n\t\t\t\t\t<XResolution>1200</XResolution>\r\n\t\t\t\t\t<YResolution>1200</YResolution>\r\n\t\t\t\t\t<NumCcd>1</NumCcd>\r\n\t\t\t\t\t<ColorTypes>\r\n\t\t\t\t\t\t<ColorType>K1</ColorType>\r\n\t\t\t\t\t\t<ColorType>Gray8</ColorType>\r\n\t\t\t\t\t\t<ColorType>Color8</ColorType>\r\n\t\t\t\t\t</ColorTypes>\r\n\t\t\t\t</Resolution>\r\n\t\t\t</SupportedResolutions>\r\n\t\t</InputSourceCaps>\r\n\t</Platen>\r\n</ScanCaps>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:28.051982322Z Running iteration: 0 - errorCount: 0
2023-12-13T08:48:28.052317736Z 0006 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"}
2023-12-13T08:48:28.063370530Z 0006 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"https://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n\t\t<dd:Name>Reseau</dd:Name>\r\n\t\t<dd3:Hostname>Reseau</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:28.064193559Z Host destinations fetched: Reseau
2023-12-13T08:48:28.064311032Z Re-using existing destination: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb
2023-12-13T08:48:28.064323904Z Using: Reseau
2023-12-13T08:48:28.064328753Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb
2023-12-13T08:48:28.064478393Z Start listening for new ScanEvent
2023-12-13T08:48:28.064765854Z 0007 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{},"timeout":100000}
2023-12-13T08:48:28.077302989Z 0007 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>0-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>99-2</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ConsumableEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-4</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>AlertTableChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-6</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-12</dd:AgingStamp>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:48:26 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-12\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:48:28.079224135Z 0008 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"W/\"145-12\""},"timeout":132000}
2023-12-13T08:49:37.494571102Z 0008 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-13</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:36 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:37.501396034Z Scan event captured, saving scan #0
2023-12-13T08:49:37.503587605Z 0009 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompEvent","method":"GET","responseType":"text"}
2023-12-13T08:49:37.521161141Z 0009 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompEvent xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompEventType>HostSelected</wus:WalkupScanToCompEventType>\r\n</wus:WalkupScanToCompEvent>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:36 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:37.524188620Z Waiting user input: 1/50
2023-12-13T08:49:38.527599599Z 0010 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompEvent","method":"GET","responseType":"text"}
2023-12-13T08:49:38.811651525Z 0010 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompEvent xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompEventType>HostSelected</wus:WalkupScanToCompEventType>\r\n</wus:WalkupScanToCompEvent>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:37 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:38.812202304Z Waiting user input: 2/50
2023-12-13T08:49:39.814007128Z 0011 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompEvent","method":"GET","responseType":"text"}
2023-12-13T08:49:40.047655164Z 0011 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompEvent xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompEventType>ScanRequested</wus:WalkupScanToCompEventType>\r\n</wus:WalkupScanToCompEvent>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:38 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:40.049951633Z 0012 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb","method":"GET","responseType":"text"}
2023-12-13T08:49:40.063535734Z 0012 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"https://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"https://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n\t<dd:Name>Reseau</dd:Name>\r\n\t<dd3:Hostname>Reseau</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n\t<wus:WalkupScanToCompSettings>\r\n\t\t<scantype:ScanSettings>\r\n\t\t\t<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>\r\n\t\t</scantype:ScanSettings>\r\n\t\t<wus:Shortcut>SavePDF</wus:Shortcut>\r\n\t</wus:WalkupScanToCompSettings>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:38 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:40.066634543Z Selected shortcut: SavePDF
2023-12-13T08:49:40.066881048Z Scan will be converted to pdf, using /tmp/scan-to-pckbJHhL as temp scan output directory for individual pages
2023-12-13T08:49:40.067217109Z ScanPlexMode is : Simplex
2023-12-13T08:49:40.067567660Z 0013 -> {"baseURL":"https://192.168.168.159","url":"/Scan/Status","method":"GET","responseType":"text"}
2023-12-13T08:49:40.084357343Z 0013 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<ScanStatus xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r\n\t<ScannerState>Idle</ScannerState>\r\n</ScanStatus>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:38 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:40.086900133Z Afd is : 
2023-12-13T08:49:40.616084673Z 0014 -> {"baseURL":"https://192.168.168.159:8080","url":"/Scan/Jobs","method":"POST","headers":{"Content-Type":"text/xml"},"data":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<ScanSettings xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 Scan Schema - 0.26.xsd\">\n\t<XResolution>200</XResolution>\n\t<YResolution>200</YResolution>\n\t<XStart>0</XStart>\n\t<YStart>0</YStart>\n\t<Width>2481</Width>\n\t<Height>3507</Height>\n\t<Format>Jpeg</Format>\n\t<CompressionQFactor>0</CompressionQFactor>\n\t<ColorSpace>Color</ColorSpace>\n\t<BitDepth>8</BitDepth>\n\t<InputSource>Platen</InputSource>\n\t<GrayRendering>NTSC</GrayRendering>\n\t<ToneMap>\n\t\t<Gamma>1000</Gamma>\n\t\t<Brightness>1000</Brightness>\n\t\t<Contrast>1000</Contrast>\n\t\t<Highlite>179</Highlite>\n\t\t<Shadow>25</Shadow>\n\t\t<Threshold>0</Threshold>\n\t</ToneMap>\n\t<SharpeningLevel>128</SharpeningLevel>\n\t<NoiseRemoval>0</NoiseRemoval>\n\t<ContentType>Document</ContentType>\n</ScanSettings>","responseType":"text"}
2023-12-13T08:49:41.029846234Z 0014 <- {"status":201,"data":"","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:39 GMT","content-length":"0","connection":"close","location":"https://192.168.168.159:8080/Jobs/JobList/3","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"Created"}
2023-12-13T08:49:41.029887704Z New job created: https://192.168.168.159:8080/Jobs/JobList/3
2023-12-13T08:49:41.030164537Z 0015 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:41.045191845Z 0015 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>0</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Platen</InputSource>\r         <ContentType>Document</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>disabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/3/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r</PreScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:39 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:41.047493488Z 0016 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:41.064303100Z 0016 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>0</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Platen</InputSource>\r         <ContentType>Document</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>disabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/3/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r</PreScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:39 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:41.366955452Z 0017 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:41.470609290Z 0017 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>ReadyToUpload</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>0</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Platen</InputSource>\r         <ContentType>Document</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>disabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/3/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r</PreScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:40 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:41.775693181Z Ready to download page job page 1 at: /Scan/Jobs/3/Pages/1
2023-12-13T08:49:55.435034414Z Page downloaded to: /tmp/scan-to-pckbJHhL/scan_13.12.2023_08:49:41.jpg
2023-12-13T08:49:55.436667133Z 0018 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:55.522175376Z 0018 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:54 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:55.525302355Z 0019 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:55.541623925Z 0019 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:54 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:55.844462273Z 0020 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:55.860339183Z 0020 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:54 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:56.162820922Z 0021 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:56.320138165Z 0021 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:55 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:56.623363904Z 0022 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:56.724528620Z 0022 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:55 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:57.026342247Z 0023 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:57.242745585Z 0023 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:56 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:57.545567479Z 0024 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:57.672941630Z 0024 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:56 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:57.974335729Z 0025 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:57.993121492Z 0025 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:56 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:58.297189576Z 0026 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:58.311417567Z 0026 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:57 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:58.613795109Z 0027 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:58.621692818Z 0027 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:57 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:58.922778619Z 0028 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:58.931009212Z 0028 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:57 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:59.232414151Z 0029 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:49:59.388830214Z 0029 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:58 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:49:59.690025685Z 0030 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:50:00.005397620Z 0030 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:58 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:50:00.307185996Z 0031 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:50:00.516316758Z 0031 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-9</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:59 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-9\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:50:00.818513192Z 0032 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/3","method":"GET","responseType":"text"}
2023-12-13T08:50:00.927464283Z 0032 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/3</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Completed</j:JobState>\r\n\t<j:JobStateUpdate>145-10</j:JobStateUpdate>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:49:59 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-10\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:50:01.229604245Z Job state: Completed, totalPages: 1:
2023-12-13T08:50:01.230091423Z Start listening for new ScanEvent
2023-12-13T08:50:01.230270961Z 0033 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{"If-None-Match":"145-13"},"timeout":100000}
2023-12-13T08:50:01.543700474Z 0033 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-17</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-18</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:50:00 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-18\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:50:01.546918744Z 0034 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"W/\"145-18\""},"timeout":132000}
2023-12-13T08:52:01.660027897Z 0034 <- {"status":304,"data":"","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:52:00 GMT","content-length":"0","connection":"close","etag":"\"145-18\"","cache-control":"public:, must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"Not Modified"}
2023-12-13T08:52:01.660378688Z 0035 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"W/\"145-18\""},"timeout":132000}
2023-12-13T08:53:09.885459602Z 0035 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-19</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:08 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-19\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:10.888042113Z 0036 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompEvent","method":"GET","responseType":"text"}
2023-12-13T08:53:11.089498878Z 0036 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompEvent xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompEventType>HostSelected</wus:WalkupScanToCompEventType>\r\n</wus:WalkupScanToCompEvent>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:09 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:11.090443389Z Unknown eventType: HostSelected
2023-12-13T08:53:11.090502341Z Scan of page(s) completed totalPages: 1:
2023-12-13T08:53:11.212323645Z The following page(s) have been rendered inside '/scan/scan_13.12.2023_08:49:40.pdf': 
2023-12-13T08:53:11.212385216Z 	- page   1 - 1654x2338
2023-12-13T08:53:12.213554331Z Running iteration: 0 - errorCount: 0
2023-12-13T08:53:12.213714844Z 0037 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompDestinations","method":"GET","responseType":"text"}
2023-12-13T08:53:12.311608931Z 0037 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestinations xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"https://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompDestination>\r\n\t\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n\t\t<dd:Name>Reseau</dd:Name>\r\n\t\t<dd3:Hostname>Reseau</dd3:Hostname>\r\n\t\t<wus:LinkType>Network</wus:LinkType>\r\n\t</wus:WalkupScanToCompDestination>\r\n</wus:WalkupScanToCompDestinations>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:11 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:12.312310292Z Host destinations fetched: Reseau
2023-12-13T08:53:12.312335770Z Re-using existing destination: Reseau - /WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb
2023-12-13T08:53:12.312344067Z Using: Reseau
2023-12-13T08:53:12.312350647Z Waiting scan event for: /WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb
2023-12-13T08:53:12.312357312Z Start listening for new ScanEvent
2023-12-13T08:53:12.312416823Z 0038 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{},"timeout":100000}
2023-12-13T08:53:12.325753762Z 0038 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>PowerUpEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>0-1</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>DeviceCapabilitiesChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>99-2</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ConsumableEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-4</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>AlertTableChanged</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-6</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-17</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-19</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:11 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-19\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:12.326539099Z 0039 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"W/\"145-19\""},"timeout":132000}
2023-12-13T08:53:18.618342047Z 0039 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-20</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:17 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-20\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:18.618841531Z Scan event captured, saving scan #0
2023-12-13T08:53:18.618855173Z 0040 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompEvent","method":"GET","responseType":"text"}
2023-12-13T08:53:18.626613986Z 0040 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompEvent xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<wus:WalkupScanToCompEventType>ScanRequested</wus:WalkupScanToCompEventType>\r\n</wus:WalkupScanToCompEvent>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:17 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:18.626840902Z 0041 -> {"baseURL":"https://192.168.168.159","url":"/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb","method":"GET","responseType":"text"}
2023-12-13T08:53:18.636345304Z 0041 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!---->\r\n<wus:WalkupScanToCompDestination xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:dd3=\"https://www.hp.com/schemas/imaging/con/dictionaries/2009/04/06\" xmlns:scantype=\"https://www.hp.com/schemas/imaging/con/ledm/scantype/2008/03/17\" xmlns:wus=\"https://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\">\r\n\t<dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n\t<dd:Name>Reseau</dd:Name>\r\n\t<dd3:Hostname>Reseau</dd3:Hostname>\r\n\t<wus:LinkType>Network</wus:LinkType>\r\n\t<wus:WalkupScanToCompSettings>\r\n\t\t<scantype:ScanSettings>\r\n\t\t\t<dd:ScanPlexMode>Simplex</dd:ScanPlexMode>\r\n\t\t</scantype:ScanSettings>\r\n\t\t<wus:Shortcut>SavePDF</wus:Shortcut>\r\n\t</wus:WalkupScanToCompSettings>\r\n</wus:WalkupScanToCompDestination>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:17 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:18.636819606Z Selected shortcut: SavePDF
2023-12-13T08:53:18.636833165Z Scan will be converted to pdf, using /tmp/scan-to-pckbJHhL as temp scan output directory for individual pages
2023-12-13T08:53:18.636838337Z ScanPlexMode is : Simplex
2023-12-13T08:53:18.636886387Z 0042 -> {"baseURL":"https://192.168.168.159","url":"/Scan/Status","method":"GET","responseType":"text"}
2023-12-13T08:53:18.646699288Z 0042 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<ScanStatus xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\r\n\t<ScannerState>Idle</ScannerState>\r\n</ScanStatus>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:17 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:18.646997969Z Afd is : 
2023-12-13T08:53:19.149316483Z 0043 -> {"baseURL":"https://192.168.168.159:8080","url":"/Scan/Jobs","method":"POST","headers":{"Content-Type":"text/xml"},"data":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<ScanSettings xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19 Scan Schema - 0.26.xsd\">\n\t<XResolution>200</XResolution>\n\t<YResolution>200</YResolution>\n\t<XStart>0</XStart>\n\t<YStart>0</YStart>\n\t<Width>2481</Width>\n\t<Height>3507</Height>\n\t<Format>Jpeg</Format>\n\t<CompressionQFactor>0</CompressionQFactor>\n\t<ColorSpace>Color</ColorSpace>\n\t<BitDepth>8</BitDepth>\n\t<InputSource>Platen</InputSource>\n\t<GrayRendering>NTSC</GrayRendering>\n\t<ToneMap>\n\t\t<Gamma>1000</Gamma>\n\t\t<Brightness>1000</Brightness>\n\t\t<Contrast>1000</Contrast>\n\t\t<Highlite>179</Highlite>\n\t\t<Shadow>25</Shadow>\n\t\t<Threshold>0</Threshold>\n\t</ToneMap>\n\t<SharpeningLevel>128</SharpeningLevel>\n\t<NoiseRemoval>0</NoiseRemoval>\n\t<ContentType>Document</ContentType>\n</ScanSettings>","responseType":"text"}
2023-12-13T08:53:19.230151875Z 0043 <- {"status":201,"data":"","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:18 GMT","content-length":"0","connection":"close","location":"https://192.168.168.159:8080/Jobs/JobList/4","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"Created"}
2023-12-13T08:53:19.230191376Z New job created: https://192.168.168.159:8080/Jobs/JobList/4
2023-12-13T08:53:19.230198697Z 0044 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:19.243351888Z 0044 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>PreparingScan</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>0</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Platen</InputSource>\r         <ContentType>Document</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>disabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/4/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r</PreScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:18 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:19.244158664Z 0045 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:19.265698487Z 0045 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PreScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>ReadyToUpload</PageState>\r     <BufferInfo>\r       <ScanSettings>\r         <XResolution>200</XResolution>\r         <YResolution>200</YResolution>\r         <XStart>0</XStart>\r         <YStart>0</YStart>\r         <Width>2481</Width>\r         <Height>3507</Height>\r         <Format>Jpeg</Format>\r         <CompressionQFactor>0</CompressionQFactor>\r         <ColorSpace>Color</ColorSpace>\r         <BitDepth>8</BitDepth>\r         <InputSource>Platen</InputSource>\r         <ContentType>Document</ContentType>\r       </ScanSettings>\r       <ImageWidth>1654</ImageWidth>\r       <ImageHeight>2338</ImageHeight>\r       <BytesPerLine>4962</BytesPerLine>\r       <Cooked>disabled</Cooked>\r     </BufferInfo>\r     <BinaryURL>/Scan/Jobs/4/Pages/1</BinaryURL>\r     <ImageOrientation>Normal</ImageOrientation>\r</PreScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:18 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:19.566767163Z Ready to download page job page 1 at: /Scan/Jobs/4/Pages/1
2023-12-13T08:53:33.633668393Z Page downloaded to: /tmp/scan-to-pckbJHhL/scan_13.12.2023_08:53:19.jpg
2023-12-13T08:53:33.633855268Z 0046 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:33.645241777Z 0046 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:32 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:33.647098067Z 0047 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:33.658745302Z 0047 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:32 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:33.961226449Z 0048 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:34.128336403Z 0048 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:32 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:34.429277862Z 0049 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:34.441035880Z 0049 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:33 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:34.742431637Z 0050 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:34.759030801Z 0050 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:33 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:35.061967951Z 0051 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:35.077923169Z 0051 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:33 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:35.379969978Z 0052 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:35.664739050Z 0052 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:34 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:35.966539852Z 0053 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:36.273611739Z 0053 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:35 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:36.575045757Z 0054 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:36.892202025Z 0054 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:35 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:37.194498635Z 0055 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:37.295714246Z 0055 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:36 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:37.600331015Z 0056 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:37.817334579Z 0056 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:36 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:38.118848918Z 0057 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:38.428795949Z 0057 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:37 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:38.730068063Z 0058 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:38.811795400Z 0058 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Processing</j:JobState>\r\n\t<j:JobStateUpdate>145-13</j:JobStateUpdate>\r\n\t<j:JobPercentageComplete></j:JobPercentageComplete>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:37 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-13\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:39.112761949Z 0059 -> {"url":"https://192.168.168.159:8080/Jobs/JobList/4","method":"GET","responseType":"text"}
2023-12-13T08:53:39.137335986Z 0059 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r\n<j:Job xmlns:j=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30\" xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\" xmlns:fax=\"https://www.hp.com/schemas/imaging/con/fax/2008/06/13\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/jobs/2009/04/30 ../schemas/Jobs.xsd\">\r\n\t<j:JobUrl>/Jobs/JobList/4</j:JobUrl>\r\n\t<j:JobCategory>Scan</j:JobCategory>\r\n\t<j:JobState>Completed</j:JobState>\r\n\t<j:JobStateUpdate>145-14</j:JobStateUpdate>\r\n\t<j:JobSource>userIO</j:JobSource>\r\n\t<ScanJob xmlns=\"https://www.hp.com/schemas/imaging/con/cnx/scan/2008/08/19\">\n\t<PostScanPage>\r     <PageNumber>1</PageNumber>\r     <PageState>UploadCompleted</PageState>\r     <TotalLines>2338</TotalLines>\r</PostScanPage>\n</ScanJob>\r\n</j:Job>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:37 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-14\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:39.438181474Z Job state: Completed, totalPages: 1:
2023-12-13T08:53:39.438222113Z Start listening for new ScanEvent
2023-12-13T08:53:39.438354327Z 0060 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable","method":"GET","responseType":"text","headers":{"If-None-Match":"145-20"},"timeout":100000}
2023-12-13T08:53:39.553930186Z 0060 <- {"status":200,"data":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r<!-- THIS DATA SUBJECT TO DISCLAIMER(S) INCLUDED WITH THE PRODUCT OF ORIGIN. -->\r<ev:EventTable xmlns:ev=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16\"                                                                 xmlns:dd=\"https://www.hp.com/schemas/imaging/con/dictionaries/1.0/\"                                                                      xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\"                                                                                   xsi:schemaLocation=\"https://www.hp.com/schemas/imaging/con/ledm/events/2007/09/16 ../schemas/LedmEvents.xsd                                 https://www.hp.com/schemas/imaging/con/dictionaries/1.0/ ../schemas/dd/DataDictionaryMasterLEDM.xsd\">\r\n  <dd:Version>\r\n    <dd:Revision>SVN.3295</dd:Revision>\r\n  </dd:Version>\r\n  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>JobEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-23</dd:AgingStamp>\r\n  </ev:Event>\r  <ev:Event>\r\n    <dd:UnqualifiedEventCategory>ScanEvent</dd:UnqualifiedEventCategory>\r\n    <dd:AgingStamp>145-24</dd:AgingStamp>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompDestinations/0b9ed64a-b958-4d01-8884-ade309709edb</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompDestination</dd:ResourceType>\r\n    </ev:Payload>\r\n    <ev:Payload>\r\n      <dd:ResourceURI>/WalkupScanToComp/WalkupScanToCompEvent</dd:ResourceURI>\r\n      <dd:ResourceType>wus:WalkupScanToCompEvent</dd:ResourceType>\r\n    </ev:Payload>\r\n  </ev:Event>\r</ev:EventTable>\r\n","headers":{"server":"nginx","date":"Wed, 13 Dec 2023 08:53:38 GMT","content-type":"text/xml","transfer-encoding":"chunked","connection":"close","etag":"W/\"145-24\"","cache-control":"must-revalidate, max-age=0","pragma":"no-cache"},"statusText":"OK"}
2023-12-13T08:53:39.554453757Z 0061 -> {"baseURL":"https://192.168.168.159","url":"/EventMgmt/EventTable?timeout=1200","method":"GET","responseType":"text","headers":{"If-None-Match":"W/\"145-24\""},"timeout":132000}

@manuc66
Copy link
Owner

manuc66 commented Dec 15, 2023

Hi @boulete31

I'had a deep look at these logs and I'm not able to understand what's happening. Your device advertise itself as supporting SupportsMultiItemScanFromPlaten that to my believe indicate that you can indeed have multipage document.

It would be good to check that the device can handle multi page document on Windows with the original HP tool, if yes it might be interesting to record the interaction to fix this.

You can maybe also check if you device firmware is up to date from HP official website.

Without the device itsef or a full recording of the interaction (like https://github.com/manuc66/node-hp-scan-to/blob/master/protocol_doc/HP%20Officejet%206500%20E710n-z.md ) or a new hint, we are stuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants