-
-
Notifications
You must be signed in to change notification settings - Fork 25
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 4500 Support #488
Comments
@cullenmcdermott Could you send the full log because what's before could be very useful to understand why the app is stuck in this state ? Thanks |
Hey, sorry for the delay on this. I'll grab the full log later this afternoon or this evening and share it here. |
Here's a gist of the logs from when I start the container, then I perform a successful scan, then try to start a second one and it just keeps looping with that last log. https://gist.github.com/cullenmcdermott/9bc441298002660bb9182c4e1f7d559d |
Hi @cullenmcdermott thanks for the full logs provided Could you send me the xml content of http://1192.168.0.212/WalkupScanToComp/WalkupScanToCompCaps Mine is have this content <?xml version="1.0" encoding="UTF-8"?>
<!---->
<wus:WalkupScanToCompCaps xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 ../../schemas/WalkupScanToComp.xsd" xmlns:dd="http://www.hp.com/schemas/imaging/con/dictionaries/1.0/" xmlns:wus="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<dd:Version>
<dd:Revision>SVN-IPG-LEDM.351</dd:Revision>
</dd:Version>
<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>
<wus:SupportsMultiItemScanFromPlaten>true</wus:SupportsMultiItemScanFromPlaten>
<wus:UserActionTimeout>
<dd:ValueFloat>60</dd:ValueFloat>
<dd:Unit>seconds</dd:Unit>
</wus:UserActionTimeout>
<wus:ShortcutSupport access="readOnly">
<wus:Shortcut>SavePDF</wus:Shortcut>
<wus:Shortcut>SaveJPEG</wus:Shortcut>
<wus:Shortcut>EmailPDF</wus:Shortcut>
<wus:Shortcut>EmailJPEG</wus:Shortcut>
<wus:Shortcut>GeneralScan</wus:Shortcut>
</wus:ShortcutSupport>
</wus:WalkupScanToCompCaps>
I guess you don't have SupportsMultiItemScanFromPlaten set to true |
Yeah it looks like that is set to false. I'm looking to see if there's a way to enable that. <!---->
<wus:WalkupScanToCompCaps xsi:schemaLocation="http://www.hp.com/schemas/imaging/con/ledm/walkupscan/2010/09/28 WalkupScanToComp.xsd">
<dd:Version>
<dd:Revision>SVN-IPG-LEDM.351</dd:Revision>
</dd:Version>
<wus:MaxNetworkDestinations>15</wus:MaxNetworkDestinations>
<wus:SupportsMultiItemScanFromPlaten>false</wus:SupportsMultiItemScanFromPlaten>
<wus:UserActionTimeout>
<dd:ValueFloat>60</dd:ValueFloat>
<dd:Unit>seconds</dd:Unit>
</wus:UserActionTimeout>
</wus:WalkupScanToCompCaps> |
@cullenmcdermott I'll try to read that information and act accordingly |
@cullenmcdermott can you try with this https://hub.docker.com/layers/237042732/manuc66/node-hp-scan-to/feature_SupportsMultiItemScanFromPlaten-false/images/sha256-96fd84e694c1523f6e944436a5aa61a8b4f9e506efaa49253314984bfe8f8d14?context=repo and send the full logs in case of errors ? Thanks |
That doesn't appear to run correctly. It seems to start, but never emits any logs, and my scanner is unable to reach it. |
Could you confirm you did not forget the parameter that gives the ip address ? |
Yes I'm using the exact same config just changing the tag. Here's the config I'm using just for clarity, its a portion of a Nomad Jobspec. Changing the image line to use the tag
|
I have the same issue when using the docker container too, (but not when launching from npm) I don't know why |
The starting issue is not linked to changes, see #497 |
@cullenmcdermott if you still even want to test the feature, you can |
@cullenmcdermott issue #497 has been fixed, can you try "manuc66/node-hp-scan-to:latest" ? (The PR has been merged) |
Hi! This tool looks awesome. I started playing with it with my HP Envy 4500 this morning and it generally works but there are a few weird things I'm not sure if I'm doing something wrong or its due to this not officially supporting this device.
Eventually the HP times out but this continues to be spammed until I restart the container
Thanks for any help you can provide!
The text was updated successfully, but these errors were encountered: