You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already set nearly everything.
I tested the notes and webs, they work well.
But, when I try to print pdfs, things is changed.
I tested a bit and found some wrrong. They could be divide to two conditions by their size.
Whatever the kind of file is, the fails could be divided to two conditions by their size.
For small one, they could be print successfully.
But when big one (photos/pdfs with images etc.) is printed, they will fail. (The size limition seens to be around 100k)
On IOS, it will show a pop-up tip says The printer is no longer available, and give two choice: try again and cancel.
In the website interface, I could see the task in held since. And if the big files finally printed, their will be a warn:
completed at
Mon Jun 17 08:45:31 2024
"temp file (object 16 0): object has offset 0"
When I use docker logs -f <name-of-your-container> to show logs, it looks like this:
E [17/Jun/2024:08:18:53 +0000] [Client 45] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:18:54 +0000] [Client 47] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:18:55 +0000] [Client 49] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:18:55 +0000] [Client 51] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:19:00 +0000] [Client 53] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:19:00 +0000] [Client 55] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:19:01 +0000] [Client 57] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:19:03 +0000] [Client 61] Unable to encrypt connection: A TLS fatal alert has been received.
E [17/Jun/2024:08:19:04 +0000] [Client 63] Unable to encrypt connection: A TLS fatal alert has been received.
I searched around, added DefaultEncryption Never into cupsd.conf and restart, but still can't print big files and continuousl showing the pop-up tip.
Sometimes I found, after I pressed print for a long time, my printer will work suddenly and print what I wanted before.
I suppose that is because the network between IOS and CUPS is not steady enough for big ones to convey. But I have no idea why it is so weak.
The text was updated successfully, but these errors were encountered:
Xu-Xihe
changed the title
IOS printing failed
IOS big file printing failed
Jun 17, 2024
I checked all of them but got nothing. There's even no error-files for cups. I noticed that on the Apple Community, someone has share the same question as I am facing. I suppose that the problems is between the virtual Airprint Printer and the IOS17 printing programme. They may have compatibility issues.
By the way, I'm using this image on my Openwrt router with an arm64 chip. May this causes these issues?
I have already set nearly everything.
I tested the notes and webs, they work well.
But, when I try to print pdfs, things is changed.
I tested a bit and found some wrrong. They could be divide to two conditions by their size.
Whatever the kind of file is, the fails could be divided to two conditions by their size.
For small one, they could be print successfully.
But when big one (photos/pdfs with images etc.) is printed, they will fail. (The size limition seens to be around 100k)
On IOS, it will show a pop-up tip says
The printer is no longer available
, and give two choice:try again
andcancel
.In the website interface, I could see the task in
held since
. And if the big files finally printed, their will be a warn:completed at Mon Jun 17 08:45:31 2024 "temp file (object 16 0): object has offset 0"
When I use
docker logs -f <name-of-your-container>
to show logs, it looks like this:I searched around, added
DefaultEncryption Never
intocupsd.conf
and restart, but still can't print big files and continuousl showing the pop-up tip.Sometimes I found, after I pressed
print
for a long time, my printer will work suddenly and print what I wanted before.I suppose that is because the network between IOS and CUPS is not steady enough for big ones to convey. But I have no idea why it is so weak.
The text was updated successfully, but these errors were encountered: