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

Canon TR8500 #719

Open
chiragd opened this issue Mar 11, 2024 · 1 comment
Open

Canon TR8500 #719

chiragd opened this issue Mar 11, 2024 · 1 comment

Comments

@chiragd
Copy link

chiragd commented Mar 11, 2024

I'm using scanservjs in a docker container.

I have a canon TR8500 connected to my wifi in the same vlan as my synology nas which runs the docker container.

When I add the printer's IP in docker compose as any of the following it is not detected:

However, when I include this line it is found and I can scan from it:

  • DEVICES="net:10.0.100.30:canon:libusb:001:003;airscan:e0:Canon TR8500 series;"

There is an error in the logn about the first device, because it doesn't exist, but the airscan part works.

If I trim the line down to:

  • DEVICES="airscan:e0:Canon TR8500 series;"

It fails to force the device to be added and I cannot scan from it.

It feels like something odd is going on. Is this working as intended?

@chiragd
Copy link
Author

chiragd commented Mar 11, 2024

update:

- DEVICES=airscan:e0:"Canon TR8500 series"
The above line in docker-compose works and I can scan from the device.

Connecting to docker and running airscan-discover

root@67d90453d8e3:/usr/lib/scanservjs# airscan-discover
[devices]
  Canon TR8500 series = http://10.15.1.19:80/eSCL/, eSCL
  Canon TR8500 series = https://10.15.1.19:443/eSCL/, eSCL

- AIRSCAN_DEVICES="Canon TR8500 series" = "http://10.15.1.19:80/eSCL/"
Is included in docker compose but doesn't cause the device to be discovered on its own. If the correct way to add a device is by forcing it, then I kindly suggest updating the documentation accordingly. Thanks :)

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

No branches or pull requests

1 participant