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

How to resolve cupsLastError(0x1002, 0x40a) #6192

Open
shinxxxxwon opened this issue Apr 2, 2024 · 0 comments
Open

How to resolve cupsLastError(0x1002, 0x40a) #6192

shinxxxxwon opened this issue Apr 2, 2024 · 0 comments

Comments

@shinxxxxwon
Copy link

Printing was implemented using CUPS in Android.
TLS used boringssl.

Printing occurs normally, but job_id returns -1 for certain printers (printers that require TLS). As a result of checking the log, cupslasterror() was returning 0, but now returning 1002 and 40a. I linked TLS/SSL with boringssl. What is the cause of this problem?

Library I used
android code

CUPS

Boringssl

boringssl was built as a dynamic library (.so) for Android and added to the project.

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