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

printing error #70

Open
tuzellab opened this issue Dec 12, 2022 · 4 comments
Open

printing error #70

tuzellab opened this issue Dec 12, 2022 · 4 comments

Comments

@tuzellab
Copy link

on the Mac version, I get the following error when trying to print:

CUPS: Print process id 72822 started!
CUPS Error: lp: No such file or directory
CUPS: Process 72822 finished with exit code 1

even though lp daemon recognizes Dymo as default printer.

@replaysMike
Copy link
Owner

I haven't looked at the printing stuff in quite some time, but it seems like the printer device isn't being found as configured.

Can you share the following?

  1. contents of your printer configuration in appsettings.json
  2. Which OSX version are you running?

@tuzellab
Copy link
Author

"PrinterConfiguration": {
// DYMO LabelWriter 450, DYMO LabelWriter 450 Twin Turbo
"PrinterName": "DYMO_LabelWriter_450_Turbo",
// Default or Left,Right for DYMO LabelWriter 450 Twin Turbo
"PartLabelSource": "Left",
// Label name, such as 30346 or 30277)

Mac OS X 11.6

@tuzellab
Copy link
Author

I realized that it works once I changed LabelSource to Left for some reason, so what's above works. But I had "Default" before and it was not recognized. Logs said something along the lines of Default does not exist

@replaysMike
Copy link
Owner

interesting - and you're using a 450 Twin Turbo printer? I wonder if yours doesn't have a Left label source. I've only got the twin turbo here to test, not sure if other printers have a different label source name or not as most of that is up to the printer drivers. I'm especially surprised Default didn't exist.

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

2 participants