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

LBP3010 "CAPT: no pages in job" #32

Open
ba-batz opened this issue Oct 17, 2023 · 3 comments
Open

LBP3010 "CAPT: no pages in job" #32

ba-batz opened this issue Oct 17, 2023 · 3 comments

Comments

@ba-batz
Copy link

ba-batz commented Oct 17, 2023

When trying to print something on my LBP3010 I get this error message: "CAPT: no pages in job"!
What should I do, do you need more information?

@rsteube
Copy link

rsteube commented Oct 25, 2023

Got the same problem with LBP2900. Did work before though. Not sure what the issue is yet.

@socialolive
Copy link

socialolive commented Jan 13, 2024

This message may be the consequence of a cups-filters issue:
OpenPrinting/cups-filters#547

@socialolive
Copy link

After a bit of debugging, it appears the problem is provoked by the presence of -1 in my PPD file content !

I had the following lines:

*MaxMediaWidth: "-1"
*MaxMediaHeight: "-1"
...
*ParamCustomPageSize Width: 1 points -1 -1
*ParamCustomPageSize Height: 2 points -1 -1

But after a make ppd, those lines have been replaced with:

*MaxMediaWidth: "612"
*MaxMediaHeight: "1008.000061035156"
...
*ParamCustomPageSize Width: 1 points 216 612
*ParamCustomPageSize Height: 2 points 360 1008.000061035156

Note that in my case, this difference is related to the presence or not of the LC_ALL=C environment variable when calling ppdc.
And on the Arch Linux AUR package for example, LC_ALL=C is missing.

Hope this could help !

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

3 participants