-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi,
I have an issue with the application. If i try to print via USB, this works. But i want to use this using a RPI on a network.
I can print to the printer using printf "lol" | lp -o landscape and this works by printing from a remote laptop to CUPS (Dymo 550) connected on a RPI (USB).
But the application (CLI or GUI) cannot find this printer and error's out with the following error.
`$ dymoprint -qr qrencoded "qr_txt"
No Dymo devices found (expected vendor 0x922)
- Vendor ID: 0x1d6b Product ID: 0x3
- Vendor ID: 0x46d Product ID: 0xc52b
- Vendor ID: 0x8087 Product ID: 0x26
- Vendor ID: 0x5986 Product ID: 0x211c
- Vendor ID: 0x1d6b Product ID: 0x2
Unable to open device.
Traceback (most recent call last):
File "/home/user/.local/bin/dymoprint", line 8, in
sys.exit(main())
File "/home/user/.local/pipx/venvs/dymoprint/lib/python3.10/site-packages/dymoprint/command_line.py", line 265, in main
print_label(label_bitmap, margin_px=args.m, tape_size_mm=args.t)
File "/home/user/.local/pipx/venvs/dymoprint/lib/python3.10/site-packages/dymoprint/dymo_print_engines.py", line 324, in print_label
detected_device = detect_device()
File "/home/user/.local/pipx/venvs/dymoprint/lib/python3.10/site-packages/dymoprint/detect.py", line 60, in detect_device
die("Unable to open device.")
File "/home/user/.local/pipx/venvs/dymoprint/lib/python3.10/site-packages/dymoprint/utils.py", line 19, in die
raise RuntimeError(message)
RuntimeError: Unable to open device.
`
Metadata
Metadata
Assignees
Labels
No labels